From: Victor B. <so...@te...> - 2014-10-01 14:19:38
|
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 proposed but may be there are more) So now the problem is in the linking phase Linking CXX shared library ../../lib/Debug/libwx.dylib Undefined symbols for architecture x86_64: "non-virtual thunk to wxHtmlListBox::RefreshAll()", referenced from: I have tested that the html component is build in wxWidgets by compiling the html samples what now? Best victor |