Re: [wxlua-users] fail to build wxlua on mac osx 10.9

2014-10-02 Thread Victor Bombi
@lists.sourceforge.net Sent: Thursday, October 02, 2014 6:41 PM Subject: Re: [wxlua-users] fail to build wxlua on mac osx 10.9 What compiler is this one? GCC? in last Xcode gcc is only a symlink to clang This means that wxWidgets doesn't have the body of this function linked in. Strange, what

Re: [wxlua-users] fail to build wxlua on mac osx 10.9

2014-10-01 Thread son...@telefonica.net
-std=c++11 -stdlib=libc++ did not help AAA /usr/bin/c++ is the compiler -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you

Re: [wxlua-users] fail to build wxlua on mac osx 10.9

2014-10-01 Thread Victor Bombi
/wxLuaModule.dir/rule] Error 2 make: *** [wxLuaModule] Error 2 - Original Message - From: son...@telefonica.net To: wxlua-users@lists.sourceforge.net Sent: Wednesday, October 01, 2014 11:21 AM Subject: Re: [wxlua-users] fail to build wxlua on mac osx 10.9 -std=c++11 -stdlib

Re: [wxlua-users] fail to build wxlua on mac osx 10.9

2014-10-01 Thread Victor Bombi
more investigations it seems that clang++ and g++ are the same. what makes the difference between both results obtained is that one had the c++11 flag and the other not. So it seems that wxLua is not c++11 compliant as stated in previous building error messages (you will see a modification

Re: [wxlua-users] fail to build wxlua on mac osx 10.9

2014-10-01 Thread John Labenski
On Wed, Oct 1, 2014 at 10:19 AM, Victor Bombi son...@telefonica.net wrote: more investigations it seems that clang++ and g++ are the same. what makes the difference between both results obtained is that one had the c++11 flag and the other not. I don't have a Mac right now, are you saying

[wxlua-users] fail to build wxlua on mac osx 10.9

2014-09-30 Thread Victor Bombi
Hello, I have compiled wxWidgets 3.0.1 on mac osx 10.9 (also widgets sample) when compiling wxLuaModule: Morundi:wxluabuild Morundi$ make wxLuaModule Scanning dependencies of target wxLuaModule [ 2%] Building CXX object modules/luamodule/CMakeFiles/wxLuaModule.dir/luamodule.cpp.o In file