Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005597 [DCSS] Bug Report major always 2012-04-25 12:48 2012-04-25 12:48
Reporter vickio View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Branch 0.10 ancient branch
Summary 0005597: Makefile not detecting Command-Line Tools only Mac setup
Description Mac OS X 10.7.3 on an early 2011 MacBook Pro. Xcode is not installed, but the Command-Line Tools for Xcode 4.3 are installed.

Currently, the Makefile is trying to detect an SDK by looking for files in /Developer, but a Command-Line Tools installation does not place files there. Actually, I think even a full Xcode 4.3 installation no longer uses /Developer. This results in the following error when running make:

ls: /Developer/SDKs: No such file or directory
Makefile:410: *** You do not seem to have any Mac OS X SDKs installed! This build is doomed to fail.
  Stop.


I don't know the correct way to handle this for all possible setups, but I did find that if I edit the Makefile to force it to use SDKROOT = / and SDK_VER = 10.7, everything compiles fine for me.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2012-04-25 12:48 vickio New Issue


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker