Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 59915 invoked from network); 27 Apr 2005 09:19:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Apr 2005 09:19:22 -0000 Received: (qmail 479 invoked by uid 500); 27 Apr 2005 09:20:12 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 457 invoked by uid 500); 27 Apr 2005 09:20:11 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 440 invoked by uid 99); 27 Apr 2005 09:20:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from smtpout16.mailhost.ntl.com (HELO mta08-winn.mailhost.ntl.com) (212.250.162.16) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 27 Apr 2005 02:20:11 -0700 Received: from aamta05-winn.mailhost.ntl.com ([212.250.162.8]) by mta08-winn.mailhost.ntl.com with ESMTP id <20050427091914.IMCQ21532.mta08-winn.mailhost.ntl.com@aamta05-winn.mailhost.ntl.com>; Wed, 27 Apr 2005 10:19:14 +0100 Received: from TIME ([80.3.245.115]) by aamta05-winn.mailhost.ntl.com with ESMTP id <20050427091914.SXJD1280.aamta05-winn.mailhost.ntl.com@TIME>; Wed, 27 Apr 2005 10:19:14 +0100 From: "Tony Dodd" To: "'Apache AXIS C User List'" , "'Samisa Abeysinghe'" Subject: RE: axis 1.5 build failed in FC 3 Date: Wed, 27 Apr 2005 10:19:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcVLCTvMH8bAxa90SPS57I1ZtMtxPQAAKDow Message-Id: <20050427091914.SXJD1280.aamta05-winn.mailhost.ntl.com@TIME> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 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 >> >> >