Re: [Mac-emacs-devel] compiling it on jaguar
Brought to you by:
akochoi
|
From: Andrew C. <ak...@sh...> - 2002-05-20 21:49:51
|
Hi Uwe, You're correct in modifying the definition for init_process as you've described. You also need to add the following lines to src/s/darwin.h: #ifdef HAVE_LIBNCURSES #define LIBS_TERMCAP -lncurses #endif You will probably need to run ./configure again after the change. Andrew. |