[orbitcpp-list] building orbitcpp-0.30: errors in test
Status: Beta
Brought to you by:
philipd
From: john p. <jpr...@sn...> - 2001-06-29 12:24:46
|
I am trying to build orbitcpp 0.30 and I am getting an error and many warnings while building the test code. I am running RH 7.0 with ORBit0.5.7.3 and ORBit-devel-0.5.7.3. If someone could provide some assistance it would be appreciated. thanks the following is the error output: ake[3]: Entering directory `/public/orbitcpp-0.30.1/test/everything/generated' gcc -DHAVE_CONFIG_H -I. -I. -I../../../orb -I../../.. -I../../.. -I/usr/lib/glib/include -I/usr/include -g -O0 -Wall -W -c everything-common.c everything-common.c:666: `TC_CORBA_sequence_CORBA_any_struct' undeclared here (not in a function) everything-common.c:666: initializer element is not constant everything-common.c:666: (near initialization for `anon_subtypes_array128[0]') everything-common.c: In function `test_FixedLengthStruct__free': everything-common.c:2842: warning: unused parameter `dat' everything-common.c:2843: warning: unused parameter `free_strings' everything-common.c: In function `test_VariableLengthStruct__free': everything-common.c:2863: warning: unused parameter `dat' everything-common.c: In function `test_CompoundStruct__free': everything-common.c:2888: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_CORBA_string__free': everything-common.c:2928: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_test_CompoundStruct__free': everything-common.c:2993: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_CORBA_long__free': everything-common.c:3060: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_test_StrSeq__free': everything-common.c:3187: warning: unused parameter `dat' everything-common.c: In function `test_AnySeq__free': everything-common.c:3294: warning: implicit declaration of function `CORBA_sequence_CORBA_any__free' everything-common.c:3294: warning: return makes pointer from integer without a cast everything-common.c: In function `test_AnySeq__alloc': everything-common.c:3300: warning: implicit declaration of function `CORBA_sequence_CORBA_any__alloc' everything-common.c:3300: warning: return makes pointer from integer without a cast everything-common.c: In function `test_StructWithSequenceInIt__free': everything-common.c:3357: warning: unused parameter `dat' everything-common.c: In function `test_TestException__free': everything-common.c:3435: warning: unused parameter `dat' everything-common.c: In function `test_TestStruct2__free': everything-common.c:3468: warning: unused parameter `dat' everything-common.c: In function `test_TestException2__free': everything-common.c:3492: warning: unused parameter `dat' everything-common.c: In function `test_LongArray__free': everything-common.c:3517: warning: unused parameter `dat' everything-common.c:3517: warning: unused parameter `free_strings' everything-common.c: In function `test_StrArray__free': everything-common.c:3535: warning: unused parameter `dat' everything-common.c: In function `test_StrArrayMultiDimensional__free': everything-common.c:3561: warning: unused parameter `dat' everything-common.c: In function `test_VariableLengthStructArray__free': everything-common.c:3594: warning: unused parameter `dat' everything-common.c: In function `test_FixedLengthUnion__free': everything-common.c:3629: warning: unused parameter `dat' everything-common.c:3630: warning: unused parameter `free_strings' everything-common.c: In function `test_VariableLengthUnion__free': everything-common.c:3716: warning: unused parameter `dat' everything-common.c: In function `test_EnumUnion__free': everything-common.c:3761: warning: unused parameter `dat' everything-common.c:3761: warning: unused parameter `free_strings' everything-common.c: In function `test_BooleanUnion__free': everything-common.c:3789: warning: unused parameter `dat' everything-common.c: In function `test_StrArray2__free': everything-common.c:3821: warning: unused parameter `dat' everything-common.c: In function `test_ArrayUnion__free': everything-common.c:3847: warning: unused parameter `dat' everything-common.c: In function `FixedLengthStruct__free': everything-common.c:3879: warning: unused parameter `dat' everything-common.c:3880: warning: unused parameter `free_strings' everything-common.c: In function `VariableLengthStruct__free': everything-common.c:3900: warning: unused parameter `dat' everything-common.c: In function `CompoundStruct__free': everything-common.c:3925: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_CompoundStruct__free': everything-common.c:4029: warning: unused parameter `dat' everything-common.c: In function `CORBA_sequence_StrSeq__free': everything-common.c:4220: warning: unused parameter `dat' everything-common.c: In function `StructWithSequenceInIt__free': everything-common.c:4323: warning: unused parameter `dat' everything-common.c: In function `TestException__free': everything-common.c:4401: warning: unused parameter `dat' everything-common.c: In function `LongArray__free': everything-common.c:4433: warning: unused parameter `dat' everything-common.c:4433: warning: unused parameter `free_strings' everything-common.c: In function `StrArray__free': everything-common.c:4450: warning: unused parameter `dat' everything-common.c: In function `StrArrayMultiDimensional__free': everything-common.c:4474: warning: unused parameter `dat' everything-common.c: In function `VariableLengthStructArray__free': everything-common.c:4507: warning: unused parameter `dat' everything-common.c: In function `FixedLengthUnion__free': everything-common.c:4540: warning: unused parameter `dat' everything-common.c:4540: warning: unused parameter `free_strings' everything-common.c: In function `VariableLengthUnion__free': everything-common.c:4626: warning: unused parameter `dat' everything-common.c: In function `EnumUnion__free': everything-common.c:4671: warning: unused parameter `dat' everything-common.c:4671: warning: unused parameter `free_strings' everything-common.c: In function `BooleanUnion__free': everything-common.c:4698: warning: unused parameter `dat' everything-common.c: In function `StrArray2__free': everything-common.c:4729: warning: unused parameter `dat' everything-common.c: In function `ArrayUnion__free': everything-common.c:4753: warning: unused parameter `dat' make[3]: *** [everything-common.o] Error 1 make[3]: Leaving directory `/public/orbitcpp-0.30.1/test/everything/generated' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/public/orbitcpp-0.30.1/test/everything' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/public/orbitcpp-0.30.1/test' make: *** [all-recursive] Error 1 |