lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Jun 28, 2012 at 5:03 PM, Paul K <paulclinger@yahoo.com> wrote:
> yes, it's wxlua based, so you can use that if you already have it

is wxLua maintained?  or even wx itself?

i never worried about wx, so i don't know it's full history.  so far
it seems to link to GTK 2.xx libraries, which are no longer complete
on some x64 distros.

i got wxLua to compile after meddling a little with compiler flags,
but i'm not sure how much of it is working.  specifically, at require
"wx" it complains about not finding libcanberra

> lua -e 'require "wx"'
Gtk-Message: Failed to load module "canberra-gtk-module"

but it seems to be minimal, since all the samples seem to work.

-- 
Javier