On 4/20/12 1:03 PM, Charles Meyer-Amiez wrote: > Yep, your hypothesis seems right, because I have, according to 'xcodebuild > -version', Xcode 4.2.1, Build version 4D502 > I say according to, because if I launch Xcode, I have Version 4.3.2 (4E2002) > ... >
That's certainly possible. If you haven't yet installed the command-line tools for Xcode 4.3.2, then you could well be using items from Xcode 4.2.1, e.g. clang, make, etc. . If you _want_ to use the CLI tools from Xcode 4.3.2: 1) Open Xcode. 2) Install the Command Line Tools from the Downloads tab of the Preferences. 3) In a terminal window run sudo xcode-select /Path/to/Xcode.app/Contents/Developer where you should replace "/Path/to" by the actual path to Xcode, e.g. /Applications. It may be the case that the Command Line Tools are listed as installed, and then you just need to use option 3). -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/2012/02/21/got-job/ ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
