|
From: Thomas R. <tr...@am...> - 2007-07-29 12:26:44
|
I had this problem with LifeLines-3.0.59 and now with LifeLines-3.0.60
-- no matter how I configure, the following occurs:
if gcc -DSYS_CONF_DIR=\"/usr/local/etc\" -DHAVE_CONFIG_H -I. -I.
-I../.. -I../.. -I../../intl -I../../intl -I../../src/hdrs -g -O2
-W -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes
-Wreturn-type -Wstrict-prototypes -pedantic -g -MT editvtab.o -MD
-MP -MF ".deps/editvtab.Tpo" -c -o editvtab.o editvtab.c; \
then mv -f ".deps/editvtab.Tpo" ".deps/editvtab.Po"; else rm
-f ".deps/editvtab.Tpo"; exit 1; fi
In file included from editvtab.c:33:
../../src/hdrs/mycurses.h:8:29: ncursesw/curses.h: No such file or
directory
make[3]: *** [editvtab.o] Error 1
make[3]: Leaving directory `/usr/local/src/lifelines-3.0.60/src/gedlib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/lifelines-3.0.60/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/lifelines-3.0.60'
make: *** [all] Error 2
I am currently running LifeLines-3.0.46.1, built on this system, with no
problems and I do have ncurses on the system (i.e., other applications
-- including LifeLines-3.0.46.1 -- have had no problem finding it).
uname -a reports:
Linux fubar 2.6.18 #1 Mon May 28 07:14:02 EDT 2007 i686 prescott
i386 GNU/Linux
and gcc --version reports:
gcc (GCC) 3.4.6
It's a Slackware 11.0 box with "everything" installed.
Any hints would be appreciated, thanks.
|