简体   繁体   中英

ERROR: Failed to build gem native extension when installing Sablon gem

I am trying to install and use the Sablon ruby gem. I have installed xcode command line developer tools. However, I continue to get the following error:

ERROR:  Error installing sablon:
    ERROR: Failed to build gem native extension.

    /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
checking if the C compiler accepts ... yes
checking if the C compiler accepts -Wno-error=unused-command-line-argument-hard-error-in-future... no
Building nokogiri using packaged libraries.
Using mini_portile version 2.1.0
checking for iconv.h... yes
checking for gzdopen() in -lz... yes
checking for iconv... yes

Any ideas as to what might be going on here?

try

gem install sablon -- --use-system-libraries=true

if it doesn't work may i ask how you installed xcode command line tools?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM