Don't know much about build system but the following caught my eye:


On 7/10/20 12:04 AM, Ty Young wrote:
c1xx: fatal error C1083: Cannot open source file: '../../../..c:/cygwin64/home/young/jdk-master/jdk-master/build/windows-x86_64-server-release/hotspot/variant-server/libjvm/objs/BUILD_LIBJVM_pch.cpp': No such file or directory


I don't think `../../../..c:/cygwin64/home/young/jdk-master/...` is a valid path. It is a concatenation of a `../../../..` prefix and and absolute path with drive letter `c:/cygwin64/home/young/jdk-master/...` as suffix. Perhaps some logic is expecting the second part to be a relative path or doesn't detect that it is an absolute path so it tries to resolve it against the prefix. Maybe this is a hint of where to look for solution...


Peter


Reply via email to