From: Paul K <pau...@ya...> - 2014-06-24 03:23:45
|
John, > Fixed now in svn, at least for my version of gcc, Fedora 20, gcc 4.8.2. Thank you for the update. Curious, can you run a simple script that checks if GetChildren() is available method for wxWindow? It's been reported that for some reason GetChildren() is not available when compiled with wxgtk3 (3.0.1) on Archlinux: wxLua: Unable to call an unknown method 'GetChildren' on a 'wxWindow' type. stack traceback: [C]: in function '__index' ... I haven't had a chance to test it myself yet, but I can use it when compiled on Windows and it was clearly present in previous versions as well (2.9.x). Paul. On Mon, Jun 23, 2014 at 7:04 PM, John Labenski <jla...@gm...> wrote: > On Mon, Jun 23, 2014 at 4:17 AM, Philipp Überbacher <mu...@tu...> > wrote: >> >> >> Thanks a lot John, >> it builds now. >> I'll prepare a buildscript for SVN so my fellow Arch users can >> comfortably build and use wxLua with wxgtk 3. >> > > That sounds great, what else is needed to build on Arch? > >> >> For the sake of completeness, here are the warnings I get. >> > > Yeah, I've been lazy about those unused strings, they would be awkward to > #ifdef off. Fixed now in svn, at least for my version of gcc, Fedora 20, gcc > 4.8.2. > > Regards, > John |