Linked Questions

0 votes
1 answer
3k views

Possible Duplicate: How to use/install gcc on Mac OS X 10.8 / Xcode 4.4 I cannot install any Python packages using easy_insall or pip, because of the following error. I've looked everywhere, and ...
sgarza62's user avatar
  • 6,288
45 votes
10 answers
57k views

I've googled the hell out of it, and it seems like there is no way to install gcc on OS X without installing Xcode (which takes at leats 1.5GB of space). All I need is gcc and none of the other junk ...
aryo's user avatar
  • 695
10 votes
6 answers
19k views

I'm getting the following when running "$ bundle" after adding "gem 'redcarpet'" to Gemfile: $ bundle ... Using paperclip (2.3.11) Using passenger (3.0.7) Installing redcarpet (1.17.2) with native ...
robertwbradford's user avatar
5 votes
3 answers
24k views

So I tried to install a package from PyPI with the following command: sudo pip3 install switcheo But it fails to install the package in the end. Error checking for conflicts. Traceback (most recent ...
David's user avatar
  • 152
7 votes
2 answers
13k views

I have just upgraded to OS X 10.8 "Mountain Lion" and I start regretting having done that. I am no longer able to build my (simple) parallel code that uses OpenMP. By looking here and there I ...
Antonio Sesto's user avatar
8 votes
4 answers
6k views

I'm on OS X 10.8 with XCode 4.4, Ruby 1.9.3, and Rails 3.2. When I clone my rails project from git and run: bundle install I get: Installing json (1.7.4) Errno::EPERM: Operation not permitted - /...
user2393462435's user avatar
6 votes
1 answer
3k views

I am trying to create my first application on ruby rails. I am on Mac OsX (Mavericks) I have the latest xCode installed (5 i believe) + command line tools I have installed the bitnami bundle ruby ...
Georg Keferböck's user avatar
7 votes
3 answers
6k views

I'm trying to install the Nokogiri gem under an RVM managed Ruby 1.8.7 installation in OS X Leopard (10.5.8). I'm getting the following error: Building native extensions. This could take a while... ...
bbonamin's user avatar
  • 30.9k
0 votes
3 answers
9k views

I followed the instructions on the thread here but I still have the following error message: Ayman$ rails -v Rails is not currently installed on this system. To get the latest version, simply type: $...
aalab002's user avatar
  • 357
4 votes
1 answer
7k views

I have installed rvm on a 10.8.3 OSX system, and although it appears to have installed correctly there are no rubies installed. I run rvm install and nothing seems to happen. $ rvm install ruby-2.0.0-...
Dave Isaacs's user avatar
  • 4,539
6 votes
4 answers
3k views

OSX Lion, Xcode 4.2, GCC 4.2 I get the following error installing bson_ext 1.4.1 Building native extensions. This could take a while... ERROR: Error installing bson_ext: ERROR: Failed to build gem ...
chourobin's user avatar
  • 4,144
5 votes
2 answers
5k views

When I ran bundle install, it gets stuck towards the end. Here's my bundle console output !  ~/r/mangoweb   master  bundle install ...
skmvasu's user avatar
  • 3,118
-1 votes
3 answers
4k views

Several python libraries stopped working after upgrade to Mac OS 10.8. Attempt to re-install them through easy_install or pip brings error message "-bash: cc: command not found". XCode is installed. ...
earlyadopter's user avatar
  • 1,547
0 votes
1 answer
3k views

Currently, I am unable to install any Python packages due to a gcc-4.0 error. I'll copy two examples of the error I'm getting (one with pip, the other with a manual setup.py build/install approach): ...
sgarza62's user avatar
  • 6,288
0 votes
2 answers
6k views

I have been having some trouble getting my gcc and g++ compiler to work on my mac (OSX Yosemite 10.10.2). I have written up a simple "Hello World" program and even these seem to not work. The two ...
eitanlees's user avatar
  • 1,374

15 30 50 per page