lua-users home
lua-l archive

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


Hi Javier,

> is wxLua maintained?  or even wx itself?

as far as I can tell, both are being maintained and developed. John
Labenski continues his work on wxLua and is working on Cmake-based
build scripts and a new set of binaries for 2.8.12 and 2.9.4
wxwidgets.

>> 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.

If you get wx samples to work, you should be able to try with ZeroBrane Studio.

Paul.

On Fri, Jun 29, 2012 at 3:32 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> 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
>