11

[SOLVED] ruby 1.9.1 mingw32 wxruby => undefined reference to 'wxGraphicsRenderer::CreateBitmap'

Hi to all, i’ve compiled wxWidgets with this options: ./configure –enable-optimise –enable-stl –enable-unicode –disable-threads –enable-static –with-opengl –disable-shared –enable-monolithic –disable-debug –with-libjpeg=builtin –with-libpng=builtin –with-zlib=builtin –enable-graphics_ctx –enable-mediactrl –enable-unicode –with-libtiff=builtin –with-expat=builtin –enable-gui -enable-xrc –enable-mdi –enable-gif –enable-pcx –enable-iff –enable-png –enable-xpm and also compiled StyledTextCtrl . My system is : Windows xp sp3 ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32] gcc.exe 3.4.5 swig.exe 1.3.38 rake 0.8.7 when compiled wxruby (from svn), i’ve recived this error: c:msysMinGWbin..libgccmingw323.4.5……..mingw32binld.exe: warning: auto-importing has been activated without –enable-auto-import specified on the command line....

January 31, 2010 · 1 min · Carlo Bertini [WaYdotNET]
#mingw32 #ruby #Script #wxruby