Andreas Benzler
2009-01-09 10:10:40 UTC
Hi all
I would like to compile mico 2.3.13 with externalize support but all I
got was a lot of errors. I tried different configurations to solve the
problem but nothing worked out. Does some of you could manage to compile
mico with externalize support?
Here is what I did:
first try:
./configure --enable-externalize
resulting compile errors:
In file included from CosExternalization.cc:8:
./CosExternalization.h:123:31: error: coss/CosLifeCycle.h: No such file
or directory
./CosExternalization.h:124:36: error: coss/CosObjectIdentity.h: No such
file or directory
./CosExternalization.h:127:35: error: coss/CosRelationships.h: No such
file or directory
./CosExternalization.h:128:28: error: coss/CosGraphs.h: No such file or
directory
next try:
./configure --enable-externalize --enable-life
resulting compile errors:
./CosCompoundLifeCycle.h:64:36: error: coss/CosObjectIdentity.h: No such
file or directory
./CosCompoundLifeCycle.h:67:35: error: coss/CosRelationships.h: No such
file or directory
./CosCompoundLifeCycle.h:68:28: error: coss/CosGraphs.h: No such file or
directory
next try:
./configure --enable-externalize --enable-life --enable-relship
resulting compile errors:
FactoryFinder_impl.cc:27:34: error: coss/CosTradingRepos.h: No such file
or directory
In file included from ../../include/coss/FactoryFinder_impl.h:30,
from FactoryFinder_impl.cc:28:
../../include/coss/RegisterHelper.h:3:29: error: coss/CosTrading.h: No
such file or directory
In file included from FactoryFinder_impl.cc:28:
../../include/coss/FactoryFinder_impl.h:35: error: ‘CosTrading’ has not
been declared
next try:
./configure --enable-externalize --enable-life --enable-relship
--enable-trader
resulting compile errors:
/XXXXX/mico/./idl/idl --no-poa --boa --c++-skel -B../.. --any --name
CosTrading ../../include/coss/CosTrading.idl
error: --boa option is no longer supported
(if you need BOA support, please use MICO release older than 2.3.12)
I am using a SUSE 11.1 with gcc 4.3 and the mico 2.3.13 release.
Thanks for helping
Andreas
I would like to compile mico 2.3.13 with externalize support but all I
got was a lot of errors. I tried different configurations to solve the
problem but nothing worked out. Does some of you could manage to compile
mico with externalize support?
Here is what I did:
first try:
./configure --enable-externalize
resulting compile errors:
In file included from CosExternalization.cc:8:
./CosExternalization.h:123:31: error: coss/CosLifeCycle.h: No such file
or directory
./CosExternalization.h:124:36: error: coss/CosObjectIdentity.h: No such
file or directory
./CosExternalization.h:127:35: error: coss/CosRelationships.h: No such
file or directory
./CosExternalization.h:128:28: error: coss/CosGraphs.h: No such file or
directory
next try:
./configure --enable-externalize --enable-life
resulting compile errors:
./CosCompoundLifeCycle.h:64:36: error: coss/CosObjectIdentity.h: No such
file or directory
./CosCompoundLifeCycle.h:67:35: error: coss/CosRelationships.h: No such
file or directory
./CosCompoundLifeCycle.h:68:28: error: coss/CosGraphs.h: No such file or
directory
next try:
./configure --enable-externalize --enable-life --enable-relship
resulting compile errors:
FactoryFinder_impl.cc:27:34: error: coss/CosTradingRepos.h: No such file
or directory
In file included from ../../include/coss/FactoryFinder_impl.h:30,
from FactoryFinder_impl.cc:28:
../../include/coss/RegisterHelper.h:3:29: error: coss/CosTrading.h: No
such file or directory
In file included from FactoryFinder_impl.cc:28:
../../include/coss/FactoryFinder_impl.h:35: error: ‘CosTrading’ has not
been declared
next try:
./configure --enable-externalize --enable-life --enable-relship
--enable-trader
resulting compile errors:
/XXXXX/mico/./idl/idl --no-poa --boa --c++-skel -B../.. --any --name
CosTrading ../../include/coss/CosTrading.idl
error: --boa option is no longer supported
(if you need BOA support, please use MICO release older than 2.3.12)
I am using a SUSE 11.1 with gcc 4.3 and the mico 2.3.13 release.
Thanks for helping
Andreas