Hi, > We build & test OpenSplice with OpenFusion TAO 1.6.1. We do not build > against the DOC group versions.
Regret to hear that. That version is really ancient. > If you would like to submit some patches to support compilation like > this in addition to what we already do that would be really cool. I am not in the position to create patches, I will than have to abandon the experiments that I had in mind (for which I need to be able to compile OpenSplice community edition with the current trunk of the doc_group TAO version). Johnny > > On 09/06/2011 11:46, Johnny Willemsen wrote: >> Hi, >> >> I tried to compile opensplice community edition from git (thiwith the >> TAO trunk version of today. This fails with the error below. >> >> Johnny >> >> make[7]: Entering directory >> `/home/build/opensplice/src/tools/idlpp/bld/x86_64.linux2.6-dev' >> make[7]: Nothing to be done for `all'. >> make[7]: Leaving directory >> `/home/build/opensplice/src/tools/idlpp/bld/x86_64.linux2.6-dev' >> make[6]: Leaving directory `/home/build/opensplice/src/tools/idlpp' >> g++ -m64 -pipe -DOSPL_ENV_DEBUG -D_XOPEN_SOURCE=500 >> -DOSPL_BUILD_DCPSCCPP -D_GNU_SOURCE -DVERSION=\"V5.4.1OSS\" -O0 -g >> -D_TYPECHECK_ -DE_DEBUG -fPIC -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT >> -I. -I../../include -I../../code -I/home/build/opensplice/src/include >> -I/home/build/opensplice/src/abstraction/os/include >> -I/home/build/opensplice/src/abstraction/os/linux2.6 >> "-I/home/build/ACE/opensplice/ACE_wrappers//TAO" >> -I"/home/build/ACE/opensplice/ACE_wrappers/" >> -I/home/build/opensplice/src/kernel/include >> -I/home/build/opensplice/src/database/database/include >> -I/home/build/opensplice/src/api/dcps/ccpp/include >> -I/home/build/opensplice/src/api/dcps/ccpp/orb/DDS_ACE_TAO_5_6_6 >> -I/home/build/opensplice/src/api/dcps/gapi/include -c >> ../../code/ccpp_DataWriter_impl.cpp >> g++ -m64 -pipe -DOSPL_ENV_DEBUG -D_XOPEN_SOURCE=500 >> -DOSPL_BUILD_DCPSCCPP -D_GNU_SOURCE -DVERSION=\"V5.4.1OSS\" -O0 -g >> -D_TYPECHECK_ -DE_DEBUG -fPIC -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT >> -I. -I../../include -I../../code -I/home/build/opensplice/src/include >> -I/home/build/opensplice/src/abstraction/os/include >> -I/home/build/opensplice/src/abstraction/os/linux2.6 >> "-I/home/build/ACE/opensplice/ACE_wrappers//TAO" >> -I"/home/build/ACE/opensplice/ACE_wrappers/" >> -I/home/build/opensplice/src/kernel/include >> -I/home/build/opensplice/src/database/database/include >> -I/home/build/opensplice/src/api/dcps/ccpp/include >> -I/home/build/opensplice/src/api/dcps/ccpp/orb/DDS_ACE_TAO_5_6_6 >> -I/home/build/opensplice/src/api/dcps/gapi/include -c >> ../../code/ccpp_DomainParticipant_impl.cpp >> ../../code/ccpp_DomainParticipant_impl.cpp: In member function >> ‘DDS::ReturnCode_t >> DDS::DomainParticipant_impl::initializeBuiltinTopics()’: >> ../../code/ccpp_DomainParticipant_impl.cpp:1334:5: error: >> ‘ParticipantBuiltinTopicDataTypeSupport’ was not declared in this scope >> ../../code/ccpp_DomainParticipant_impl.cpp:1334:44: error: expected ‘;’ >> before ‘participantTS’ >> ../../code/ccpp_DomainParticipant_impl.cpp:1335:5: error: >> ‘TopicBuiltinTopicDataTypeSupport’ was not declared in this scope >> ../../code/ccpp_DomainParticipant_impl.cpp:1335:38: error: expected ‘;’ >> before ‘topicTS’ >> ../../code/ccpp_DomainParticipant_impl.cpp:1336:5: error: >> ‘PublicationBuiltinTopicDataTypeSupport’ was not declared in this scope >> ../../code/ccpp_DomainParticipant_impl.cpp:1336:44: error: expected ‘;’ >> before ‘publicationTS’ >> ../../code/ccpp_DomainParticipant_impl.cpp:1337:5: error: >> ‘SubscriptionBuiltinTopicDataTypeSupport’ was not declared in this scope >> ../../code/ccpp_DomainParticipant_impl.cpp:1337:45: error: expected ‘;’ >> before ‘subscriptionTS’ >> ../../code/ccpp_DomainParticipant_impl.cpp:1339:14: error: >> ‘participantTS’ was not declared in this scope >> ../../code/ccpp_DomainParticipant_impl.cpp:1342:18: error: ‘topicTS’ was >> not declared in this scope >> ../../code/ccpp_DomainParticipant_impl.cpp:1345:22: error: >> ‘publicationTS’ was not declared in this scope >> ../../code/ccpp_DomainParticipant_impl.cpp:1348:26: error: >> ‘subscriptionTS’ was not declared in this scope >> make[5]: *** [ccpp_DomainParticipant_impl.o] Error 1 >> make[5]: Leaving directory >> `/home/build/opensplice/src/api/dcps/ccpp/bld/x86_64.linux2.6-dev' >> make[4]: *** [link] Error 2 >> make[4]: Leaving directory `/home/build/opensplice/src/api/dcps/ccpp' >> make[3]: *** [ccpp.ss_link] Error 2 >> make[3]: Leaving directory `/home/build/opensplice/src/api/dcps' >> make[2]: *** [dcps.ss_link] Error 2 >> make[2]: Leaving directory `/home/build/opensplice/src/api' >> make[1]: *** [api.ss_link] Error 2 >> make[1]: Leaving directory `/home/build/opensplice/src' >> make: *** [src.ss_link] Error 2 >> [build@fc14_opensplice opensplice]$ >> >> _______________________________________________ >> OpenSplice DDS Developer Mailing List >> [email protected] >> Subscribe / Unsubscribe >> http://dev.opensplice.org/mailman/listinfo/developer > > _______________________________________________ OpenSplice DDS Developer Mailing List [email protected] Subscribe / Unsubscribe http://dev.opensplice.org/mailman/listinfo/developer
