Problem compiling 0.5.8



I am trying to compile ORBit 0.5.8 for Mac OS X and I get the following errors. Can anyone point me in the right direction for fixing them?

Thanks,
Neil
neilt gnue org



../../src/orbit-idl-compiler/orbit-idl ./everything.idl
./everything.idl:24: Warning: `CONST_CHAR' underscores within identifiers are discouraged for use with C-language IDL mappings cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/orb -I../../src -I../../src/ORBitutil -I../../src/orb -I../../src -I/usr/local/lib/glib/include -I/usr/local/include -traditional-cpp -c client.c
In file included from client.c:23:
everything.h:920: size of array `test_LongArray' is too large
everything.h:941: size of array `test_StrArray' is too large
everything.h:963: size of array `test_StrArrayMultiDimensional' is too large
everything.h:965: size of array `test_StrArrayMultiDimensional_slice' is too large
everything.h:988: size of array `test_VariableLengthStructArray' is too large
everything.h:1287: size of array `test_StrArray2' is too large



line 918 thru 940 of everything.h look like this
--------------------------------------------------
#if !defined(_test_LongArray_defined)
#define _test_LongArray_defined 1
   typedef CORBA_long test_LongArray[10424744621];
   typedef CORBA_long test_LongArray_slice;
#if !defined(TC_IMPL_TC_test_LongArray_0)
#define TC_IMPL_TC_test_LongArray_0 'e'
#define TC_IMPL_TC_test_LongArray_1 'v'
#define TC_IMPL_TC_test_LongArray_2 'e'
#define TC_IMPL_TC_test_LongArray_3 'r'
#define TC_IMPL_TC_test_LongArray_4 'y'
#define TC_IMPL_TC_test_LongArray_5 't'
#define TC_IMPL_TC_test_LongArray_6 'h'
#define TC_IMPL_TC_test_LongArray_7 'i'
#define TC_IMPL_TC_test_LongArray_8 'n'
#define TC_IMPL_TC_test_LongArray_9 'g'
   extern const struct CORBA_TypeCode_struct TC_test_LongArray_struct;
#define TC_test_LongArray ((CORBA_TypeCode)&TC_test_LongArray_struct)
#endif
   extern test_LongArray_slice *test_LongArray__alloc(void);
extern gpointer test_LongArray__free(gpointer mem, gpointer dat, CORBA_boolean free_strings); /* ORBit internal use */
#endif
#if !defined(_test_StrArray_defined)
#define _test_StrArray_defined 1
   typedef CORBA_char *test_StrArray[10424744621];




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]