Linker Error after installing PB 5.22
Linker Error after installing PB 5.22
My Mac Pro is running Mavericks OSX 10.9.2. I downloaded the OSX 64 bit PB v. 5.22 and ran the bash instructions installing it in my HOME directory as indicated in the ReadMe. However, when I invoke the program I get the IDE OK, but when i try to compile, i get a Linker Error explained as: "Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo". Alas, I have not been able to do this (my long disused UNIX experience fails me). Rather than sudo randomly "rooting" around in UNIX I think it would be safer to ask for help in "re-running as root via sudo". Can someone help me with commands needed to do what the Linker wants? Have I (possibly) installed incorrectly for this to happen? I am the only user on the machine and assume that I am already endowed with admin privileges. Thanks for any help... hgc
Re: Linker Error after installing PB 5.22
If you downloaded Xcode from AppStore, it should be installed as "/Applications/Xcode.app".
Just run Xcode standalone one time should fix the problem. If it still does not work, start a
Terminal and type:
Input your admin password and Xcode should start with admin account.
Just run Xcode standalone one time should fix the problem. If it still does not work, start a
Terminal and type:
Code: Select all
sudo /Applications/Xcode.app/Contents/MacOS/Xcode