Re: Problem compiling first Cocoa app in Xcode 3.1
Re: Problem compiling first Cocoa app in Xcode 3.1
- Subject: Re: Problem compiling first Cocoa app in Xcode 3.1
- From: "Paul Denlinger" <email@hidden>
- Date: Mon, 21 Jul 2008 07:20:24 -0700
That did the trick.
I ran Xcode and the build compiled OK. Thank you!
To answer questions about my environmental variables got this way, I asked several different programmers to do my setup. Each did it in different ways; since I have never worked on the OS, I did not know enough to ask the right questions. The result has been that I have ended up with a lot of gook. I will try to clean this up eventually, most likely with a clean install, but that would take a lot of time and distract me from my main goal of building apps.
Thanks to all of you, I've learned a lot. I appreciate you taking your time to help me work through this problem.
Paul D
On Mon, Jul 21, 2008 at 2:12 AM, Jean-Daniel Dupas <
email@hidden> wrote:
Le 21 juil. 08 à 10:52, Bill Bumgarner a écrit :
On Jul 21, 2008, at 12:20 AM, Paul Denlinger wrote:
Read this on this page, which offers an alternate installation method for Macports
Here are the details:
:~ robbyrussell$ sudo su -
Password:
:~ root# mv /usr/bin/ruby /usr/bin/ruby.orig
:~ root# mv /usr/bin/gem /usr/bin/gem.orig
:~ root# mv /usr/bin/rails /usr/bin/rails.orig
:~ root# logout
Oh! That is just awful! What a horrible suggestion.
This basically makes ruby entirely invisible to anything on the system that explicitly avoids looking in any old place for a ruby interpreter. There are a number of reasons why a tool might do this, security and consistency of behavior being the two biggest.
b.bum
And so, to help Paul, the way to solve your problem should be to to this in the terminal:
sudo -s
mv /usr/bin/ruby.orig /usr/bin/ruby
mv /usr/bin/gem.orig /usr/bin/gem
mv /usr/bin/rails.orig /usr/bin/rails
logout
And to learn to avoid guides that advices you to change the OS Core.
--
Paul Denlinger
"Risk is about seeing opportunities when others see challenges."
Skype: pdenlingercbs
Profile:
http://www.linkedin.com/in/pauldenlinger
Visit my blog at
www.chinavortex.comChina | Business | Economy | Internet|Technology
DISCLAIMER:
The content of this email and any attachment may contain proprietary and confidential information. It is intended to be conveyed only to the designated recipient(s). If you are not an intended recipient of this message, please notify the sender by replying to this message and then deleting it from your system. Use, dissemination, distribution or reproduction of this message by unintended recipients is not authorized and may be unlawful.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden