bundler - RoR - installing gem - libxml-ruby-1.1.4 -


i'm trying install libxml-ruby-1.1.4 (via bundler, same thing happens when gem install) , huge list of errors.

i'm running mac osx 10.6 on unibody macbook.

the errors start after make , have lot of darwi errors , long list of ruby_xml_error … undeclared (first use in function).

here pastie of errors.

please help.


in order others searching issue here of common phrases showing in errors.

/system/library/frameworks/ruby.framework/versions/1.8/usr/bin/ruby extconf.rb

-i/system/library/frameworks/ruby.framework/versions/1.8/usr/lib/ruby/1.8/universal-darwin10.0 -i. -i/usr/local/include -druby_extconf_h=\"extconf.h\"

ruby_xml_error ... undeclared (first use in function)

xml_(blah)

(no such file or directory)

make: * [ruby_xml_error.o] error 1

so i'm not 1 issue. common problem old version of libxml2.

brew install libxml2 

and make sure libxml2 bin in path.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -