Linked by Thom Holwerda on Thu 2nd Aug 2012 21:48 UTC
Thread beginning with comment 529489
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Experiences after 3 days
by _txf_ on Fri 3rd Aug 2012 07:43
in reply to "Experiences after 3 days"
5) Her dictionary application (Japanese-English) doesn't work anymore because it used Rosetta (Power PC). No solution yet
"No solution yet". I think you mean no solution ever (unless of course you try running an old version of PPC osx in qemu). Aren't there other Dictionary applications? Is the application unsupported? Just who is still using PowerPC applications?
6) "make" doesn't work anymore. She is using XCode for a major codebase (OpenCV) and even reinstalling hasn't solved this
You need to install the command line utilities from within Xcode. It is in the preferences.
It should be noted that OSX does not come with gcc any more. Its default compiler is clang but it also has llvm-gcc ( not quite the same as gcc).
[/q]
RE: Experiences after 3 days
by Panajev on Fri 3rd Aug 2012 07:46
in reply to "Experiences after 3 days"
6) "make" doesn't work anymore. She is using XCode for a major codebase (OpenCV) and even reinstalling hasn't solved this
In order to slim down OS X and Xcode itself there have been a few changes that caused this problem of yours. Command line tools are no longer bundled by default, but available as an optional download you can trigger from Xcode itself (and they did a good thing let me tell you... no longer having to download 3GB or so of extra stuff at each iOS SDK point release).
So,
1.) Install Xcode 4.4 from the App Store (free).
2.) Open Xcode, and in XCode's Preferences > Downloads you can install command line tools.
3.) Make it system-wide clear where these tools are: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
4.) Accept the command line build utils license: sudo xcodebuild -license
(scroll down and the you have to type accept or agree or something
)




Member since:
2010-09-23
* Installed on my girlfriends MacBook with Snow Leopard. She is a Mac, I am a PC. (but we get along just fine)
1) Buying it and installing it was easy, but slow (about an hour download and 1 hour install)
2) There was no indication of which programs might not work (as I am used to see before the actual upgrade process starts on Windows)
3) After the upgrade the OS seems to work just fine, but slower than before
4) Mathlab doesn't work anymore because it uses X11. Installing XQuartz solved this
5) Her dictionary application (Japanese-English) doesn't work anymore because it used Rosetta (Power PC). No solution yet
6) "make" doesn't work anymore. She is using XCode for a major codebase (OpenCV) and even reinstalling hasn't solved this
Conclusion: Slower and several business applications stopped working, but she is continuing troubleshooting instead of just downgrading. The "IOS"-ification is strong in this one.