RE: [orbitcpp-list] again problems...
Status: Beta
Brought to you by:
philipd
From: john p. <jpr...@sn...> - 2001-07-11 11:25:49
|
Just a guess, but did you install ORBit-devel-0.5.8? -----Original Message----- From: orb...@li... [mailto:orb...@li...]On Behalf Of Samuele Gallazzi Sent: Wednesday, July 11, 2001 4:34 AM To: orb...@li... Subject: [orbitcpp-list] again problems... hi, I re-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. I've already asked for this and I've been suggested to install ORBit 0.5.8. I did it: the ORBit version I have now is the 0.5.8, installed overriding the previous 0.5.7 forcing the destination dir with the option --prefix=/usr instead of the default dir /usr/local. I believe this procedure can be considered correct... And so, why did I receive again an error output with the make command?? 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. Please, help me!! Thanks a lot. Samuele Here's the 'make' error output: 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_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 and the 'make install' error output: libtool: install: warning: remember to run `libtool --finish /usr/lib/orbit-idl' 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_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]: *** [install-recursive] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 _______________________________________________ orbitcpp-list mailing list orb...@li... http://lists.sourceforge.net/lists/listinfo/orbitcpp-list |