Thanks for the tips Andrey and Gregory - I've got the build working now, but
those command line switches are useful to know.
Andrey Chernyshev wrote:
> On 6/21/06, Gregory Shimansky <gshimansky@gmail.com> wrote:
>> You can always take a look at what command lines build calls C
>> compiler if you
>> call build.bat with -d switch (it is just passed to ant). I am not
>> sure if it
>
> One more tip to see what Ant really executes for you is to run:
>
> build.sh -verbose
>
>
>> is the case but could it be spaces in the path like Documents and
>> Settings?
>>
>> On Wednesday 21 June 2006 19:09 Oliver Deakin wrote:
>> > 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_compone
>>
>> >nt.xml
>> >
>> > :72: The following error occurred while executing this line:
>> >
>> >
>> C:\PROGRA~1\eclipse.3.2.RC1a\workspace\drlvm\trunk\build\win_ia32_msvc_rele
>>
>> >ase\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
>>
>> --
>> Gregory Shimansky, Intel Middleware Products Division
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>
>
--
Oliver Deakin
IBM United Kingdom Limited
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org
|