Hmm no I cannot reproduce it. Did you build the VM? Does directory
build/win_ia32_msvc_debug/deploy/jre/include exist and does it contain
include files?
In jvmti.test.xml the include path is constructed like this
${build.deploy.dir}/include. So either it doesn't exist, or
build.deploy.dir has a bad value for some reason. This property is set
up in build.xml I believe. Running ant -d may help to see the value that
it has, and the compiler command line which it uses for compiling JVMTI
test.
Vladimir Ivanov wrote:
My CC report a problem in the drlvm module. Could somebody reproduce/ fix
it?
Thanks, Vladimir
[exec] compile-jvmti-tests-native:
[exec] [echo] ## Compiling JVMTI natives in:
C:\harm_cc\buildtest\trunk\cc\projects\drlvm\trunk\vm\tests\jvmti\VMInit1
[exec] [cc] 1 total files to be compiled.
[exec] [cc] VMInit1.cpp
[exec] [cc]
C:\harm_cc\buildtest\trunk\cc\projects\drlvm\trunk\vm\tests\jvmti\VMInit1\VMInit1.cpp(2)
: fatal error C1083: Cannot open include file:
'jvmti.h': No such file or directory
[exec] BUILD FAILED
[exec]
C:\harm_cc\buildtest\trunk\cc\projects\drlvm\trunk\build\make\build.xml:380:
The following error occurred while executing this line:
[exec]
C:\harm_cc\buildtest\trunk\cc\projects\drlvm\trunk\build\make\build_component.xml:72:
The following error occurred while executing this line:
[exec]
C:\harm_cc\buildtest\trunk\cc\projects\drlvm\trunk\build\win_ia32_msvc_debug\semis\build\targets\jvmti.test.xml:40:
The following error occurred whi
le executing this line:
[exec]
C:\harm_cc\buildtest\trunk\cc\projects\drlvm\trunk\build\win_ia32_msvc_debug\semis\build\targets\jvmti.test.xml:46:
cl failed with return code 2
--
Gregory