[omniORB] AIX / Visual Age 5 / omniOrb 3.0.2

Mark Zimmerman markzimm@frii.com
Mon, 30 Apr 2001 09:57:43 -0600


Greetings:

Does anyone have patches and/or experience with getting omniOrb 3.0.2
to compile on AIX with Visual Age 5?  My first attempt at compilation
failed with a flurry of stuff like this:

xlC_r -c  -qstaticinline -qmaxmem=8192 -DIDLMODULE_VERSION="\"0x2301\"" -I/usr/l
ocal/include -DPYTHON_INCLUDE="<python2.0/Python.h>" -I. -I/usr/local/include -D
NO_STRCASECMP -I.  -I../../../../include -D__aix__ -D__powerpc__ -D__OSVERSION__
=4 -o idlpython.o idlpython.cc
"/usr/vacpp/include/string.h", line 22.14: 1540-0040 (S) The text "char" is unex
pected.  "__inline" may be undeclared or ambiguous.
"/usr/vacpp/include/string.h", line 23.14: 1540-0040 (S) The text "int" is unexp
ected.  "__inline" may be undeclared or ambiguous.
"/usr/vacpp/include/string.h", line 25.16: 1540-0040 (S) The text "size_t" is un
expected.  "__inline" may be undeclared or ambiguous.
"/usr/vacpp/include/string.h", line 26.16: 1540-0040 (S) The text "char" is unex
pected.  "__inline" may be undeclared or ambiguous.

-- Mark