1 | initial version |
Quoting from README.txt:
OS X: Xcode. Make sure you have installed the most recent version of Xcode. With recent versions of OS X (OS X Lion or later), you can install Xcode for free from the App Store. For pre-Lion versions of OS X, you can download Xcode from http://developer.apple.com/downloads/.
With OS X, you also need to install the "command line tools". When using OS X Mavericks, after installing Xcode, run this command from a terminal window:
xcode-select --install
Have you followed these directions? If not, do these, try make distclean
, and try again.
2 | No.2 Revision |
Quoting from README.txt:
OS X: Xcode. Make sure you have installed the most recent version of Xcode. With recent versions of OS X (OS X Lion or later), you can install Xcode for free from the App Store. For pre-Lion versions of OS X, you can download Xcode from http://developer.apple.com/downloads/.
With OS X, you also need to install the "command line tools". When using OS X Mavericks, after installing Xcode, run this command from a terminal window:
xcode-select --install
Have you followed these directions? If not, do these, try make distclean
, and try building again.