From: <af...@al...> - 2006-03-10 22:18:30
|
Francesco Montorsi wrote: >> You might want to do the same thing for the include dir, too... ? > the headers should not cause any conflict since they go in > $PREFIX/include/lua/include > > (note the double include string in path - required for wxLua moduling > system). IIRC correctly lua puts its headers in $PREFIX/include/lua, > right ? Almost, an example: /usr/local/include/lua.h /usr/local/include/luaconf.h /usr/local/include/lualib.h /usr/local/include/lauxlib.h /usr/local/include/lua.hpp > Ok, it's not that clear which headers belong to lua and which ones to > the lua shipped with wxLua... maybe we should change also these ? Just a thought... It's fine with me to not install the "vanilla" lua, but just the wxlua ? I've patched my Lua to support loading of Mac shared libraries, anyway... See http://www.algonet.se/~afb/lua/, using it to load "luaglut" for OpenGL --anders |