hotspot VS 2010 project build fails looking for precompiled header
Pete Brunet
peter.brunet at oracle.com
Fri Jun 25 02:21:09 UTC 2010
When I try to use jdk7 with an AT (Assistive Technology) I get a crash
so I'm in the process of building a hotspot I can run as VS 2010
project. I've gotten to the point of creating a VS 2010 project. When
I start the VS 2010 build I get the following error. Do you have any
ideas on resolving this problem? Thanks, Pete
1>------ Build started: Project: vm, Configuration: compiler1_debug
Win32 ------
1> java.cpp
1> evmCompat.cpp
... lots of cpp files compile OK ...
1> vmSymbols.cpp
1> jvmtiTrace.hpp
1>..\..\OpenJDK-b96m\jdk7\hotspot\src\share\vm\prims\jvmtiTrace.hpp(99):
fatal error C1010: unexpected end of file while looking for precompiled
header. Did you forget to add '#include "incls\_precompiled.incl"' to
your source?
... lots more failures in hpp files just like this ...
More information about the build-dev
mailing list