ruby on rails - Cannot install gem RMagick after upgrade to Mac OS X Maverick -
i have issue rails, after upgrade new version of mac os x maverick. rmagick wont install. i've follow install imagemagick 6.8.0-10 , add $ cd "magick-config --prefix
lib" $ ln -s libmagick++-q16.7.dylib libmagick++.dylib $ ln -s libmagickcore-q16.7.dylib libmagickcore.dylib $ ln -s libmagickwand-q16.7.dylib libmagickwand.dylib
and install gem install rmagick. , got message.
fetching: rmagick-2.13.2.gem (100%) building native extensions. take while... error: error installing rmagick: error: failed build gem native extension.
/system/library/frameworks/ruby.framework/versions/2.0/usr/bin/ruby extconf.rb checking ruby version >= 1.8.5... yes checking xcrun... yes checking magick-config... yes checking imagemagick version >= 6.4.9... yes checking hdri disabled version of imagemagick... yes package magickcore not found in pkg-config search path. perhaps should add directory containing `magickcore.pc' pkg_config_path environment variable no package 'magickcore' found package magickcore not found in pkg-config search path. perhaps should add directory containing `magickcore.pc' pkg_config_path environment variable no package 'magickcore' found package magickcore not found in pkg-config search path. perhaps should add directory containing `magickcore.pc' pkg_config_path environment variable no package 'magickcore' found package magickcore not found in pkg-config search path. perhaps should add directory containing `magickcore.pc' pkg_config_path environment variable no package 'magickcore' found checking stdint.h... yes checking sys/types.h... yes checking wand/magickwand.h... no can't install rmagick 2.13.2. can't find magickwand.h. *** extconf.rb failed *** not create makefile due reason, lack of necessary libraries and/or headers. check mkmf.log file more details. may need configuration options. provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/system/library/frameworks/ruby.framework/versions/2.0/usr/bin/ruby gem files remain installed in /library/ruby/gems/2.0.0/gems/rmagick-2.13.2 inspection. results logged /library/ruby/gems/2.0.0/gems/rmagick-2.13.2/ext/rmagick/gem_make.ou
t
Comments
Post a Comment