building berkeley db with stlport on AIX 5.1 -
02-02-2006
, 09:52 AM
Greetings,
I'm seeing some problems while trying to build berkeley db with stlport
on AIX. I am using AIX 5.1, xlc_r 6.0, bdb 4.3.29, and stlport 4.6.2.
When I run make I get the followoing errors.
xlc_r -c -D_THREAD_SAFE
-I/mounts/source/3rdparty/stlport/STLport-4.6.2/include/stlport -I.
-I../dist/.. -O2 -g ../dist/../db185/db185.c -DPIC -o .libs/db185.o
"/mounts/source/3rdparty/stlport/STLport-4.6.2/include/stlport/stl_user_config.h",
line 45.4: 1506-191 (E) The character # is not a valid C source
character.
....
"/mounts/source/3rdparty/stlport/STLport-4.6.2/include/stlport/stl/_config.h",
line 90.4: 1506-191 (E) The character # is not a valid C source
character.
"/usr/include/sys/atomic_op.h", line 113.23: 1506-045 (W) Undeclared
identifier _safe_fetch.
"/mounts/source/3rdparty/stlport/STLport-4.6.2/include/stlport/stl_user_config.h",
line 29.1: 1506-046 (S) Syntax error.
make: *** [db185.lo] Error 1
Any suggestions? |