[ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12422059 ] Adrian Dick commented on AXISCPP-986: -------------------------------------
Hi, You don't mention which compiler you're using, but I know (from personal experience) that for Windows it should work fine with MS VC++ v6, v7 or v7.1 - hopefully later versions will work equally well, but it may be we need to make minor tweeks to the scripts. But back to the specific problem, this sounds like you don't have Visual C++ set on the path before running the ant scripts. There is a script provided with MS VC++ to setup the environment at the command line (called vcvars32.bat for the version I'm currently using) > ANT Build failed > ---------------- > > Key: AXISCPP-986 > URL: http://issues.apache.org/jira/browse/AXISCPP-986 > Project: Axis-C++ > Issue Type: Bug > Components: Build - ANT > Affects Versions: 1.6 Final > Environment: Win XP > Reporter: Manfred Pauli > > Hi! > I tried to build Axis c++ for a new platform (windows mobile). But first I > tried to build it for WinXP. But when executing the ant command, I get this > errors: > Buildfile: build.xml > pre-init: > set-platform-specifics: > checkIfDebug: > initialize: > build: > compile: > compileClient: > compileAxisClient: > buildVersionResource: > [delete] Deleting 1 files from C:\Dokumente und > Einstellungen\Manfred\Desktop\Axis Sourc > e\build > [copy] Copying 1 file to C:\Dokumente und > Einstellungen\Manfred\Desktop\Axis Source\bu > ild > BUILD FAILED > C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The > following err > or occurred while executing this line: > C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The > following err > or occurred while executing this line: > C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The > following erro > r occurred while executing this line: > C:\Dokumente und Einstellungen\Manfred\Desktop\Axis > Source\build\buildClient.xml:10: The fo > llowing error occurred while executing this line: > C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: > Execute failed: ja > va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und > Einstellungen\Manfred\Desktop\Ax > is Source/build/version.res" "C:\Dokumente und > Einstellungen\Manfred\Desktop\Axis Source/bu > ild/version.temp.rc" error=2 > Total time: 2 seconds > What's wrong here? > Thanx for help! > Greetings -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
