Created
July 31, 2012 14:24
-
-
Save verdi327/3217369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. | |
/Users/michaelverdi/.rvm/rubies/ree-1.8.7-2011.12/bin/ruby extconf.rb | |
checking for libxml/parser.h... yes | |
checking for libxslt/xslt.h... yes | |
checking for libexslt/exslt.h... yes | |
checking for iconv_open() in iconv.h... no | |
checking for iconv_open() in -liconv... yes | |
checking for xmlParseDoc() in -lxml2... yes | |
checking for xsltParseStylesheetDoc() in -lxslt... yes | |
checking for exsltFuncRegister() in -lexslt... yes | |
checking for xmlHasFeature()... yes | |
checking for xmlFirstElementChild()... yes | |
checking for xmlRelaxNGSetParserStructuredErrors()... yes | |
checking for xmlRelaxNGSetParserStructuredErrors()... yes | |
checking for xmlRelaxNGSetValidStructuredErrors()... yes | |
checking for xmlSchemaSetValidStructuredErrors()... yes | |
checking for xmlSchemaSetParserStructuredErrors()... yes | |
creating Makefile | |
make | |
/usr/bin/gcc-4.2 -I. -I/opt/local/include -I. -I/Users/michaelverdi/.rvm/rubies/ree-1.8.7-2011.12/lib/ruby/1.8/i686-darwin12.0.0 -I. -DHAVE_XMLHASFEATURE -DHAVE_XMLFIRSTELEMENTCHILD -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETPARSERSTRUCTUREDERRORS -DHAVE_XMLRELAXNGSETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETVALIDSTRUCTUREDERRORS -DHAVE_XMLSCHEMASETPARSERSTRUCTUREDERRORS -I-I-I/opt/local/include -I-I-I/usr/local/include -I-I-I/Users/michaelverdi/.rvm/rubies/ree-1.8.7-2011.12/include -I-I-I/usr/include -I-I-I/usr/include/libxml2 -I/opt/local/include/libxml2 -I/usr/local/include/libxml2 -I/Users/michaelverdi/.rvm/rubies/ree-1.8.7-2011.12/include/libxml2 -I-I/opt/local/include -I-I/usr/local/include -I-I/Users/michaelverdi/.rvm/rubies/ree-1.8.7-2011.12/include -I-I/usr/include -I-I/usr/include/libxml2 -I/opt/local/include -I/usr/local/include -I/Users/michaelverdi/.rvm/rubies/ree-1.8.7-2011.12/include -I/usr/include -I/usr/include/libxml2 -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -g -O2 -pipe -fno-common -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -c html_document.c | |
make: /usr/bin/gcc-4.2: No such file or directory | |
make: *** [html_document.o] Error 1 | |
Gem files will remain installed in /Users/michaelverdi/.rvm/gems/ree-1.8.7-2011.12@cupcake/gems/nokogiri-1.5.0 for inspection. | |
Results logged to /Users/michaelverdi/.rvm/gems/ree-1.8.7-2011.12@cupcake/gems/nokogiri-1.5.0/ext/nokogiri/gem_make.out | |
An error occured while installing nokogiri (1.5.0), and Bundler cannot continue. | |
Make sure that `gem install nokogiri -v '1.5.0'` succeeds before bundling. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment