On Jan 13, 2008 11:33 AM, klaas.holwerda <[EMAIL PROTECTED]> wrote: > Francesco Montorsi wrote: > > ./configure --with-wxversion=2.8 && make > > > > and everything magically worked :) > > > I did not build it, but at least configure of wxLua work with this setting. > BUT in wxWidgest static + debug mode it is not at all working. > Looking at config.log, show many things wrong in compiling tests.
What are they? > Many thing not detected, while the libraries are there for sure. Which ones? I'm guessing it's a linking problem? I made a change the other day so that it uses the output of wx-config which should be correct, why is it not? > If wanted i can send another config.log files, but i think it can be > reproduced easily. Please send it so I can see what is failing. Please update the source again, the latest configure outputs a lot of info at the end, what does it say? Here's what mine says for my shared, debug build of wxWidgets. - wxLua complier and linker directives summary: CFLAGS : ' -g -O0' CXXFLAGS : ' -g -O0' CPPFLAGS : '' WX_CXXFLAGS : '-I/home/john/wx/wxWidgets/wxWidgets_28/config_gtk2ud/lib/wx/include/gtk2-unicode-debug-2.8 -I/home/john/wx/wxWidgets/wxWidgets_28/include -I/home/john/wx/wxWidgets/wxWidgets_28/contrib/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXGTK__ -pthread' LDFLAGS : '' WX_LIBS : '-L/home/john/wx/wxWidgets/wxWidgets_28/config_gtk2ud/lib -pthread -Wl,-rpath,/home/john/wx/wxWidgets/wxWidgets_28/config_gtk2ud/lib -lwx_baseud_net-2.8 -lwx_baseud_xml-2.8 -lwx_gtk2ud_core-2.8 -lwx_baseud-2.8 -lwx_gtk2ud_stc-2.8 -lwx_gtk2ud_xrc-2.8 -lwx_baseud_xml-2.8 -lwx_gtk2ud_richtext-2.8 -lwx_baseud_net-2.8 -lwx_gtk2ud_media-2.8 -lwx_gtk2ud_html-2.8 -lwx_gtk2ud_gl-2.8 -lwx_gtk2ud_aui-2.8 -lwx_gtk2ud_adv-2.8 -lwx_gtk2ud_core-2.8 -lwx_baseud-2.8 ' WXLUA_LIBS : '-lwxlua_gtk2ud_wxbindxrc-2.8 -lwxlua_gtk2ud_wxbindstc-2.8 -lwxlua_gtk2ud_wxbindrichtext-2.8 -lwxlua_gtk2ud_wxbindmedia-2.8 -lwxlua_gtk2ud_wxbindhtml-2.8 -lwxlua_gtk2ud_wxbindgl-2.8 -lwxlua_gtk2ud_wxbindaui-2.8 -lwxlua_gtk2ud_wxbindadv-2.8 -lwxlua_gtk2ud_wxbindxml-2.8 -lwxlua_gtk2ud_wxbindnet-2.8 -lwxlua_gtk2ud_wxbindcore-2.8 -lwxlua_gtk2ud_wxbindbase-2.8 -lwxlua_gtk2ud_wxluasocket-2.8 -lwxlua_gtk2ud_wxluadebug-2.8 -lwxlua_gtk2ud_wxlua-2.8 -llua5.1' - wxLua make install path settings: prefix : '/usr/local' exec_prefix : '${prefix}' libdir : '${exec_prefix}/lib' datadir : '${datarootdir}' - wxWidgets wx-config information summary: wx-config : 'wx-config' wx-config flags : '' wx-config with args : '/home/john/bin/wx-config net,xml,core,base' wx-config --release : '2.8' wx-config --version-full : '2.8.6.1' wx-config --selected-config : 'gtk2-unicode-debug-2.8' wx-config --prefix : '/home/john/wx/wxWidgets/wxWidgets_28' wx-config --exec-prefix : '/home/john/wx/wxWidgets/wxWidgets_28/config_gtk2ud' The wxWidgets build which will be used by wxLua 2.8.6.0 has the following settings: - DEBUG build - UNICODE mode - SHARED mode - VERSION: 2.8.6 - PORT: gtk2 Thanks, John ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users