Hello,
I am trying to build guile for MacOS 10.4.11 and run into the following error:

/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. - I. -I.. -I./.. -g -O2 -MT readline.lo -MD -MP -MF .deps/ readline.Tpo -c -o readline.lo readline.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -g -O2 -MT readline.lo -MD - MP -MF .deps/readline.Tpo -c readline.c -fno-common -DPIC -o .libs/ readline.o
readline.c: In function 'rl_cleanup_after_signal':
readline.c:109: error: 'rl_pending_input' undeclared (first use in this function)
readline.c:109: error: (Each undeclared identifier is reported only once
readline.c:109: error: for each function it appears in.)
readline.c: In function 'scm_init_readline':
readline.c:564: warning: assignment from incompatible pointer type
make[4]: *** [readline.lo] Error 1
make[4]: Leaving directory `/Users/frank/guile-1.8.5/guile-readline'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/Users/frank/guile-1.8.5/guile-readline'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/Users/frank/guile-1.8.5/guile-readline'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Users/frank/guile-1.8.5'
make: *** [all] Error 2



Reply via email to