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 vijay ponnavolu <vp...@yahoo.com> on 2004/10/24 21:53:12 UTC

make failed when installing axis 1.3 on redhat 7.3

Hi,

I am installing axis 1.3 on

Redhat 7.3(2.4.26)
GCC-3.2.3
Automake 1.85
autoconf 2.59
M4 1.4
libtool 1.5.10

I am using the configure script as below:

./configure --with-apache2=/my/home/usr/local/apache2
--with-expat=/my/home/usr/local/expat
--libdir=/my/home/usr/local/axiscpp_deploy

"/my/home" is my user root directory. I also have the
LD_LIBRARY_PATH updated to the new version of tools
installed

when I 'make' I get the following error:

g++ -DHAVE_CONFIG_H -I. -I. -I../../../..
-I/my/home/src/axiscpp/include -Wall -Wshadow
-DENABLE_AXISTRACE -g -O2 -c InteropTestPortType.cpp
-MT InteropTestPortType.lo -MD -MP -MF
.deps/InteropTestPortType.TPlo  -fPIC -DPIC -o
.libs/InteropTestPortType.lo
In file included from InteropTestPortType.cpp:6:
InteropTestPortType.h:9:37: axis/server/AxisUserAPI.h:
No such file or directory
In file included from InteropTestPortType.h:10,
                 from InteropTestPortType.cpp:6:
AxisServiceException.h:11:39:
axis/server/AxisException.h: No such file or directory
AxisServiceException.h:12:29: axis/ISoapFault.h: No
such file or directory
In file included from InteropTestPortType.h:10,
                 from InteropTestPortType.cpp:6:
AxisServiceException.h:16: syntax error before `:'
token
AxisServiceException.h:20: `ISoapFault' was not
declared in this scope
AxisServiceException.h:20: `pFault' was not declared
in this scope
AxisServiceException.h:20: ISO C++ forbids declaration
of `AxisServiceException
   ' with no type
AxisServiceException.h:21: ISO C++ forbids declaration
of `AxisServiceException
   ' with no type
AxisServiceException.h:21: `int
AxisServiceException(int)' redeclared as
   different kind of symbol
AxisServiceException.h:20: previous declaration of
`int AxisServiceException'
AxisServiceException.h:20: previous non-function
declaration `int
   AxisServiceException'
AxisServiceException.h:21: conflicts with function
declaration `int
   AxisServiceException(int)'
AxisServiceException.h:22: ISO C++ forbids declaration
of `AxisServiceException
   ' with no type
AxisServiceException.h:22: `int
AxisServiceException(std::exception*)'
   redeclared as different kind of symbol
AxisServiceException.h:20: previous declaration of
`int AxisServiceException'
AxisServiceException.h:20: previous non-function
declaration `int
   AxisServiceException'
AxisServiceException.h:22: conflicts with function
declaration `int
   AxisServiceException(std::exception*)'
AxisServiceException.h:23: ISO C++ forbids declaration
of `AxisServiceException
   ' with no type
AxisServiceException.h:23: `int
AxisServiceException(std::exception*, int)'
   redeclared as different kind of symbol
AxisServiceException.h:20: previous declaration of
`int AxisServiceException'
AxisServiceException.h:20: previous non-function
declaration `int
   AxisServiceException'
AxisServiceException.h:23: conflicts with function
declaration `int
   AxisServiceException(std::exception*, int)'
AxisServiceException.h:24: destructors must be member
functions
AxisServiceException.h:24: virtual outside class
declaration
AxisServiceException.h:24: `void
AxisServiceException()' redeclared as
   different kind of symbol
AxisServiceException.h:20: previous declaration of
`int AxisServiceException'
AxisServiceException.h:20: previous non-function
declaration `int
   AxisServiceException'
