From: newbie Date: 2005-11-22T11:17:23+09:00 Subject: compile rmagick on win32 Want to compile the rmagick-1.9.3 on win32 to get the latest version intstead of the pre-compiled gem :). after run, ruby extconf.rb --with-rmagic-dir=path to the ImageMagick dir I could get the makefile, but when compile, the following eror come out, RMagick-1.9.3\ext\RMagick\rmagick.h(114) : error C2371: 'boolean' : redefinition; different basic type Have looked through the documentation, seems like no info on how to compile on win32? Any help? Thanks!