1) the "#include <strings.h> is missing from
source/zclient1/zclient1.cpp
2) When trying to compile zclient2.cpp I get the
following error:
g++ -DHAVE_CONFIG_H -I. -I. -I../../source/base
-I../base -I/usr/local/pqxx/include
-I/usr/local/pgsql/include
-I/usr/perl5/5.00503/sun4-solaris/CORE -g -O2 -c -o
zclient2.o `test -f 'zclient2.cpp' || echo
'./'`zclient2.cpp
zclient2.cpp:43:29: ../base/zperl.cpp: No such file or
directory
zclient2.cpp:59: error: type specifier omitted for
parameter `zPerl'
zclient2.cpp:59: error: parse error before `*' token
zclient2.cpp: In function `int SendThisRec(...)':
There are a bunch more messages but the missing
zperl.cpp seems to be the root cause.
I did see a zperl.cpp in ./source/test/zperl/zperl.cpp
Is it okay to copy/link the above file to
./source/base/zperl.cpp?
Thank you for any help.
Tom.
tom@boyda.net