Looks to me as if there is something wrong in locating the Xerces parser.

Please double check the parser related settings on your system (as
defined by the ant build guide)

Thanks,
Samisa...

On 4/26/05, So Hok Chun, Bill <[EMAIL PROTECTED]> wrote:
> Dear All,
> 
> I've been trying to build Axis cpp 1.5 in FC 3.
> 
> I did the following things:
> 
> 1. install ant, ant-contrib, cpptasks from www.jpackage.org
> 
> 2. read through Ant build instruction of Axis cpp
> http://ws.apache.org/axis/cpp/antbuild-guide.html
> 
> 3. follow the instructions in the guide and started building...
> 
> 4. hit the wall...
> 
> Things look fine initially, but in the end, the g++ in FC 3 complains
> some errors when building version resources.
> 
> Please kindly help me to solve the problem...
> 
> Some of the compilation errors are shown here:
> 
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>
> buildVersionResource:
>        [cc] 6 total files to be compiled.
>        [cc] In file included from /home/bill/Desktop/soap/axis-c-1.5.0-
> linux-src/src/xml/xerces/XercesHandler.cpp:25:
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:21:39: xercesc/sax/HandlerBase.hpp:
> No such file or directory
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:22:43:
> xercesc/sax2/DefaultHandler.hpp: No such file or directory
>        [cc] In file included from /home/bill/Desktop/soap/axis-c-1.5.0-
> linux-src/src/xml/xerces/XercesHandler.cpp:25:
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:30: error: expected constructor,
> destructor, or type conversion before "using"
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:30: error: expected `,' or `;' before
> "using"
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:34: error: `XERCES_CPP_NAMESPACE' has
> not been declared
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:35: error: expected class-name before
> '{' token
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:52: error: expected `,' or `...'
> before '*' token
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:53: error: ISO C++ forbids
> declaration of `XMLCh' with no type
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:54: error: expected `,' or `...'
> before '*' token
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:55: error: ISO C++ forbids
> declaration of `XMLCh' with no type
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:56: error: expected `,' or `...'
> before '*' token
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:56: error: ISO C++ forbids
> declaration of `XMLCh' with no type
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:57: error: expected `,' or `...'
> before '*' token
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:57: error: ISO C++ forbids
> declaration of `XMLCh' with no type
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:58: error: expected `,' or `...'
> before '*' token
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:58: error: ISO C++ forbids
> declaration of `XMLCh' with no type
>        [cc] /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/src/xml/xerces/XercesHandler.h:59: error: expected `,' or `...'
> before '*' token
> 
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<
> 
> Details of the log is shown below:
> 
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>
> 
> Buildfile: build.xml
> 
> pre-init:
> 
> set-platform-specifics:
> 
> checkIfDebug:
> 
> initialize:
> 
> build:
> 
> compile:
> 
> compileClient:
> 
> compileAxisClient:
> 
> buildVersionResource:
>        [cc] Starting dependency analysis for 126 files.
>        [cc] 126 files are up to date.
>        [cc] 0 files to be recompiled from dependency analysis.
>        [cc] 0 total files to be compiled.
> 
> compileTransport:
> 
> compileAxisTransport:
> 
> buildVersionResource:
>        [cc] Starting dependency analysis for 3 files.
>        [cc] 3 files are up to date.
>        [cc] 0 files to be recompiled from dependency analysis.
>        [cc] 2 total files to be compiled.
>        [cc] Starting link
> 
> compileAxisHTTPTransportChannel:
> 
> buildVersionResource:
>        [cc] Starting dependency analysis for 2 files.
>        [cc] 2 files are up to date.
>        [cc] 0 files to be recompiled from dependency analysis.
>        [cc] 2 total files to be compiled.
>        [cc] Starting link
> 
> compileTransportIPV6:
> 
> compileXMLParser:
> 
> compileAxisXMLParser:
> 
> buildVersionResource:
>        [cc] 6 total files to be compiled.
> 
> {compilation errors appear here...}
> 
> BUILD FAILED
> /home/bill/Desktop/soap/axis-c-1.5.0-linux-src/build.xml:231: The
> following error occurred while executing this line:
> /home/bill/Desktop/soap/axis-c-1.5.0-linux-src/build.xml:222: The
> following error occurred while executing this line:
> /home/bill/Desktop/soap/axis-c-1.5.0-linux-src/build.xml:208: The
> following error occurred while executing this line:
> /home/bill/Desktop/soap/axis-c-1.5.0-linux-
> src/build/buildXMLParser.xml:22: g++ failed with return code 1
> 
> <<<<<<<<<<<<<<<<<<<<<<
> 
> Thanks so much for your help.
> 
> Bill
> 
>

Reply via email to