Re: [wxlua-users] Installing wxWidgets OSX 10.9.5 wxWidgets 3.0.2 wxLua 2.8.12.3

2015-03-04 Thread John Labenski
On Sun, Jan 18, 2015 at 6:28 PM, Roy Hinkelman wrote: > @Paul: Thanks for the pointer to ZeroBrane. I looked at your IDE, and it > looks really interesting. > > Can you help with some newbie questions? > > >> I am looking to build cross-platform Lua based apps > > > >I can't help with this partic

Re: [wxlua-users] Installing wxWidgets OSX 10.9.5 wxWidgets 3.0.2 wxLua 2.8.12.3

2015-03-04 Thread John Labenski
On Sun, Jan 18, 2015 at 5:37 PM, Roy Hinkelman wrote: > I am still getting errors after trying new config settings for installing > wxWidgets. Any pointers greatly appreciated. > > I don't have a mac available for testing right now. after make -j4 > > ../src/osx/webview_webkit.mm:392:30: warnin

Re: [wxlua-users] Installing wxWidgets OSX 10.9.5 wxWidgets 3.0.2 wxLua 2.8.12.3

2015-01-18 Thread Roy Hinkelman
@Paul: Thanks for the pointer to ZeroBrane. I looked at your IDE, and it looks really interesting. Can you help with some newbie questions? >> I am looking to build cross-platform Lua based apps > >I can't help with this particular issue as I use gcc rather than >clang, but I do build cross-platf

Re: [wxlua-users] Installing wxWidgets OSX 10.9.5 wxWidgets 3.0.2 wxLua 2.8.12.3

2015-01-18 Thread Roy Hinkelman
I am still getting errors after trying new config settings for installing wxWidgets. Any pointers greatly appreciated. ../configure --prefix=$PWD \ --with-macosx-version-min=10.9 \ --with-osx-cocoa CXX='clang++ -std=c++11 -stdlib=libc++' CC=clang \

Re: [wxlua-users] Installing wxWidgets OSX 10.9.5 wxWidgets 3.0.2 wxLua 2.8.12.3

2015-01-12 Thread Paul K
Hi Roy, > I am about to install wxWidgets in preparation for wxLua, and looking for any > advice or 'gotcha's' before starting the process. I use my own scripts to get wxwidgets code, run configure and then call make. I have been doing this for several years with different versions and the issue