David Wheeler wrote:
Hey,
I figured out why it wasn't finding xmlstring.h, I had to install
libmxml-dev to get the header files.

Now SDO builds and tests.
SCA however still fails:

make[5]: Entering directory
`/home/dwheeler/tuscany/cpp/sca/runtime/ws_reference/axis2c/src'
/bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../../.. -I../../../../runtime/core/src
-I/home/dwheeler/tuscany/cpp/sdo/deploy/include
-I/usr/local/axis/axis2c-bin-0.92-linux/include  -D_DEBUG   -g -O2 -c
WSServiceWrapper.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../runtime/core/src
-I/home/dwheeler/tuscany/cpp/sdo/deploy/include -I/usr/local/axis/axis2c-
bin-0.92-linux/include -D_DEBUG -g -O2 -Wp,-MD,.deps/WSServiceWrapper.pp -c
WSServiceWrapper.cpp  -fPIC -DPIC -o .libs/WSServiceWrapper.o
In file included from
../../../../runtime/core/src/tuscany/sca/core/ServiceWrapper.h:25,
                from
../../../../runtime/core/src/tuscany/sca/core/ExternalServiceWrapper.h:24,
                from
../../../../runtime/core/src/tuscany/sca/ws/WSServiceWrapper.h:24,
                from WSServiceWrapper.cpp:23:
../../../../runtime/core/src/tuscany/sca/core/Operation.h:23:29: error:
commonj/sdo/SDO.h: No such file or directory
In file included from
../../../../runtime/core/src/tuscany/sca/model/Wsdl.h:27,
                from Axis2Client.h:30,

David,

You're almost there... Looks like SDO.h cannot be found.

Could you please check the following?
- $TUSCANY_SDOCPP should be set to tuscany/cpp/sdo/deploy
- If you do configure --prefix=$TUSCANY_SDOCPP, make, and make install to build the SDO runtime, then the SDO .h files should end up in $TUSCANY_SDOCPP/deploy/include/commonj/sdo. Do you see these files?

Thanks,

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to