|
From: Ethan M. <merritt@u.washington.edu> - 2010-02-10 02:57:39
|
On Tuesday 09 February 2010, Allin Cottrell wrote: > > On Tue, 9 Feb 2010, gerion wrote: > > > Thanks for the quick response. Can't find it in the INSTALL though. > > now the terminal gets installed, but doesn't seem to work properly. The > > "./configure --with-lua yes" gives > > > > checking for LUA... yes > > checking for library containing luaL_openlibs... none required > > checking lua.h usability... no > > checking lua.h presence... no > > checking for lua.h... no > > configure: WARNING: please add path to lua.h to CPPFLAGS in Makefile > > > > however, the Makefile contains "CPPFLAGS = -I/usr/include/lua5.1" which > > has the lua.h > > I'd have thought that CFLAGS would be more relevant than CPPFLAGS. Not in this case. The problem (if it is one) is with #include statements. They are handled by cpp. But in fact it is only a warning, and apparently "make" then succeeds. So I think we're OK. Ethan > Allin Cottrell > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |