From: Francesco M. <f18...@ya...> - 2006-03-10 22:10:41
|
Anders F Björklund ha scritto: > Francesco Montorsi wrote: > >> well, wxLua embeds lua so I thought it was natural to install it. > > It should probably be installed under another name, though ? > > Otherwise it *will* cause conflicts. > >> The lua library installed won't create any conflict since it's named >> something like: >> libwxlua_gtk2_lua-2.6.a >> >> maybe we should adopt a custom name also for the lua exec ? >> Maybe wxlua-lua ? > > 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 ? 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 ? Francesco |