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 Mauro Tosca <ma...@gmail.com> on 2004/11/14 17:59:17 UTC

Installation problem

Hi.

I'm trying to install axixc++ for linux, but i encountered some problems...

I think to have followed closely the installation guide(installed
apache2,expat 1.95.8 and xerces 2.2.0), but when i try to 'make' the
source code, i've got the error below.

Does anybody know what i've got wrong?
thanks a lot!

My OS is the Red Hat Linux Advanced Server release 2.1AS (Pensacola), gcc 2.96.

Mauro Tosca



make  all-recursive
make[1]: Entering directory `/usr/local/axis-c-src-1-3-linux'
Making all in src
make[2]: Entering directory `/usr/local/axis-c-src-1-3-linux/src'
Making all in common
make[3]: Entering directory `/usr/local/axis-c-src-1-3-linux/src/common'
source='MessageData.cpp' object='MessageData.lo' libtool=yes \
depfile='.deps/MessageData.Plo' tmpdepfile='.deps/MessageData.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../..
/include -Wall -Wshadow -DENABLE_AXISTRACE -Wall -Wshadow -DENABLE_AXISTRACE  -g
 -O2 -c -o MessageData.lo `test -f 'MessageData.cpp' || echo './'`MessageData.cp
p
rm -f .libs/MessageData.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -Wall -Wshadow -DENABLE_AXIS
TRACE -Wall -Wshadow -DENABLE_AXISTRACE -g -O2 -c MessageData.cpp -MT MessageDat
a.lo -MD -MP -MF .deps/MessageData.TPlo  -fPIC -DPIC -o .libs/MessageData.lo
In file included from ../wsdd/WSDDService.h:20,
                 from ../wsdd/WSDDDeployment.h:24,
                 from MessageData.cpp:25:
../wsdd/WSDDHandler.h:62: `FILE' was not declared in this scope
../wsdd/WSDDHandler.h:62: `wsddfile' was not declared in this scope
../wsdd/WSDDHandler.h:62: parse error before `)'
../wsdd/WSDDHandler.h:73: syntax error before `*'
In file included from ../wsdd/WSDDDeployment.h:24,
                 from MessageData.cpp:25:
../wsdd/WSDDService.h:48: `FILE' was not declared in this scope
../wsdd/WSDDService.h:48: `wsddfile' was not declared in this scope
../wsdd/WSDDService.h:48: parse error before `)'
In file included from ../wsdd/WSDDDeployment.h:26,
                 from MessageData.cpp:25:
../wsdd/WSDDTransport.h:45: `FILE' was not declared in this scope
../wsdd/WSDDTransport.h:45: `wsddfile' was not declared in this scope
../wsdd/WSDDTransport.h:45: parse error before `)'
../../include/axis/server/SoapEnvVersions.h:80: warning: `SoapEnvVersionsStruct
gs_SoapEnvVersionsStruct[2]' defined but not used
make[3]: *** [MessageData.lo] Error 1
make[3]: Leaving directory `/usr/local/axis-c-src-1-3-linux/src/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/axis-c-src-1-3-linux/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/axis-c-src-1-3-linux'
make: *** [all] Error 2