Skip to content

Instantly share code, notes, and snippets.

View DHB's full-sized avatar

Dietmar H. Büto DHB

  • SocialKrauts
  • Munich
View GitHub Profile
@DHB
DHB / gist:9cde39c97c17fe7ebe11
Created August 12, 2014 21:59
gem install rmagick --version=2.13.3 with Version: ImageMagick 6.8.9-6 Q16 x86 2014-07-22
$ gem install rmagick --version=2.13.3 --platform=ruby -- '--with-opt-lib="h:/ImageMagick-6.8.9-Q16/lib" --with-opt-include="h:/ImageMagick-6.8.9-Q16/include"'
Temporarily enhancing PATH to include DevKit...
Building native extensions with: '--with-opt-lib="h:/ImageMagick-6.8.9-Q16/lib" --with-opt-include="h:/ImageMagick-6.8.9-Q16/include"'
This could take a while...
ERROR: Error installing rmagick:
ERROR: Failed to build gem native extension.
h:/Ruby200_p353/bin/ruby.exe extconf.rb --with-opt-lib="h:/ImageMagick-6.8.9-Q16/lib" --with-opt-include="h:/ImageMagick-6.8.9-Q16/include"
checking for Ruby version >= 1.8.5... yes
checking for stdint.h... yes
@DHB
DHB / gist:73e248e229c493deaccf
Created August 12, 2014 21:48
gem install rmagick --version=2.13.2 with Version: ImageMagick 6.8.9-6 Q16 x86 2014-07-22
$ gem install rmagick --version=2.13.2 --platform=ruby -- '--with-opt-lib="h:/ImageMagick-6.8.9-Q16/lib" --with-opt-include="h:/ImageMagick-6.8.9-Q16/include"'
Temporarily enhancing PATH to include DevKit...
Building native extensions with: '--with-opt-lib="h:/ImageMagick-6.8.9-Q16/lib" --with-opt-include="h:/ImageMagick-6.8.9-Q16/include"'
This could take a while...
ERROR: Error installing rmagick:
ERROR: Failed to build gem native extension.
h:/Ruby200_p353/bin/ruby.exe extconf.rb --with-opt-lib="h:/ImageMagick-6.8.9-Q16/lib" --with-opt-include="h:/ImageMagick-6.8.9-Q16/include"
checking for Ruby version >= 1.8.5... yes
checking for stdint.h... yes
@DHB
DHB / gist:5257561
Created March 27, 2013 20:06
rdiscount 2.0.7.1 install problems with ruby 2.0.0p0 (2013-02-24) [i386-mingw32]
h:/ruby200_p0/bin/ruby.exe extconf.rb
checking for random()... no
checking for srandom()... no
checking for rand()... yes
checking for srand()... yes
checking size of unsigned long... 4
checking size of unsigned int... 4
creating Makefile
make
@DHB
DHB / gist:5067144
Last active December 14, 2015 09:49
gem install mysql2
$ gem install mysql2 -- '--with-mysql-lib="h:\database\MySQL\MySQL%20Server%205.5\lib" --with-mysql-include="h:\database\MySQL\MySQL%20Serv
er%205.5\include"'
Temporarily enhancing PATH to include DevKit...
Building native extensions with: '--with-mysql-lib="h:\database\MySQL\MySQL%20Server%205.5\lib" --with-mysql-include="h:\database\MySQL\MySQ
L%20Server%205.5\include"'
This could take a while...
ERROR: Error installing mysql2:
ERROR: Failed to build gem native extension.
h:/Ruby200_p0/bin/ruby.exe extconf.rb --with-mysql-lib="h:\database\MySQL\MySQL%20Server%205.5\lib" --with-mysql-include="h:\database\My