Dear all:
I have the following error message while installing Aceclient. Is it
normal? How can I resolve it? Other related issues I need to be careful?
The folowing is the output from 'make test':
SIX'; export DEFINE INC; \
cd libace && make acelib -e
make[1]: Entering directory `/AceDB/Aceclient/libace'
cc -c -DPOSIX messclean.c
messubs.c: In function `messerror':
In file included from messclean.c:26:
messubs.c:356: conflicting types for `sys_errlist'
/usr/include/stdio.h:221: previous declaration of `sys_errlist'
make[1]: *** [messclean.o] Error 1
make[1]: Leaving directory `/AceDB/Aceclient/libace'
make: *** [libace/libacecl.a] Error 2
Similar output from 'make':
[megatron ]# make
mkdir ./blib
mkdir ./blib/lib
mkdir ./blib/arch
mkdir ./blib/arch/auto
mkdir ./blib/arch/auto/Aceclient
mkdir ./blib/lib/auto
mkdir ./blib/lib/auto/Aceclient
mkdir ./blib/man3
cp AceTag.pm ./blib/lib/AceTag.pm
cp Aceclient.pm ./blib/lib/Aceclient.pm
AutoSplitting ./blib/lib/Aceclient.pm (./blib/lib/auto/Aceclient)
cp AceTagSet.pm ./blib/lib/AceTagSet.pm
cp AceTagClient.pm ./blib/lib/AceTagClient.pm
DEFINE='-DPOSIX'; export DEFINE INC; \
cd libace && make acelib -e
make[1]: Entering directory `/AceDB/Aceclient/libace'
cc -c -DPOSIX aceclient.c
cc -DACEDB -DPOSIX -c aceclientlib.c -o aceclientlib.o
cc -c -DPOSIX rpcace_clnt.c
rpcace_clnt.c: In function `ace_server_1':
rpcace_clnt.c:18: warning: passing arg 3 from incompatible pointer type
rpcace_clnt.c:18: warning: passing arg 4 from incompatible pointer type
rpcace_clnt.c:18: warning: passing arg 5 from incompatible pointer type
rpcace_clnt.c:18: warning: passing arg 6 from incompatible pointer type
cc -c -DPOSIX rpcace_xdr.c
cc -c -DPOSIX freesubs.c
cc -c -DPOSIX freeout.c
cc -c -DPOSIX messclean.c
messubs.c: In function `messerror':
In file included from messclean.c:26:
messubs.c:356: conflicting types for `sys_errlist'
/usr/include/stdio.h:221: previous declaration of `sys_errlist'
make[1]: *** [messclean.o] Error 1
make[1]: Leaving directory `/AceDB/Aceclient/libace'
make: *** [libace/libacecl.a] Error 2
Thanks in advance!
Bill