[orbitcpp-list] need help building orbitcpp-0.30
Status: Beta
Brought to you by:
philipd
From: john p. <jpr...@sn...> - 2001-06-29 15:48:29
|
I am trying to build orbitcpp-0.30 on a RH 7.0 platform with ORBit-0.5.7-3 and ORBit-0.5.7-3 installed. When I run make I get the following error: make[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 if someone could give me a hint as to what I need to do I would be most grateful. thanks ------------------------------------------ john prokopek jpr...@sn... |