Jean-Sebastien Delfino wrote:
Trying to build Native/C++ SDO on Linux RHEL5 gives me this error:
if /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../../../../..
-I../../../../../runtime/core/src -I//home/delfinoj/include/libxml2
-g -O0 -MT HelperProvider.lo -MD -MP -MF ".deps/HelperProvider.Tpo" -c
-o HelperProvider.lo HelperProvider.cpp; \
then mv -f ".deps/HelperProvider.Tpo" ".deps/HelperProvider.Plo";
else rm -f ".deps/HelperProvider.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../..
-I../../../../../runtime/core/src -I//home/delfinoj/include/libxml2 -g
-O0 -MT HelperProvider.lo -MD -MP -MF .deps/HelperProvider.Tpo -c
HelperProvider.cpp -fPIC -DPIC -o .libs/HelperProvider.o
../../../../../runtime/core/src/commonj/sdo/SDOSchemaSAX2Parser.h:88:
error: extra qualification 'commonj::sdo::SDOSchemaSAX2Parser::' on
member 'parseURI'
Any idea?
It's very likely that this is the same as
http://issues.apache.org/jira/browse/TUSCANY-1425, which has been
sitting around for a while. Just a reminder, we do need this in the
branch as well, please.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]