[CM] Where are fth_new_eval and fth_printing_p?

Michael Scholz scholz-micha@gmx.de
Sat, 10 Mar 2007 05:46:48 +0100


Hi, Charles!

> My build of Snd-fth fails with this:
>
> /usr/bin/ld: Undefined symbols:
> _fth_new_eval
> _fth_printing_p
> collect2: ld returned 1 exit status

> Can I just take the new xen.c and substitute it in the release
> distribution, or do I need to commit to switching over to the Snd CVS?

In your version you can comment out the five global variables below
xen_repl, and the functions fth_snd_print and fth_emacs_eval.  The
initilize function looks now like:

void xen_initialize(void)
{
  fth_init();
  fth_exit_hook = fth_snd_exit;
}

All the best,
Mike