From: Ryan P. <rpu...@gm...> - 2010-11-19 15:28:31
|
On Wed, Nov 3, 2010 at 1:02 PM, Ryan Pusztai <rpu...@gm...> wrote: > Hi, > > I have downloaded the latest release of wxLua and built it using the > documented method from the wxLua website (./configure, make, sudo make > install). After I 'sudo make install' and I try to just simply 'require( > "wx" )' and call wx.wxMessageBox("Hello") I get a Segmentation fault. It is > building wxLua v2.8.10 with wxWidgets version 2.8.11. Any thoughts? > > Terminal output: > $ lua > Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio > > require( "wx" ) > > wx.wxMessageBox("hi") > Segmentation fault > Any ideas about this? I sent it quite a while ago and not sure if anyone has an idea. Thanks. -- Regards, Ryan |