[reSIProcate] Build error on Mac OSX 10.4 (Tiger)
I did an svn update today and a make -k on a G5 Mac running Tiger
with fink and db42 and popt installed.
This is the first time I've tried to use resiprocate, so I have no
prior experience building it.
Here is what I see:
------------------------------------
imac-g5:~/SIP/sip steven$ make -k
cd contrib/ares && make
make[1]: Nothing to be done for `all'.
cd resiprocate; make
cd resiprocate/dum; make
cd repro; make
cd resiprocate/test; make
g++ -D_REENTRANT -g -Wall -I/sw/include -I../../build/.. -
I../../build/../contrib/ares -I/usr/kerberos/include/ -DUSE_ARES -
DUSE_SSL -DHAVE_POPT_H -c -o obj.debug.Darwin.Power_Macintosh/limpc.o
limpc.cxx
limpc.cxx: In function `bool processStdin(resip::Uri*, bool, bool)':
limpc.cxx:285: error: 'TRUE' was not declared in this scope
limpc.cxx: In function `int myMain(int, char**)':
limpc.cxx:923: error: 'FALSE' was not declared in this scope
limpc.cxx:924: error: 'TRUE' was not declared in this scope
make[1]: *** [obj.debug.Darwin.Power_Macintosh/limpc.o] Error 1
make[1]: Target `default' not remade because of errors.
make: *** [tests] Error 2
make: Target `all' not remade because of errors.
------------------------------------
any help would be appreciated.
Thanks,
Steve