[orbitcpp-list] problem during the installation
Status: Beta
Brought to you by:
philipd
From: Samuele G. <sam...@ti...> - 2001-07-03 16:57:45
|
hi, I need help!! I installed orbitcpp-0.30.1 package following instructions of the INSTALL file but executing 'make' I receive a strange output concluding with some errors. Why does this happen?? I'm working on a i686-pc-linux-gnu and I've already installed Flex 2.5.4, libIDL 0.6.8, glib 1.2.10, ORBit-mt 0.5.7. Please, help me!! Here's the 'make' output: Making all in compiler make[1]: Entering directory `/home/2samu/Progetto/orbitcpp-0.30.1/compiler' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/2samu/Progetto/orbitcpp-0.30.1/compiler' Making all in orb make[1]: Entering directory `/home/2samu/Progetto/orbitcpp-0.30.1/orb' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/2samu/Progetto/orbitcpp-0.30.1/orb' Making all in services make[1]: Entering directory `/home/2samu/Progetto/orbitcpp-0.30.1/services' Making all in name make[2]: Entering directory `/home/2samu/Progetto/orbitcpp-0.30.1/services/name' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/2samu/Progetto/orbitcpp-0.30.1/services/name' make[2]: Entering directory `/home/2samu/Progetto/orbitcpp-0.30.1/services' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/2samu/Progetto/orbitcpp-0.30.1/services' make[1]: Leaving directory `/home/2samu/Progetto/orbitcpp-0.30.1/services' Making all in test make[1]: Entering directory `/home/2samu/Progetto/orbitcpp-0.30.1/test' Making all in everything make[2]: Entering directory `/home/2samu/Progetto/orbitcpp-0.30.1/test/everything' Making all in generated make[3]: Entering directory `/home/2samu/Progetto/orbitcpp-0.30.1/test/everything/generated' gcc -DHAVE_CONFIG_H -I. -I. -I../../../orb -I../../.. -I../../.. -I/usr/incl ude/glib-1.2 -I/usr/lib/glib/include -I/usr/include -g -O0 -Wall -W -c everything-common.c make[3]: Leaving directory `/home/2samu/Progetto/orbitcpp-0.30.1/test/everything/generated' make[2]: Leaving directory `/home/2samu/Progetto/orbitcpp-0.30.1/test/everything' make[1]: Leaving directory `/home/2samu/Progetto/orbitcpp-0.30.1/test' And that's the consequent error: everything-common.c:622: `TC_CORBA_sequence_CORBA_any_struct' undeclared here (not in a function) everything-common.c:622: initializer element is not constant everything-common.c:622: (near initialization for `anon_subtypes_array128[0]') everything-common.c: In function `test_FixedLengthStruct__free': everything-common.c:2616: warning: unused parameter `dat' everything-common.c:2617: warning: unused parameter `free_strings' everything-common.c: In function `test_VariableLengthStruct__free': everything-common.c:2637: warning: unused parameter `dat' everything-common.c: In function `test_CompoundStruct__free': everything-common.c:2662: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_CORBA_string__free': everything-common.c:2702: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_test_CompoundStruct__free': everything-common.c:2766: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_CORBA_long__free': everything-common.c:2832: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_test_StrSeq__free': everything-common.c:2957: warning: unused parameter `dat' everything-common.c: In function `test_AnySeq__free': everything-common.c:3062: warning: implicit declaration of function `CORBA_sequence_CORBA_any__free' everything-common.c:3062: warning: return makes pointer from integer without a cast everything-common.c: In function `test_AnySeq__alloc': everything-common.c:3068: warning: implicit declaration of function `CORBA_sequence_CORBA_any__alloc' everything-common.c:3068: warning: return makes pointer from integer without a casteverything-common.c:622: `TC_CORBA_sequence_CORBA_any_struct' undeclared here (not in a function) everything-common.c:622: initializer element is not constant everything-common.c:622: (near initialization for `anon_subtypes_array128[0]') everything-common.c: In function `test_FixedLengthStruct__free': everything-common.c:2616: warning: unused parameter `dat' everything-common.c:2617: warning: unused parameter `free_strings' everything-common.c: In function `test_VariableLengthStruct__free': everything-common.c:2637: warning: unused parameter `dat' everything-common.c: In function `test_CompoundStruct__free': everything-common.c:2662: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_CORBA_string__free': everything-common.c:2702: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_test_CompoundStruct__free': everything-common.c:2766: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_CORBA_long__free': everything-common.c:2832: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_test_StrSeq__free': everything-common.c:2957: warning: unused parameter `dat' everything-common.c: In function `test_AnySeq__free': everything-common.c:3062: warning: implicit declaration of function `CORBA_sequence_CORBA_any__free' everything-common.c:3062: warning: return makes pointer from integer without a cast everything-common.c: In function `test_AnySeq__alloc': everything-common.c:3068: warning: implicit declaration of function `CORBA_sequence_CORBA_any__alloc' everything-common.c:3068: warning: return makes pointer from integer without a cast everything-common.c: In function `test_StructWithSequenceInIt__free': everything-common.c:3124: warning: unused parameter `dat' everything-common.c: In function `test_TestException__free': everything-common.c:3201: warning: unused parameter `dat' everything-common.c: In function `test_TestStruct2__free': everything-common.c:3234: warning: unused parameter `dat' everything-common.c: In function `test_TestException2__free': everything-common.c:3258: warning: unused parameter `dat' everything-common.c: In function `test_LongArray__free': everything-common.c:3283: warning: unused parameter `dat' everything-common.c:3283: warning: unused parameter `free_strings' everything-common.c: In function `test_StrArray__free': everything-common.c:3301: warning: unused parameter `dat' everything-common.c: In function `test_StrArrayMultiDimensional__free': everything-common.c:3327: warning: unused parameter `dat' everything-common.c: In function `test_VariableLengthStructArray__free': everything-common.c:3360: warning: unused parameter `dat' everything-common.c: In function `test_FixedLengthUnion__free': everything-common.c:3394: warning: unused parameter `dat' everything-common.c:3395: warning: unused parameter `free_strings' everything-common.c: In function `test_VariableLengthUnion__free': everything-common.c:3480: warning: unused parameter `dat' everything-common.c: In function `test_EnumUnion__free': everything-common.c:3525: warning: unused parameter `dat' everything-common.c:3525: warning: unused parameter `free_strings' everything-common.c: In function `test_BooleanUnion__free': everything-common.c:3553: warning: unused parameter `dat' everything-common.c: In function `test_StrArray2__free': everything-common.c:3585: warning: unused parameter `dat' everything-common.c: In function `test_ArrayUnion__free': everything-common.c:3611: warning: unused parameter `dat' everything-common.c: In function `FixedLengthStruct__free': everything-common.c:3643: warning: unused parameter `dat' everything-common.c:3644: warning: unused parameter `free_strings' everything-common.c: In function `VariableLengthStruct__free': everything-common.c:3664: warning: unused parameter `dat' everything-common.c: In function `CompoundStruct__free': everything-common.c:3689: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_CompoundStruct__free': everything-common.c:3792: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_StrSeq__free': everything-common.c:3980: warning: unused parameter `dat' everything-common.c: In function `StructWithSequenceInIt__free': everything-common.c:4081: warning: unused parameter `dat' everything-common.c: In function `TestException__free': everything-common.c:4158: warning: unused parameter `dat' everything-common.c: In function `LongArray__free': everything-common.c:4190: warning: unused parameter `dat' everything-common.c:4190: warning: unused parameter `free_strings' everything-common.c: In function `StrArray__free': everything-common.c:4207: warning: unused parameter `dat' everything-common.c: In function `StrArrayMultiDimensional__free': everything-common.c:4231: warning: unused parameter `dat' everything-common.c: In function `VariableLengthStructArray__free': everything-common.c:4264: warning: unused parameter `dat' everything-common.c: In function `FixedLengthUnion__free': everything-common.c:4297: warning: unused parameter `dat' everything-common.c:4297: warning: unused parameter `free_strings' everything-common.c: In function `VariableLengthUnion__free': everything-common.c:4382: warning: unused parameter `dat' everything-common.c: In function `EnumUnion__free': everything-common.c:4427: warning: unused parameter `dat' everything-common.c:4427: warning: unused parameter `free_strings' everything-common.c: In function `BooleanUnion__free': everything-common.c:4454: warning: unused parameter `dat' everything-common.c: In function `StrArray2__free': everything-common.c:4485: warning: unused parameter `dat' everything-common.c: In function `ArrayUnion__free': everything-common.c:4509: warning: unused parameter `dat' make[3]: *** [everything-common.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 |