[CM] Where are fth_new_eval and fth_printing_p?
Michael Scholz
scholz-micha at gmx.de
Fri Mar 9 20:46:48 PST 2007
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
More information about the Cmdist
mailing list