From: Michael R. <re...@eu...> - 2004-02-17 05:49:14
|
Hi Martin, > Talking about testing - I'm having a problem with the current version > from CVS > if test "$TEXT" = "yes"; then > if test "$has_curses" = true; then > # DRIVERS="$DRIVERS Text.lo" > # DRIVERS="$DRIVERS Text.o" > DRVLIBS="$DRVLIBS $CURSES_LIBS" > CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES" > AC_DEFINE(WITH_TEXT,1,[Curses driver]) > else > AC_MSG_WARN(curses not found: Text driver disabled) > fi > fi Thanks for the hint - there's been a namespace clash between the curses driver (was called TEXT) and the new generic text display driver (TEXT too). I renamed TEXT to CURSES. Fixed in CVS. bye, Michael -- Michael Reinelt Tel: +43 676 3079941 Geisslergasse 4 Fax: +43 316 692343 A-8045 Graz, Austria e-mail: re...@eu... |