no it looks like you need to make the system realise you are on windows !
I suggest you try out what I suggested previously and see if that works.
| "Jimenez, Juan X"
<[EMAIL PROTECTED]>
30/11/2005 11:41
|
|
I commented out the block
<linker id="LinuxLinker" name="g++" libtool="true" if="linux">
<linkerarg value="-g" if="debug"/>
<libset libs="dl"/>
<syslibset libs="pthread"/>
</linker>
from buildinitialize.xml and also adjusted:
#dir.obj = ${basedir}/../../../obj
dir.obj = ${basedir}/obj
#dir.zips = ${basedir}/../../../zips
dir.zips = ${basedir}/zips
in build.Win32.properties as my sources were not housed deep enough!
My problem now became:
BUILD FAILED
C:\CPP\axis-c-src-1-5-win32\build.xml:231: The following error occurred while executing this line:
C:\CPP\axis-c-src-1-5-win32\build.xml:219: The following error occurred while executing this line:
C:\CPP\axis-c-src-1-5-win32\build.xml:90: The following error occurred while executing this line:
C:\CPP\axis-c-src-1-5-win32\build\buildClient.xml:23: Reference LinuxLinker not found.
Even though I am trying to build on Windows XP, it looks like I need the correct values for a Linux Linker.
Could someone please help?
Thanks
Juan
From: Jimenez, Juan X [mailto:[EMAIL PROTECTED]
Sent: 30 November 2005 11:18
To: Apache AXIS C User List
Subject: Axis 1.5 ANT build not working
Hi,
I am following the instructions in docs/antbuild-guide.html (included in the 1.5 release of Axis-C) but the scripts don't get even passed initialisation with the following error:
C:\CPP\axis-c-src-1-5-win32>ant
Buildfile: build.xml
BUILD FAILED
C:\CPP\axis-c-src-1-5-win32\build.xml:37: The following error occurred while executing this line:
C:\CPP\axis-c-src-1-5-win32\build\buildInitialize.xml:147: g++ is not a legal value for this attribute
The fact that the linker task is reporting the error indicates to me that I have correctly installed the cpptasks in ANT 1.6.5 (I have also installed ant contributions). The block that fails is
<linker id="LinuxLinker" name="g++" libtool="true" if="linux">
<linkerarg value="-g" if="debug"/>
<libset libs="dl"/>
<syslibset libs="pthread"/>
</linker>
Does anyone know what I am missing?
Thank you in advance
Juan
Notice to recipient:
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you
are not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on
it, is prohibited and may be unlawful.
When addressed to external clients any opinions or advice contained in
this internet e-mail are subject to the terms and conditions expressed
in any applicable governing terms of business or client engagement letter
issued by the pertinent Bank of America group entity.
If this email originates from the U.K. please note that Bank of America,
N.A., London Branch and Banc of America Securities Limited are authorised
and regulated by the Financial Services Authority.
Notice to recipient:
The information in this internet e-mail and any attachments is confidential
and may be privileged. It is intended solely for the addressee. If you
are not the intended addressee please notify the sender immediately by
telephone. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on
it, is prohibited and may be unlawful.
When addressed to external clients any opinions or advice contained in
this internet e-mail are subject to the terms and conditions expressed
in any applicable governing terms of business or client engagement letter
issued by the pertinent Bank of America group entity.
If this email originates from the U.K. please note that Bank of America,
N.A., London Branch and Banc of America Securities Limited are authorised
and regulated by the Financial Services Authority.
