Subject: Re: Compilation problems with majik 4
From: Tommi Leino (namhas@majik.netti.fi)
Date: Tue Sep 14 1999 - 11:26:08 EEST
On Tue, 14 Sep 1999, Mark Shirley wrote: > ../include/sysdep.h:31: #error No frontend library specified. #if defined(HAVE_LIBCURSES) # include <curses.h> #elif defined(HAVE_LIBGTK) # include <gtk/gtk.h> #else # error No frontend library specified. #endif /* HAVE_LIBCURSES */ It depends on having HAVE_LIBCURSES defined. There is many ways to solve the problem. You could make your src/Makefile to say HAVE_LIBCURSES instead of HAVE_LIBNCURSES or you could edit the include/sysdep.h and add #define HAVE_LIBCURSES 1 before the lines above. -- Tommi Leino / Majik 3D project namhas@majik.netti.fi http://majik.netti.fi
This archive was generated by hypermail 2b25 : Tue Feb 12 2002 - 00:03:51 EET