Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 82066 invoked from network); 18 May 2004 10:07:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 May 2004 10:07:53 -0000 Received: (qmail 75234 invoked by uid 500); 18 May 2004 10:08:28 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 75047 invoked by uid 500); 18 May 2004 10:08:26 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 75001 invoked by uid 98); 18 May 2004 10:08:26 -0000 Received: from samisa_abeysinghe@yahoo.com by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(66.218.78.139):. Processed in 0.106824 secs); 18 May 2004 10:08:26 -0000 X-Qmail-Scanner-Mail-From: samisa_abeysinghe@yahoo.com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(66.218.78.139):. Processed in 0.106824 secs) Received: from unknown (HELO web40602.mail.yahoo.com) (66.218.78.139) by hermes.apache.org with SMTP; 18 May 2004 10:08:25 -0000 Message-ID: <20040518100726.29279.qmail@web40602.mail.yahoo.com> Received: from [202.162.25.34] by web40602.mail.yahoo.com via HTTP; Tue, 18 May 2004 03:07:26 PDT Date: Tue, 18 May 2004 03:07:26 -0700 (PDT) From: Samisa Abeysinghe Subject: RE: latest cvs copy does not compile on linux To: Apache AXIS C Developers List In-Reply-To: <20040518084554.44249.qmail@web40610.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thank you for fixing the Makefile problem. However latest cvs source does not work with Xerces paser. When would the fixes be available? Susantha! what are the changes done to the source tree with new paser abstraction and trasport abstraction? Thanks, Samisa... --- Samisa Abeysinghe wrote: > Hi All, > The cvs source has problems in Makefiles > > The file src/soap/Makefile.am has the following content: > noinst_LTLIBRARIES = libwsdd.la > AM_CPPFLAGS = $(CPPFLAGS) > libwsdd_la_SOURCES = WSDDDeployment.cpp \ > WSDDHandler.cpp \ > WSDDService.cpp \ > WSDDTransport.cpp \ > WSDDKeywords.cpp \ > WSDDDocumentXerces.cpp \ > AxisWsddException.cpp > > libwsdd_la_LIBADD = $(LDFLAGS) > INCLUDES = -I$(AXISCPP_HOME)/include > > Somebody must have checked in the wsdd Makefile.am in place of soap Makefile.am file it > seems. > Please correct this. > > You could use the auto build script that I posted earlier to automatically test similar > problems. > Samisa... > --- Samisa Abeysinghe wrote: > > I am having continuous problems since the latest changes to the transport. > > I was not able to compile the source. (I am using Linux with Xerces parser) > > Have you documented the changes to the build process? > > > > Samisa... > > > > --- Susantha Kumara wrote: > > > After transport layer abstraction Packet.cpp is no longer being used. > > > Damitha has done the required changes to all makefiles and now it should > > > compile fine. > > > > > > --- > > > Susantha Kumara > > > Virtusa (pvt) Ltd. > > > Office : +94112714385 > > > Mobile : +94777420453 > > > > > > > -----Original Message----- > > > > From: Samisa Abeysinghe [mailto:samisa_abeysinghe@yahoo.com] > > > > Sent: Friday, May 14, 2004 8:59 AM > > > > To: Apache AXIS C Developers List > > > > Subject: latest cvs copy does not compile on linux > > > > > > > > Hi All, > > > > I tried the latest cvs code and it failed to compile on linux. > > > > With the latest changes, has the Packet class been removed from the > > > > class hirarchy. The error > > > > is related to Packet class (see the errors below; May be Makefile.am > > > files > > > > has not been updated) > > > > > > > > To help test the cvs automatically, I wrote a simple script. You > > > can > > > > get a copy from > > > > http://ws.apache.org/~samisa/testingAxisCpp.html. This would help > > > > developers to test the integrity > > > > of cvs code on Linux with Apache 2. (May be we could add this script > > > to > > > > cvs if it is useful) > > > > > > > > It will be good practice to run a regression test on cvs once > > > changes > > > > are done. > > > > > > > > Thanks, > > > > Samisa... > > > > > > > > Build errors/warnings of build @ Fri May 14 08:15:17 LKT 2004 > > > > Makefile.am: required file `./NEWS' not found > > > > Makefile.am: required file `./README' not found > > > > Makefile.am: required file `./AUTHORS' not found > > > > Makefile.am: required file `./ChangeLog' not found > > > > Packet.cpp:39: `Ax_soapstream' was not declared in this scope > > > > Packet.cpp:39: `stream' was not declared in this scope > > > > Packet.cpp:39: parse error before `*' token > > > > Packet.cpp: In function `int set_property(...)': > > > > Packet.cpp:43: `stream' undeclared (first use this function) > > > > Packet.cpp:43: (Each undeclared identifier is reported only once for > > > each > > > > function it appears in.) > > > > Packet.cpp:54: `pchkey' undeclared (first use this function) > > > > Packet.cpp:55: `pchvalue' undeclared (first use this function) > > > > Packet.cpp: At global scope: > > > > Packet.cpp:68: `Ax_soapstream' was not declared in this scope > > > > Packet.cpp:69: variable or field `remove_all_properties' declared void > > > > Packet.cpp:69: syntax error before `{' token > > > > Packet.cpp:76: ISO C++ forbids declaration of `free' with no type > > > > Packet.cpp:76: `int free' redeclared as different kind of symbol > > > > /usr/include/stdlib.h:569: previous declaration of `void free(void*)' > > > > Packet.cpp:77: syntax error before `->' token > > > > Packet.cpp:82: ISO C++ forbids declaration of `free' with no type > > > > Packet.cpp:82: redefinition of `int free' > > > > Packet.cpp:76: `int free' previously defined here > > > > Packet.cpp:83: syntax error before `->' token > > > > Packet.cpp:93: parse error before `*' token > > > > Packet.cpp:126: parse error before `}' token > > > > make[3]: *** [Packet.lo] Error 1 > > > > make[2]: *** [all-recursive] Error 1 > > > > make[1]: *** [all-recursive] Error 1 > > > > make: *** [all] Error 2 > > > > Packet.cpp:39: `Ax_soapstream' was not declared in this scope > > > > Packet.cpp:39: `stream' was not declared in this scope > > > > Packet.cpp:39: parse error before `*' token > > > > Packet.cpp: In function `int set_property(...)': > > > > Packet.cpp:43: `stream' undeclared (first use this function) > > > > Packet.cpp:43: (Each undeclared identifier is reported only once for > > > each > > > > function it appears in.) > > > > Packet.cpp:54: `pchkey' undeclared (first use this function) > > > > Packet.cpp:55: `pchvalue' undeclared (first use this function) > > > > Packet.cpp: At global scope: > > > > Packet.cpp:68: `Ax_soapstream' was not declared in this scope > > > > Packet.cpp:69: variable or field `remove_all_properties' declared void > > > > Packet.cpp:69: syntax error before `{' token > > > > Packet.cpp:76: ISO C++ forbids declaration of `free' with no type > > > > Packet.cpp:76: `int free' redeclared as different kind of symbol > > > > /usr/include/stdlib.h:569: previous declaration of `void free(void*)' > > > > Packet.cpp:77: syntax error before `->' token > > > > Packet.cpp:82: ISO C++ forbids declaration of `free' with no type > > > > Packet.cpp:82: redefinition of `int free' > > > > Packet.cpp:76: `int free' previously defined here > > > > Packet.cpp:83: syntax error before `->' token > > > > Packet.cpp:93: parse error before `*' token > > > > Packet.cpp:126: parse error before `}' token > > > > make[2]: *** [Packet.lo] Error 1 > > > > make[1]: *** [install-recursive] Error 1 > > > > make: *** [install-recursive] Error 1 > > > > > > > > > > > > > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > Yahoo! Movies - Buy advance tickets for 'Shrek 2' > > > > http://movies.yahoo.com/showtimes/movie?mid=1808405861 > > > > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > SBC Yahoo! - Internet access at a great low price. > > http://promo.yahoo.com/sbc/ > > > > > > __________________________________ > Do you Yahoo!? > SBC Yahoo! - Internet access at a great low price. > http://promo.yahoo.com/sbc/ __________________________________ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/