vote up 1 vote down star

I ran sudo gem update earlier today and was thrilled to see it work, but at the end it failed.

Building native extensions.  This could take a while...
ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)
ERROR: Failed to build gem native extension.

ruby extconf.rb update
can't find header files for ruby.

I don't have Xcode, and if possible, I don't want to install it. Any other way to fix this?

flag

50% accept rate

3 Answers

vote up 2 vote down

You will need to install xcode to get the c libraries that are required to build the c native extensions for some ruby gems. Is there any reason you dont want to install Xcode?

link|flag
I don't have that much space on my old G4. – kristian nissen Sep 8 at 19:05
Maybe it's time to upgrade your harddisk, since you are going to need Xcode in order to compile native gems. – Ariejan Sep 9 at 4:33
I installed xcode but I still get the same error – kristian nissen Sep 9 at 6:27
which gem is it? – ennuikiller Sep 10 at 20:30
here is the error: sudo gem install rails Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. ruby extconf.rb install rails can't find header files for ruby. Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7 for inspection. Results logged to /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/ext/fcgi/gem_make.out – kristian nissen Sep 29 at 19:06
vote up 0 vote down

You might want to check out the answers to this question and this thread on the MacRumors forums. It looks like it's possible to install gcc & the right libraries without all of Xcode now, but you'll still need to download the whole DMG from Apple.

link|flag
vote up 0 vote down

I appears to be looking for (part of) the source for Ruby. You might try getting that and installing it too.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.