You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "So Hok Chun, Bill" <bi...@beansbox.com> on 2005/04/26 20:38:14 UTC

axis 1.5 build failed in FC 3

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


RE: axis 1.5 build failed in FC 3

Posted by Tony Dodd <to...@btinternet.com>.
Hi 

I had a similar problem at one stage and realised that the AXISCPP_DEPLOY
variable had not been set when I ran configure. Setting it and reconfiguring
made it work. But that was 1.4, I haven't tried 1.5 yet.

Tony Dodd

Oxford University Research Technologies 

>-----Original Message-----
>From: Samisa Abeysinghe [mailto:samisa.abeysinghe@gmail.com] 
>Sent: 27 April 2005 10:12
>To: Apache AXIS C User List
>Subject: Re: axis 1.5 build failed in FC 3
>
>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 <bi...@beansbox.com> 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
>> 
>>
>


RE: axis 1.5 build failed in FC 3

Posted by Tony Dodd <to...@btinternet.com>.
Sorry, in that last I meant AXISCPP_HOME of course.

Tony Dodd 

>-----Original Message-----
>From: Samisa Abeysinghe [mailto:samisa.abeysinghe@gmail.com] 
>Sent: 27 April 2005 10:12
>To: Apache AXIS C User List
>Subject: Re: axis 1.5 build failed in FC 3
>
>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 <bi...@beansbox.com> 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
>> 
>>
>


Re: axis 1.5 build failed in FC 3

Posted by Samisa Abeysinghe <sa...@gmail.com>.
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 <bi...@beansbox.com> 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
> 
>