Hi, Andy

Thanks for your comment!
So I waited patiently and move onto the next stage but I still got an error
in make:

make  all-am
  CC     readline.lo
readline.c: In function 'init_bouncing_parens':
readline.c:445: warning: implicit declaration of function
'rl_get_keymap_name'
readline.c:445: warning: passing argument 1 of 'strncmp' makes pointer from
integer without a cast
  CCLD   libguilereadline-v-18.la
Undefined symbols for architecture x86_64:
  "_rl_get_keymap_name", referenced from:
      _init_bouncing_parens in readline.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[3]: *** [libguilereadline-v-18.la] Error 1

Best,
Dongyoon

On Fri, Dec 16, 2011 at 6:37 AM, Andy Wingo <wi...@pobox.com> wrote:

> Hi Dongyoon,
>
> On Fri 16 Dec 2011 14:58, Dongyoon Oh <dyo...@gmail.com> writes:
>
> > makeinfo --force -o guile-procedures.txt guile-procedures.texi || test
> -f guile-procedures.txt
> >
> /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11408:
> Cross reference to nonexistent node `Backslash Escapes' (perhaps incorrect
> sectioning?).
> > [...]
>
> These are benign; we should get around to fixing them, but they do not
> indicate errors.
>
> > Making all in module
> >   GUILEC ice-9/eval.go
> > wrote `ice-9/eval.go'
> >   GUILEC ice-9/psyntax-pp.go
> >
> > It seems that the program stucks at this moment (i waited for about
> 10mins but there was no change)
> > Can anyone help me?
>
> This step takes approximately forever ;-).  Or, 4 minutes or so on my
> machine.  But if you wait long enough, it does continue.
>
> Regards,
>
> Andy
> --
> http://wingolog.org/
>

Reply via email to