[cvsnt] cvsnt on AIX
Hans Horn
hannes at 2horns.com
Wed Mar 31 23:04:21 BST 2004
Dear group,
I'm trying to build cvsnt on AIX, and I'm having e few hickups!
Configure chooses 'cc' as the c compiler, which barfs on the c++ style
comments here and there.
Adding the appropriate compiler flag (-qcpluscmt) to configure.status and
re-running the latter fixes that.
Then the compiler then chokes on certain values in enums, such as
KFLAG_EXTRA = 0xFF000000, in src/rcs.h,
as being out-of-range for signed integers. This I could handle by
adding -qenum=4 to configure.status and re-running it.
Lastly, in cvsgui, I get the following
make[2]: Entering directory `/archive/home/hans/cvsnt-2.0.36/cvsgui'
source='cvsgui_process.cpp' object='cvsgui_process.o' libtool=no \
depfile='.deps/cvsgui_process.Po' tmpdepfile='.deps/cvsgui_process.TPo' \
depmode=aix /bin/sh ../depcomp \
xlC_r -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../lib -I../src -g -c -o
cvsgui_process.o `test -f 'cvsgui_process.cpp' || echo
'./'`cvsgui_process.cpp
"cvsgui_process.cpp", line 53.10: 1540-0836 (S) The #include file <stack> is
not found.
"cvsgui_process.cpp", line 54.10: 1540-0836 (S) The #include file <vector>
is not found.
"cvsgui_process.cpp", line 55.10: 1540-0836 (S) The #include file
<algorithm> is not found.
Where do those offending includes live (if they exist at all) under AIX?
Ideas?
H.
More information about the cvsnt
mailing list