On 1/14/08, Rob Kendrick <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-01-14 at 10:52 -0500, John Labenski wrote: > > > Francesco, I think this should fix it. Add new > > --enable-systemlua=yes/no/auto. > > <snip> > > Forgive my ignorance of issues relating to the creation of configure > scripts, but does this also solve the issue of it not finding where Lua > is installed on Debian-like systems? I couldn't spot anything in it > that obviously dealt with this.
Yes, if Lua is in your include paths it will try to find it and if found will use it by default, else specify the path. $configure --with-lua-prefix=/usr/include/lua5.1 Force using the system Lua using "--enable-systemlua=yes/no" The lib must be named lua5.1.a however, which I think is standard. I will commit in a few minutes, let me know how it goes. Regards, John ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users