You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by ji...@apache.org on 2004/05/13 11:29:56 UTC

[jira] Commented: (AXISCPP-76) "?" in URL

The following comment has been added to this issue:

     Author: Sevwandi Abeysinghe
    Created: Thu, 13 May 2004 2:28 AM
       Body:
This bug is being fixed by Jean-Yves Baudy
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXISCPP-76?page=comments#action_35519

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-76

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-76
    Summary: "?" in URL
       Type: Bug

     Status: Unassigned
   Priority: Blocker

    Project: Axis-C++
 Components: 
             Transport (Server)
             Transport (Client)
   Versions:
             1.1 Final

   Assignee: 
   Reporter: Samisa Abeysinghe

    Created: Thu, 29 Apr 2004 1:49 AM
    Updated: Thu, 13 May 2004 2:28 AM
Environment: All platforms

Description:
HTTP 1.1 POST is incorrect if URL contains a ? character. 


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


RE: latest cvs copy does not compile on linux

Posted by Samisa Abeysinghe <sa...@yahoo.com>.
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 <sa...@yahoo.com> 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 <sa...@yahoo.com> 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 <su...@opensource.lk> 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/

RE: latest cvs copy does not compile on linux

Posted by Samisa Abeysinghe <sa...@yahoo.com>.
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 <sa...@yahoo.com> 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 <su...@opensource.lk> 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/

RE: latest cvs copy does not compile on linux

Posted by Susantha Kumara <su...@opensource.lk>.
Hi Samisa,

I have done the changes for Apache 2.0 module and corrected the problem
in Axis xerces library. I tested on windows with both Apache 1.3/2.0 and
xerces/expat and they work fine. The correction to the xerces parser
should also correct the empty tag problem we had.

It seems that xerces 2.2 progressive parsing fires 2 events for an empty
tag. It fires both startElement and endElement events. May be this is
some bug in xerces 2.2. 
So what we got after calling parseNext is only the endElement event and
startElement is skipped. 

Can someone use latest xerces and check the problem is in that too ?.

Thanks
---

Susantha Kumara
Lanka Software Foundation.
Office : +94112591785
Mobile : +94777420453

> -----Original Message-----
> From: Samisa Abeysinghe [mailto:samisa_abeysinghe@yahoo.com]
> Sent: Tuesday, May 18, 2004 5:43 PM
> To: Apache AXIS C Developers List
> Subject: RE: latest cvs copy does not compile on linux
> 
> Bad news for me; I am using apache 2.0 :(
> 
> Samisa...
> --- Susantha Kumara <su...@opensource.lk> wrote:
> > I have checked in the new code that you need to use xerces parser.
> > Following are things that we need to do yet.
> > 1. SimpleAxisServer
> > 2. Apache 2.0 Module
> >
> > Thanks
> > ---
> >
> > Susantha Kumara
> > Virtusa (pvt) Ltd.
> > Office : +94112714385
> > Mobile : +94777420453
> >
> > > -----Original Message-----
> > > From: Samisa Abeysinghe [mailto:samisa_abeysinghe@yahoo.com]
> > > Sent: Tuesday, May 18, 2004 2:06 PM
> > > To: Apache AXIS C Developers List
> > > Subject: RE: latest cvs copy does not compile on linux
> > >
> > > 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 <su...@opensource.lk> 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/


RE: latest cvs copy does not compile on linux

Posted by Samisa Abeysinghe <sa...@yahoo.com>.
Bad news for me; I am using apache 2.0 :(

Samisa...
--- Susantha Kumara <su...@opensource.lk> wrote:
> I have checked in the new code that you need to use xerces parser.
> Following are things that we need to do yet.
> 1. SimpleAxisServer
> 2. Apache 2.0 Module
> 
> Thanks
> ---
> 
> Susantha Kumara
> Virtusa (pvt) Ltd.
> Office : +94112714385
> Mobile : +94777420453
> 
> > -----Original Message-----
> > From: Samisa Abeysinghe [mailto:samisa_abeysinghe@yahoo.com]
> > Sent: Tuesday, May 18, 2004 2:06 PM
> > To: Apache AXIS C Developers List
> > Subject: RE: latest cvs copy does not compile on linux
> > 
> > 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 <su...@opensource.lk> 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/

RE: latest cvs copy does not compile on linux

Posted by Susantha Kumara <su...@opensource.lk>.
I have checked in the new code that you need to use xerces parser.
Following are things that we need to do yet.
1. SimpleAxisServer
2. Apache 2.0 Module

Thanks
---

Susantha Kumara
Virtusa (pvt) Ltd.
Office : +94112714385
Mobile : +94777420453

> -----Original Message-----
> From: Samisa Abeysinghe [mailto:samisa_abeysinghe@yahoo.com]
> Sent: Tuesday, May 18, 2004 2:06 PM
> To: Apache AXIS C Developers List
> Subject: RE: latest cvs copy does not compile on linux
> 
> 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 <su...@opensource.lk> 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/


RE: latest cvs copy does not compile on linux

Posted by Samisa Abeysinghe <sa...@yahoo.com>.
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 <su...@opensource.lk> 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/

RE: latest cvs copy does not compile on linux

Posted by Susantha Kumara <su...@opensource.lk>.
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


latest cvs copy does not compile on linux

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