wxLua does not compile properly under Fedora core 8 (fc8)
Reason: fc8 packages (lua and lua-devel) creates lua.h (etc) and not
lua5.1.h
Fix steps
(1) Change lua5.1 to lua in configure
(2) Change llua5.1 to llua in modules/Makefile.in and apps/Makefile.in
The reason I list this as a bug is that it should not be necessary to do
(2). Please add a variable that can be changed in exactly one place in the
configure script. It would be good to have an option to configure.
FYI, to run under fc8 with ./configure --prefix=/usr/local, require
export LD_LIBRARY_PATH=/usr/local/lib
export LUA_CPATH="/usr/local/lib/lua/5.1/?.so"
JAS
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users