AxisServiceException.h:24: conflicts with function
declaration `void
   AxisServiceException()'
AxisServiceException.h:29: syntax error before
`private'
AxisServiceException.h:31: `ISoapFault' was not
declared in this scope
AxisServiceException.h:31: `pFault' was not declared
in this scope
AxisServiceException.h:31: variable or field
`processException' declared void
AxisServiceException.h:32: `void
processException(std::exception*, int)'
   redeclared as different kind of symbol
AxisServiceException.h:31: previous declaration of
`int processException'
AxisServiceException.h:31: previous non-function
declaration `int
   processException'
AxisServiceException.h:32: conflicts with function
declaration `void
   processException(std::exception*, int)'
AxisServiceException.h:33: `void
processException(int)' redeclared as different
   kind of symbol
AxisServiceException.h:31: previous declaration of
`int processException'
AxisServiceException.h:31: previous non-function
declaration `int
   processException'
AxisServiceException.h:33: conflicts with function
declaration `void
   processException(int)'
AxisServiceException.h:37: syntax error before `}'
token
In file included from InteropTestPortType.h:13,
                 from InteropTestPortType.cpp:6:
SOAPStruct.h:9:37: axis/server/AxisUserAPI.h: No such
file or directory
In file included from InteropTestPortType.h:13,
                 from InteropTestPortType.cpp:6:
