I know you wrote that it was working again, but I just did a cvs co and got
this during build:
buildVersionResource:
[delete] Deleting 2 files from
C:\w\Misc\dev\axis-cvs\axis\ws-axis\c\build
[copy] Copying 1 file to C:\w\Misc\dev\axis-cvs\axis\ws-axis\c\build
[cc] 6 total files to be compiled.
[cc] ParserLoader.cpp
[cc]
c:\w\Misc\dev\axis-cvs\axis\ws-axis\c\src\xml\xerces\XercesHandler.h(21) :
fatal error C1083: Cannot open include file: 'xercesc/sax/HandlerBase.hpp':
No such file or directory
[cc] SoapInputSource.cpp
[cc]
c:\w\Misc\dev\axis-cvs\axis\ws-axis\c\src\xml\xerces\SoapInputSource.h(24) :
fatal error C1083: Cannot open include file: 'xercesc/sax/InputSource.hpp':
No such file or directory
[cc] XMLParserXerces.cpp
[cc]
c:\w\Misc\dev\axis-cvs\axis\ws-axis\c\src\xml\xerces\XercesHandler.h(21) :
fatal error C1083: Cannot open include file: 'xercesc/sax/HandlerBase.hpp':
No such file or directory
[cc] SoapBinInputStream.cpp
[cc]
c:\w\Misc\dev\axis-cvs\axis\ws-axis\c\src\xml\xerces\SoapBinInputStream.h(22)
: fatal error C1083: Cannot open include file:
'xercesc/util/BinInputStream.hpp': No such file or directory
[cc] XercesHandler.cpp
[cc]
c:\w\Misc\dev\axis-cvs\axis\ws-axis\c\src\xml\xerces\XercesHandler.h(21) :
fatal error C1083: Cannot open include file: 'xercesc/sax/HandlerBase.hpp':
No such file or directory
[cc] AxisParseException.cpp
[cc] Generating Code...
It would be nice if it could be fixed. Or is there something I am doing
wrong?
Thanks
- Henrik
----- Original Message -----
From: "Samisa Abeysinghe" <[EMAIL PROTECTED]>
To: "Apache AXIS C Developers List" <[email protected]>
Sent: Wednesday, August 03, 2005 10:48 AM
Subject: Re: Build fails with latest changes.
Ooopps:-(
These seem to be intoroduced by changes I made to XML parser build
script that includes support for Guththila.
I will look into the problems
thanks,
Samisa...
On 8/3/05, Chinthana C. Dinapala <[EMAIL PROTECTED]> wrote:
Hi folks,
Build is failing to build parser with latest changes.
This is the error given.
compileAxisXMLParser:
buildVersionResource:
[delete] Deleting 2 files from C:\axiscpp\ws-axis\c\build
[copy] Copying 1 file to C:\axiscpp\ws-axis\c\build
[cc] 6 total files to be compiled.
[cc] ParserLoader.cpp
[cc]
C:\axiscpp\ws-axis\c\src\xml\xerces\XercesHandler.h(21) :
fatal erro
r C1083: Cannot open include file: 'xercesc/sax/HandlerBase.hpp': No such
file o
r directory
[cc] SoapInputSource.cpp
[cc]
C:\axiscpp\ws-axis\c\src\xml\xerces\SoapInputSource.h(24) :
fatal er
ror C1083: Cannot open include file: 'xercesc/sax/InputSource.hpp': No
such
file
or directory
[cc] XMLParserXerces.cpp
[cc]
C:\axiscpp\ws-axis\c\src\xml\xerces\XercesHandler.h(21) :
fatal erro
r C1083: Cannot open include file: 'xercesc/sax/HandlerBase.hpp': No such
file o
r directory
[cc] SoapBinInputStream.cpp
[cc]
C:\axiscpp\ws-axis\c\src\xml\xerces\SoapBinInputStream.h(22)
: fatal
error C1083: Cannot open include file:
'xercesc/util/BinInputStream.hpp': No su
ch file or directory
[cc] XercesHandler.cpp
[cc]
C:\axiscpp\ws-axis\c\src\xml\xerces\XercesHandler.h(21) :
fatal erro
r C1083: Cannot open include file: 'xercesc/sax/HandlerBase.hpp': No such
file o
r directory
[cc] AxisParseException.cpp
[cc] Generating Code...
BUILD FAILED
C:\axiscpp\ws-axis\c\build.xml:223: The following error
occurred while executing
this line:
C:\axiscpp\ws-axis\c\build.xml:214: The following error
occurred while executing
this line:
C:\axiscpp\ws-axis\c\build.xml:190: The following error
occurred while executing
this line:
C:\axiscpp\ws-axis\c\build\buildXMLParser.xml:99: cl failed
with return code 2
Thanks
Chinthana