On Nov 2, 2008, at 7:33 PM, Michael Petch wrote:
On my MAC here I am using 0.23. That may explain why your pkg-config version
doesn't send output to the console.
Yes, if you can install .23 (When you have access to the system again), and
make sure Fink was moved (by renaming /sw to something else - I know you
said you did - I'm asking you to make sure).
Mike
I installed pkg-config-0.23 and that remedied the configure issue. Silly error on my part. Sorry.
Running make led to an immediate problem, which I handled by updating Tiger's bison and replacing /usr/gm4 with a symlink to /usr/local/bin/m4.
I reran make, and compilation began. Unfortunately, it ended with:
DATADIR='"/usr/local/share"' -DPKGDATADIR='"/usr/local/share/gnubg"' -g -O2 -MT gnubg.o -MD -MP -MF .deps/gnubg.Tpo -c -o gnubg.o gnubg.c
gnubg.c: In function 'CompleteKeyword':
gnubg.c:3724: warning: return makes pointer from integer without a cast
gnubg.c:3732: warning: return makes pointer from integer without a cast
gnubg.c:3736: error: 'rl_filename_completion_function' undeclared (first use in this function)
gnubg.c:3736: error: (Each undeclared identifier is reported only once
gnubg.c:3736: error: for each function it appears in.)
gnubg.c:3736: warning: return makes pointer from integer without a cast
gnubg.c:3738: warning: return makes pointer from integer without a cast
gnubg.c:3740: warning: return makes pointer from integer without a cast
gnubg.c:3742: warning: return makes pointer from integer without a cast
gnubg.c:3744: warning: return makes pointer from integer without a cast
gnubg.c: In function 'ProcessInput':
gnubg.c:3808: warning: passing argument 2 of 'rl_callback_handler_install' from incompatible pointer type
gnubg.c: In function 'NextTurnNotify':
gnubg.c:3874: warning: passing argument 2 of 'rl_callback_handler_install' from incompatible pointer type
gnubg.c: In function 'setup_readline':
gnubg.c:4592: error: 'rl_filename_quote_characters' undeclared (first use in this function)
gnubg.c:4595: warning: assignment from incompatible pointer type
make[2]: *** [gnubg.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I guess I need to update readline?
Thanks for the help. I feel success is close at hand.
Louis