Hi all,
I'm trying to build drlvm, and with a small amount of effort Ive got its prereqs and got it to start building, which is great. However, I hit a snag which stops the build
from completing (8 mins in, sigh):

build.native.init:
    [echo] ## Building native of 'vm.vmi'

build.native.c:
      [cc] 0 total files to be compiled.

build.native.cpp:
      [cc] 2 total files to be compiled.
      [cc] j9vmls.cpp
[cc] C:\Program Files\eclipse.3.2.RC1a\workspace\drlvm\trunk\vm\vmi\src\j9 vmls.cpp(20) : fatal error C1083: Cannot open include file: 'hyvmls.h': No such
file or directory
      [cc] vmi.cpp
[cc] C:\Program Files\eclipse.3.2.RC1a\workspace\drlvm\trunk\vm\vmi\src\vm i.cpp(25) : fatal error C1083: Cannot open include file: 'zipsup.h': No such fil
e or directory
      [cc] Generating Code...

BUILD FAILED
C:\PROGRA~1\eclipse.3.2.RC1a\workspace\drlvm\trunk\build\make\build.xml:373: The
following error occurred while executing this line:
C:\PROGRA~1\eclipse.3.2.RC1a\workspace\drlvm\trunk\build\make\build.xml:380: The
following error occurred while executing this line:
C:\PROGRA~1\eclipse.3.2.RC1a\workspace\drlvm\trunk\build\make\build_component.xml
:72: The following error occurred while executing this line:
C:\PROGRA~1\eclipse.3.2.RC1a\workspace\drlvm\trunk\build\win_ia32_msvc_release\se
mis\build\targets\build.native.xml:75: cl failed with return code 2

Total time: 7 minutes 50 seconds


It looks like the build cannot find the classlib header files it needs. Unfortunately the error messages are unhelpful in that they don't tell me anything about the
include paths used. I have set the CLASSLIB_HOME variable in
make/win.properties to point to a prebuilt classlib/trunk checkout. Is there
something else I need to set?

Thanks,
Oliver

--
Oliver Deakin
IBM United Kingdom Limited


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to