Re: [reSIProcate] Build error on Mac OSX 10.4 (Tiger)
Would it also work to add this into compat.hxx where it currently
includes TargetConditionals.h?
On 7/12/05, Rod Durham - CONTRACTOR <rhdurham@xxxxxxxxxxxxxxxx> wrote:
> Steve,
>
> I fixed by adding
>
> #if defined __APPLE__
> #include <mach/boolean.h>
> #endif
>
> to the top of the limpc.cxx file
>
> There are other ways to do this though.
>
> -rod
>
> On Jul 12, 2005, at 4:25 PM, Steven Chanin wrote:
>
> > 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
> > _______________________________________________
> > resiprocate-devel mailing list
> > resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> > https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> >
> >
>
> -----------
> Rod Durham
> rhdurham@xxxxxxxxxxxxxxxx
> 202-404-7345
>
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>