Re: [wxlua-users] Build issue with wxGTK 3.0.1

2014-06-25 Thread Philipp Überbacher
On Tue, 24 Jun 2014 18:04:12 -0400 John Labenski jlaben...@gmail.com wrote: On Mon, Jun 23, 2014 at 10:57 PM, Paul K paulclin...@yahoo.com wrote: John, Thank you for the update. Curious, can you run a simple script that checks if GetChildren() is available method for wxWindow?

Re: [wxlua-users] Build issue with wxGTK 3.0.1

2014-06-24 Thread Philipp Überbacher
On Mon, 23 Jun 2014 22:04:33 -0400 John Labenski jlaben...@gmail.com wrote: On Mon, Jun 23, 2014 at 4:17 AM, Philipp Überbacher mu...@tuxfamily.org 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

Re: [wxlua-users] Build issue with wxGTK 3.0.1

2014-06-24 Thread John Labenski
On Tue, Jun 24, 2014 at 4:20 AM, Philipp Überbacher mu...@tuxfamily.org wrote: On Mon, 23 Jun 2014 22:04:33 -0400 John Labenski jlaben...@gmail.com wrote: On Mon, Jun 23, 2014 at 4:17 AM, Philipp Überbacher mu...@tuxfamily.org wrote: I just uploaded the script, you can find it here:

Re: [wxlua-users] Build issue with wxGTK 3.0.1

2014-06-24 Thread John Labenski
On Mon, Jun 23, 2014 at 10:57 PM, Paul K paulclin...@yahoo.com wrote: John, 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

Re: [wxlua-users] Build issue with wxGTK 3.0.1

2014-06-23 Thread Philipp Überbacher
On Sun, 22 Jun 2014 23:49:03 -0400 John Labenski jlaben...@gmail.com wrote: On Fri, Jun 20, 2014 at 4:03 PM, Philipp Überbacher mu...@tuxfamily.org wrote: [ 15%] Built target wxStEditLib Scanning dependencies of target wxStEdit [ 15%] Building CXX object

Re: [wxlua-users] Build issue with wxGTK 3.0.1

2014-06-23 Thread John Labenski
On Mon, Jun 23, 2014 at 4:17 AM, Philipp Überbacher mu...@tuxfamily.org 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

Re: [wxlua-users] Build issue with wxGTK 3.0.1

2014-06-23 Thread Paul K
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

Re: [wxlua-users] Build issue with wxGTK 3.0.1

2014-06-22 Thread John Labenski
On Fri, Jun 20, 2014 at 4:03 PM, Philipp Überbacher mu...@tuxfamily.org wrote: [ 15%] Built target wxStEditLib Scanning dependencies of target wxStEdit [ 15%] Building CXX object modules/wxstedit/CMakeFiles/wxStEdit.dir/samples/stedit/wxstedit.cpp.o

Re: [wxlua-users] Build issue with wxGTK 3.0.1

2014-06-20 Thread Philipp Überbacher
On Fri, 20 Jun 2014 15:37:06 -0400 John Labenski jlaben...@gmail.com wrote: This is very strange, wxSortedArrayString is derived from wxArrayString so it should convert implicitly and wxArrayString::Sort(bool reverseOrder = false) is public. Unless, you have wxUSE_STD_CONTAINERS=1 ? I have