11

RMagick on Ruby 1.9.1 (i386-mingw32) Work !!! :D [UPDATE]

RMagick on Ruby 1.9.1 (i386-mingw32) Work !!! :D Ispirate from : installing rmagick with mingw and ruby 1.9 and http://groups.google.com/group/rubyinstaller/browse_thread/thread/c837c4438d91208b but , on my laptop don’t work…. With Windows 7 work well: Step 1: DOWNLOAD Ruby => http://rubyforge.org/frs/download.php/74298/rubyinstaller-1.9.2-p180.exe DevKit => http://github.com/downloads/oneclick/rubyinstaller/DevKit-tdm-32-4.5.1-20101214-1400-sfx.exe ImageMagick => http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-9-Q16-windows-dll.exe RMagick => https://github.com/rmagick/rmagick/zipball/master type-windows.xml => http://www.imagemagick.org/source/type-windows.xml Step 2: Install Ruby => c:Ruby192 DevKit => c:DevKit ImageMagick => c:ImageMagick-6.6.7-Q16 [WITH HEADER !!!!!!!] 3.a) Replace c:ImageMagick-6.6.7-Q16configtype-ghostscript.xml with type-windows.xml RMagick => c:rmagick-rmagick Step 3: Set Enviroment variable...

February 12, 2010 · 2 min · Carlo Bertini [WaYdotNET]
#mingw32 #rmagick #ruby #ruby #ruby 1.9.1 #RubyInstaller #tips #windows
11

[SOLVED] log4r 1.1.4 & ruby 1.9.1 => GDC.rb and NDC.rb syntax error, unexpected ':', expecting keyword_then or ';' or 'n'

EDIT: SOLVED , vedere commento :D log4r 1.1.4 & ruby 1.9.1 => GDC.rb and NDC.rb syntax error, unexpected ‘:’, expecting keyword_then or ‘;’ or ’n’ GDC.rb --- GDC.rb Thu Jan 28 17:03:12 2010 +++ GDC.rb.new Thu Jan 28 16:50:37 2010 @@ -13,10 +13,10 @@ private\_class\_method :new def self.check\_thread\_instance() - if ( Thread.main != Thread.current ): + if ( Thread.main != Thread.current ) raise "Can only initialize Global Diagnostic Context from Thread....

January 31, 2010 · 1 min · Carlo Bertini [WaYdotNET]
#linux #log4r #mingw32 #ruby #ruby 1.9.1 #Script
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