SOAPStruct.h:13: syntax error before `static'
SOAPStruct.h:19: 'xsd__string' is used as a type, but
is not defined as a type.
In file included from InteropTestPortType.cpp:6:
InteropTestPortType.h:25: `xsd__string' was not
declared in this scope
InteropTestPortType.h:25: syntax error before `)'
token
InteropTestPortType.h:26: `xsd__string_Array' was not
declared in this scope
InteropTestPortType.h:26: syntax error before `)'
token
InteropTestPortType.h:28: `xsd__int_Array' was not
declared in this scope
InteropTestPortType.h:28: syntax error before `)'
token
InteropTestPortType.h:30: `xsd__float_Array' was not
declared in this scope
InteropTestPortType.h:30: syntax error before `)'
token
InteropTestPortType.h:34: `xsd__base64Binary' was not
declared in this scope
InteropTestPortType.h:34: syntax error before `)'
token
InteropTestPortType.h:35: `xsd__dateTime' was not
declared in this scope
InteropTestPortType.h:35: syntax error before `)'
token
InteropTestPortType.h:36: `xsd__hexBinary' was not
declared in this scope
InteropTestPortType.h:36: syntax error before `)'
token
InteropTestPortType.h:37: `xsd__decimal' was not
declared in this scope
InteropTestPortType.h:37: syntax error before `)'
token
InteropTestPortType.h:38: `xsd__boolean' was not
declared in this scope
InteropTestPortType.h:38: syntax error before `)'
token
InteropTestPortType.cpp:35: syntax error before `::'
token
InteropTestPortType.cpp:38: syntax error before `::'
token
InteropTestPortType.cpp:44: syntax error before `::'
token
InteropTestPortType.cpp:50: syntax error before `::'
token
InteropTestPortType.cpp:62: syntax error before `::'
token
InteropTestPortType.cpp:65: syntax error before `::'
token
InteropTestPortType.cpp:68: syntax error before `::'
token
InteropTestPortType.cpp:71: syntax error before `::'
token
InteropTestPortType.cpp:74: syntax error before `::'
token
SOAPStruct.h:14: warning: `const
char*Axis_TypeName_SOAPStruct' defined but not
   used
make[6]: *** [InteropTestPortType.lo] Error 1
....
....
make: *** [all] Error 2


Is there anyone who had resolved these issues.

Thanks in advance,
vijay





		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

Re: make failed when installing axis 1.3 on redhat 7.3

Posted by vijay ponnavolu <vp...@yahoo.com>.
Thank you all ..it was the variable AXISCPP_HOME not
set properly.

it makes and installs now.

--vijay
--- damitha@opensource.lk wrote:

> Hi,
> It seems that your server and client libraries built
> properly, but only
> builidng the samples fail.
> Further it says
> 
> >> InteropTestPortType.h:9:37:
> axis/server/AxisUserAPI.h:
> >> No such file or directory
> 
> This means that it cannot where the mentioned path
> is.
> That means most probably you haven't set the
> AXISCPP_HOME
> See below also
> 
> regds
> damitha
> 
> > Did you set AXISCPP_HOME environment variable?
> >
> > Are you using 1.3 beta or 1.3 final?
> >
> > Samisa...
> >
> > --- vijay ponnavolu <vp...@yahoo.com> wrote:
> >
> >> Hi,
> >>
> >> I am installing axis 1.3 on
> >>
> >> Redhat 7.3(2.4.26)
> >> GCC-3.2.3
> >> Automake 1.85
> >> autoconf 2.59
> >> M4 1.4
> >> libtool 1.5.10
> >>
> >> I am using the configure script as below:
> >>
> >> ./configure
> --with-apache2=/my/home/usr/local/apache2
> >> --with-expat=/my/home/usr/local/expat
> >> --libdir=/my/home/usr/local/axiscpp_deploy
> 
> I think you need to give
> --prefix=/my/home/usr/local/axiscpp_deploy
> Then all libraries will be installed in
> /my/home/usr/local/axiscpp_deploy/lib
> 
> 
> >>
> >> "/my/home" is my user root directory. I also have
> the
> >> LD_LIBRARY_PATH updated to the new version of
> tools
> >> installed
> >>
> >> when I 'make' I get the following error:
> >>
> >> g++ -DHAVE_CONFIG_H -I. -I. -I../../../..
> >> -I/my/home/src/axiscpp/include -Wall -Wshadow
> >> -DENABLE_AXISTRACE -g -O2 -c
> InteropTestPortType.cpp
> >> -MT InteropTestPortType.lo -MD -MP -MF
> >> .deps/InteropTestPortType.TPlo  -fPIC -DPIC -o
> >> .libs/InteropTestPortType.lo
> >> In file included from InteropTestPortType.cpp:6:
> >> InteropTestPortType.h:9:37:
> axis/server/AxisUserAPI.h:
> >> No such file or directory
> >> In file included from InteropTestPortType.h:10,
> >>                  from InteropTestPortType.cpp:6:
> >> AxisServiceException.h:11:39:
> >> axis/server/AxisException.h: No such file or
> directory
> >> AxisServiceException.h:12:29: axis/ISoapFault.h:
> No
> >> such file or directory
> >> In file included from InteropTestPortType.h:10,
> >>                  from InteropTestPortType.cpp:6:
> >> AxisServiceException.h:16: syntax error before
> `:'
> >> token
> >> AxisServiceException.h:20: `ISoapFault' was not
> >> declared in this scope
> >> AxisServiceException.h:20: `pFault' was not
> declared
> >> in this scope
> >> AxisServiceException.h:20: ISO C++ forbids
> declaration
> >> of `AxisServiceException
> >>    ' with no type
> >> AxisServiceException.h:21: ISO C++ forbids
> declaration
> >> of `AxisServiceException
> >>    ' with no type
> >> AxisServiceException.h:21: `int
> >> AxisServiceException(int)' redeclared as
> >>    different kind of symbol
> >> AxisServiceException.h:20: previous declaration
> of
> >> `int AxisServiceException'
> >> AxisServiceException.h:20: previous non-function
> >> declaration `int
> >>    AxisServiceException'
> >> AxisServiceException.h:21: conflicts with
> function
> >> declaration `int
> >>    AxisServiceException(int)'
> >> AxisServiceException.h:22: ISO C++ forbids
> declaration
> >> of `AxisServiceException
> >>    ' with no type
> >> AxisServiceException.h:22: `int
> >> AxisServiceException(std::exception*)'
> >>    redeclared as different kind of symbol
> >> AxisServiceException.h:20: previous declaration
> of
> >> `int AxisServiceException'
> >> AxisServiceException.h:20: previous non-function
> >> declaration `int
> >>    AxisServiceException'
> >> AxisServiceException.h:22: conflicts with
> function
> >> declaration `int
> >>    AxisServiceException(std::exception*)'
> >> AxisServiceException.h:23: ISO C++ forbids
> declaration
> >> of `AxisServiceException
> >>    ' with no type
> >> AxisServiceException.h:23: `int
> >> AxisServiceException(std::exception*, int)'
> >>    redeclared as different kind of symbol
> >> AxisServiceException.h:20: previous declaration
> of
> >> `int AxisServiceException'
> >> AxisServiceException.h:20: previous non-function
> >> declaration `int
> >>    AxisServiceException'
> >> AxisServiceException.h:23: conflicts with
> function
> >> declaration `int
> >>    AxisServiceException(std::exception*, int)'
> >> AxisServiceException.h:24: destructors must be
> member
> >> functions
> >> AxisServiceException.h:24: virtual outside class
> >> declaration
> >> AxisServiceException.h:24: `void
> >> AxisServiceException()' redeclared as
> >>    different kind of symbol
> >> AxisServiceException.h:20: previous declaration
> of
> >> `int AxisServiceException'
> >> AxisServiceException.h:20: previous non-function
> >> declaration `int
> >>    AxisServiceException'
> >> AxisServiceException.h:24: conflicts with
> function
> >> declaration `void
> >>    AxisServiceException()'
> >> AxisServiceException.h:29: syntax error before
> >> `private'
> >> AxisServiceException.h:31: `ISoapFault' was not
> >> declared in this scope
> >> AxisServiceException.h:31: `pFault' was not
> declared
> >> in this scope
> >> AxisServiceException.h:31: variable or field
> >> `processException' declared void
> >> AxisServiceException.h:32: `void
> >> processException(std::exception*, int)'
> >>    redeclared as different kind of symbol
> >> AxisServiceException.h:31: previous declaration
> of
> >> `int processException'
> >> AxisServiceException.h:31: previous non-function
> >> declaration `int
> >>    processException'
> >> AxisServiceException.h:32: conflicts with
> function
> >> declaration `void
> >>    processException(std::exception*, int)'
> >> AxisServiceException.h:33: `void
> >> processException(int)' redeclared as different
> >>    kind of symbol
> >> AxisServiceException.h:31: previous declaration
> of
> >> `int processException'
> >> AxisServiceException.h:31: previous non-function
> >> declaration `int
> >>    processException'
> >> AxisServiceException.h:33: conflicts with
> function
> >> declaration `void
> >>    processException(int)'
> >> AxisServiceException.h:37: syntax error before
> `}'
> >> token
> >> In file included from InteropTestPortType.h:13,
> 
=== message truncated ===



		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

Re: make failed when installing axis 1.3 on redhat 7.3

Posted by da...@opensource.lk.
Hi,
It seems that your server and client libraries built properly, but only
builidng the samples fail.
Further it says

>> InteropTestPortType.h:9:37: axis/server/AxisUserAPI.h:
>> No such file or directory

This means that it cannot where the mentioned path is.
That means most probably you haven't set the AXISCPP_HOME
See below also

regds
damitha

> Did you set AXISCPP_HOME environment variable?
>
> Are you using 1.3 beta or 1.3 final?
>
> Samisa...
>
> --- vijay ponnavolu <vp...@yahoo.com> wrote:
>
>> Hi,
>>
>> I am installing axis 1.3 on
>>
>> Redhat 7.3(2.4.26)
>> GCC-3.2.3
>> Automake 1.85
>> autoconf 2.59
>> M4 1.4
>> libtool 1.5.10
>>
>> I am using the configure script as below:
>>
>> ./configure --with-apache2=/my/home/usr/local/apache2
>> --with-expat=/my/home/usr/local/expat
>> --libdir=/my/home/usr/local/axiscpp_deploy

I think you need to give --prefix=/my/home/usr/local/axiscpp_deploy
Then all libraries will be installed in /my/home/usr/local/axiscpp_deploy/lib


>>
>> "/my/home" is my user root directory. I also have the
>> LD_LIBRARY_PATH updated to the new version of tools
>> installed
>>
>> when I 'make' I get the following error:
>>
>> g++ -DHAVE_CONFIG_H -I. -I. -I../../../..
>> -I/my/home/src/axiscpp/include -Wall -Wshadow
>> -DENABLE_AXISTRACE -g -O2 -c InteropTestPortType.cpp
>> -MT InteropTestPortType.lo -MD -MP -MF
>> .deps/InteropTestPortType.TPlo  -fPIC -DPIC -o
>> .libs/InteropTestPortType.lo
>> In file included from InteropTestPortType.cpp:6:
>> InteropTestPortType.h:9:37: axis/server/AxisUserAPI.h:
>> No such file or directory
>> In file included from InteropTestPortType.h:10,
>>                  from InteropTestPortType.cpp:6:
>> AxisServiceException.h:11:39:
>> axis/server/AxisException.h: No such file or directory
>> AxisServiceException.h:12:29: axis/ISoapFault.h: No
>> such file or directory
>> In file included from InteropTestPortType.h:10,
>>                  from InteropTestPortType.cpp:6:
>> AxisServiceException.h:16: syntax error before `:'
>> token
>> AxisServiceException.h:20: `ISoapFault' was not
>> declared in this scope
>> AxisServiceException.h:20: `pFault' was not declared
>> in this scope
>> AxisServiceException.h:20: ISO C++ forbids declaration
>> of `AxisServiceException
>>    ' with no type
>> AxisServiceException.h:21: ISO C++ forbids declaration
>> of `AxisServiceException
>>    ' with no type
>> AxisServiceException.h:21: `int
>> AxisServiceException(int)' redeclared as
>>    different kind of symbol
>> AxisServiceException.h:20: previous declaration of
>> `int AxisServiceException'
>> AxisServiceException.h:20: previous non-function
>> declaration `int
>>    AxisServiceException'
>> AxisServiceException.h:21: conflicts with function
>> declaration `int
>>    AxisServiceException(int)'
>> AxisServiceException.h:22: ISO C++ forbids declaration
>> of `AxisServiceException
>>    ' with no type
>> AxisServiceException.h:22: `int
>> AxisServiceException(std::exception*)'
>>    redeclared as different kind of symbol
>> AxisServiceException.h:20: previous declaration of
>> `int AxisServiceException'
>> AxisServiceException.h:20: previous non-function
>> declaration `int
>>    AxisServiceException'
>> AxisServiceException.h:22: conflicts with function
>> declaration `int
>>    AxisServiceException(std::exception*)'
>> AxisServiceException.h:23: ISO C++ forbids declaration
>> of `AxisServiceException
>>    ' with no type
>> AxisServiceException.h:23: `int
>> AxisServiceException(std::exception*, int)'
>>    redeclared as different kind of symbol
>> AxisServiceException.h:20: previous declaration of
>> `int AxisServiceException'
>> AxisServiceException.h:20: previous non-function
>> declaration `int
>>    AxisServiceException'
>> AxisServiceException.h:23: conflicts with function
>> declaration `int
>>    AxisServiceException(std::exception*, int)'
>> AxisServiceException.h:24: destructors must be member
>> functions
>> AxisServiceException.h:24: virtual outside class
>> declaration
>> AxisServiceException.h:24: `void
>> AxisServiceException()' redeclared as
>>    different kind of symbol
>> AxisServiceException.h:20: previous declaration of
>> `int AxisServiceException'
>> AxisServiceException.h:20: previous non-function
>> declaration `int
>>    AxisServiceException'
>> AxisServiceException.h:24: conflicts with function
>> declaration `void
>>    AxisServiceException()'
>> AxisServiceException.h:29: syntax error before
>> `private'
>> AxisServiceException.h:31: `ISoapFault' was not
>> declared in this scope
>> AxisServiceException.h:31: `pFault' was not declared
>> in this scope
>> AxisServiceException.h:31: variable or field
>> `processException' declared void
>> AxisServiceException.h:32: `void
>> processException(std::exception*, int)'
>>    redeclared as different kind of symbol
>> AxisServiceException.h:31: previous declaration of
>> `int processException'
>> AxisServiceException.h:31: previous non-function
>> declaration `int
>>    processException'
>> AxisServiceException.h:32: conflicts with function
>> declaration `void
>>    processException(std::exception*, int)'
>> AxisServiceException.h:33: `void
>> processException(int)' redeclared as different
>>    kind of symbol
>> AxisServiceException.h:31: previous declaration of
>> `int processException'
>> AxisServiceException.h:31: previous non-function
>> declaration `int
>>    processException'
>> AxisServiceException.h:33: conflicts with function
>> declaration `void
>>    processException(int)'
>> AxisServiceException.h:37: syntax error before `}'
>> token
>> In file included from InteropTestPortType.h:13,
>>                  from InteropTestPortType.cpp:6:
>> SOAPStruct.h:9:37: axis/server/AxisUserAPI.h: No such
>> file or directory
>> In file included from InteropTestPortType.h:13,
>>                  from InteropTestPortType.cpp:6:
>> SOAPStruct.h:13: syntax error before `static'
>> SOAPStruct.h:19: 'xsd__string' is used as a type, but
>> is not defined as a type.
>> In file included from InteropTestPortType.cpp:6:
>> InteropTestPortType.h:25: `xsd__string' was not
>> declared in this scope
>> InteropTestPortType.h:25: syntax error before `)'
>> token
>> InteropTestPortType.h:26: `xsd__string_Array' was not
>> declared in this scope
>> InteropTestPortType.h:26: syntax error before `)'
>> token
>> InteropTestPortType.h:28: `xsd__int_Array' was not
>> declared in this scope
>> InteropTestPortType.h:28: syntax error before `)'
>> token
>> InteropTestPortType.h:30: `xsd__float_Array' was not
>> declared in this scope
>> InteropTestPortType.h:30: syntax error before `)'
>> token
>> InteropTestPortType.h:34: `xsd__base64Binary' was not
>> declared in this scope
>> InteropTestPortType.h:34: syntax error before `)'
>> token
>> InteropTestPortType.h:35: `xsd__dateTime' was not
>> declared in this scope
>> InteropTestPortType.h:35: syntax error before `)'
>> token
>> InteropTestPortType.h:36: `xsd__hexBinary' was not
>> declared in this scope
>> InteropTestPortType.h:36: syntax error before `)'
>> token
>> InteropTestPortType.h:37: `xsd__decimal' was not
>> declared in this scope
>> InteropTestPortType.h:37: syntax error before `)'
>> token
>> InteropTestPortType.h:38: `xsd__boolean' was not
>> declared in this scope
>> InteropTestPortType.h:38: syntax error before `)'
>> token
>> InteropTestPortType.cpp:35: syntax error before `::'
>> token
>> InteropTestPortType.cpp:38: syntax error before `::'
>> token
>> InteropTestPortType.cpp:44: syntax error before `::'
>> token
>> InteropTestPortType.cpp:50: syntax error before `::'
>> token
>> InteropTestPortType.cpp:62: syntax error before `::'
>> token
>> InteropTestPortType.cpp:65: syntax error before `::'
>> token
>> InteropTestPortType.cpp:68: syntax error before `::'
>> token
>> InteropTestPortType.cpp:71: syntax error before `::'
>> token
>> InteropTestPortType.cpp:74: syntax error before `::'
>>
> === message truncated ===
>
>
>
>
> _______________________________
> Do you Yahoo!?
> Declare Yourself - Register online to vote today!
> http://vote.yahoo.com
>
>


Re: make failed when installing axis 1.3 on redhat 7.3

Posted by Samisa Abeysinghe <sa...@yahoo.com>.
Did you set AXISCPP_HOME environment variable?

Are you using 1.3 beta or 1.3 final?

Samisa...

--- vijay ponnavolu <vp...@yahoo.com> wrote:

> Hi,
> 
> I am installing axis 1.3 on
> 
> Redhat 7.3(2.4.26)
> GCC-3.2.3
> Automake 1.85
> autoconf 2.59
> M4 1.4
> libtool 1.5.10
> 
> I am using the configure script as below:
> 
> ./configure --with-apache2=/my/home/usr/local/apache2
> --with-expat=/my/home/usr/local/expat
> --libdir=/my/home/usr/local/axiscpp_deploy
> 
> "/my/home" is my user root directory. I also have the
> LD_LIBRARY_PATH updated to the new version of tools
> installed
> 
> when I 'make' I get the following error:
> 
> g++ -DHAVE_CONFIG_H -I. -I. -I../../../..
> -I/my/home/src/axiscpp/include -Wall -Wshadow
> -DENABLE_AXISTRACE -g -O2 -c InteropTestPortType.cpp
> -MT InteropTestPortType.lo -MD -MP -MF
> .deps/InteropTestPortType.TPlo  -fPIC -DPIC -o
> .libs/InteropTestPortType.lo
> In file included from InteropTestPortType.cpp:6:
> InteropTestPortType.h:9:37: axis/server/AxisUserAPI.h:
> No such file or directory
> In file included from InteropTestPortType.h:10,
>                  from InteropTestPortType.cpp:6:
> AxisServiceException.h:11:39:
> axis/server/AxisException.h: No such file or directory
> AxisServiceException.h:12:29: axis/ISoapFault.h: No
> such file or directory
> In file included from InteropTestPortType.h:10,
>                  from InteropTestPortType.cpp:6:
> AxisServiceException.h:16: syntax error before `:'
> token
> AxisServiceException.h:20: `ISoapFault' was not
> declared in this scope
> AxisServiceException.h:20: `pFault' was not declared
> in this scope
> AxisServiceException.h:20: ISO C++ forbids declaration
> of `AxisServiceException
>    ' with no type
> AxisServiceException.h:21: ISO C++ forbids declaration
> of `AxisServiceException
>    ' with no type
> AxisServiceException.h:21: `int
> AxisServiceException(int)' redeclared as
>    different kind of symbol
> AxisServiceException.h:20: previous declaration of
> `int AxisServiceException'
> AxisServiceException.h:20: previous non-function
> declaration `int
>    AxisServiceException'
> AxisServiceException.h:21: conflicts with function
> declaration `int
>    AxisServiceException(int)'
> AxisServiceException.h:22: ISO C++ forbids declaration
> of `AxisServiceException
>    ' with no type
> AxisServiceException.h:22: `int
> AxisServiceException(std::exception*)'
>    redeclared as different kind of symbol
> AxisServiceException.h:20: previous declaration of
> `int AxisServiceException'
> AxisServiceException.h:20: previous non-function
> declaration `int
>    AxisServiceException'
> AxisServiceException.h:22: conflicts with function
> declaration `int
>    AxisServiceException(std::exception*)'
> AxisServiceException.h:23: ISO C++ forbids declaration
> of `AxisServiceException
>    ' with no type
> AxisServiceException.h:23: `int
> AxisServiceException(std::exception*, int)'
>    redeclared as different kind of symbol
> AxisServiceException.h:20: previous declaration of
> `int AxisServiceException'
> AxisServiceException.h:20: previous non-function
> declaration `int
>    AxisServiceException'
> AxisServiceException.h:23: conflicts with function
> declaration `int
>    AxisServiceException(std::exception*, int)'
> AxisServiceException.h:24: destructors must be member
> functions
> AxisServiceException.h:24: virtual outside class
> declaration
> AxisServiceException.h:24: `void
> AxisServiceException()' redeclared as
>    different kind of symbol
> AxisServiceException.h:20: previous declaration of
> `int AxisServiceException'
> AxisServiceException.h:20: previous non-function
> declaration `int
>    AxisServiceException'
> AxisServiceException.h:24: conflicts with function
> declaration `void
>    AxisServiceException()'
> AxisServiceException.h:29: syntax error before
> `private'
> AxisServiceException.h:31: `ISoapFault' was not
> declared in this scope
> AxisServiceException.h:31: `pFault' was not declared
> in this scope
> AxisServiceException.h:31: variable or field
> `processException' declared void
> AxisServiceException.h:32: `void
> processException(std::exception*, int)'
>    redeclared as different kind of symbol
> AxisServiceException.h:31: previous declaration of
> `int processException'
> AxisServiceException.h:31: previous non-function
> declaration `int
>    processException'
> AxisServiceException.h:32: conflicts with function
> declaration `void
>    processException(std::exception*, int)'
> AxisServiceException.h:33: `void
> processException(int)' redeclared as different
>    kind of symbol
> AxisServiceException.h:31: previous declaration of
> `int processException'
> AxisServiceException.h:31: previous non-function
> declaration `int
>    processException'
> AxisServiceException.h:33: conflicts with function
> declaration `void
>    processException(int)'
> AxisServiceException.h:37: syntax error before `}'
> token
> In file included from InteropTestPortType.h:13,
>                  from InteropTestPortType.cpp:6:
> SOAPStruct.h:9:37: axis/server/AxisUserAPI.h: No such
> file or directory
> In file included from InteropTestPortType.h:13,
>                  from InteropTestPortType.cpp:6:
> SOAPStruct.h:13: syntax error before `static'
> SOAPStruct.h:19: 'xsd__string' is used as a type, but
> is not defined as a type.
> In file included from InteropTestPortType.cpp:6:
> InteropTestPortType.h:25: `xsd__string' was not
> declared in this scope
> InteropTestPortType.h:25: syntax error before `)'
> token
> InteropTestPortType.h:26: `xsd__string_Array' was not
> declared in this scope
> InteropTestPortType.h:26: syntax error before `)'
> token
> InteropTestPortType.h:28: `xsd__int_Array' was not
> declared in this scope
> InteropTestPortType.h:28: syntax error before `)'
> token
> InteropTestPortType.h:30: `xsd__float_Array' was not
> declared in this scope
> InteropTestPortType.h:30: syntax error before `)'
> token
> InteropTestPortType.h:34: `xsd__base64Binary' was not
> declared in this scope
> InteropTestPortType.h:34: syntax error before `)'
> token
> InteropTestPortType.h:35: `xsd__dateTime' was not
> declared in this scope
> InteropTestPortType.h:35: syntax error before `)'
> token
> InteropTestPortType.h:36: `xsd__hexBinary' was not
> declared in this scope
> InteropTestPortType.h:36: syntax error before `)'
> token
> InteropTestPortType.h:37: `xsd__decimal' was not
> declared in this scope
> InteropTestPortType.h:37: syntax error before `)'
> token
> InteropTestPortType.h:38: `xsd__boolean' was not
> declared in this scope
> InteropTestPortType.h:38: syntax error before `)'
> token
> InteropTestPortType.cpp:35: syntax error before `::'
> token
> InteropTestPortType.cpp:38: syntax error before `::'
> token
> InteropTestPortType.cpp:44: syntax error before `::'
> token
> InteropTestPortType.cpp:50: syntax error before `::'
> token
> InteropTestPortType.cpp:62: syntax error before `::'
> token
> InteropTestPortType.cpp:65: syntax error before `::'
> token
> InteropTestPortType.cpp:68: syntax error before `::'
> token
> InteropTestPortType.cpp:71: syntax error before `::'
> token
> InteropTestPortType.cpp:74: syntax error before `::'
> 
=== message truncated ===



		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com