C:\Work\Harmony\drlvm\trunk\build\win_ia32_msvc_release\semis\build\targets\buil
d.native.xml:75: Command line is over maximum length without specifying source f
ile

This is most likely your build didn't picked up the right version of
cpptasks for some reason.
DRLVM build has workaround for a bug in cpptask's cc task implementation.
It generates the patched version of cc task on the fly and stores it here:
trunk/build/make/tmp/cpptasks/patched.src/src/net/sf/antcontrib/cpptasks/devstudio/DevStudioCCompiler.java
(patched version should contain the line: int
getMaximumCommandLength() { return 65535;}

If you are using your own cpptasks package in your Ant installation,
it's better to remove it for now.
Perhaps this problem is already fixed in the ant-contrib beta4 and we
no longer need this ugly patching, but I didn't check yet.

Thanks,
Andrey.


On 6/23/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote:
I've just faced another issue with building on Windows...

I got the following error message:

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

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

build.native.cpp:
      [cc] 120 total files to be compiled.

BUILD FAILED
C:\Work\Harmony\drlvm\trunk\build\make\build.xml:373: The following error occurr
ed while executing this line:
C:\Work\Harmony\drlvm\trunk\build\make\build.xml:380: The following error occurr
ed while executing this line:
C:\Work\Harmony\drlvm\trunk\build\make\build_component.xml:72: The following err
or occurred while executing this line:
C:\Work\Harmony\drlvm\trunk\build\win_ia32_msvc_release\semis\build\targets\buil
d.native.xml:75: Command line is over maximum length without specifying source f
ile

Any thought how to avoid it?

Thanks in advance.

SY, Alexey

--
Alexey A. Petrenko
Intel Middleware Products Division

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



---------------------------------------------------------------------
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