Page MenuHome

Current source doesn't build with scons on Xcode 4.3 on OS X 10.7
Closed, ArchivedPublicPATCH

Description

The scons configure script assumes that, for OS X 10.7 and earlier, that the gcc in Xcode is named gcc-4.2. In Xcode 4.3, this changed to gcc. The logic for Xcode 4.4 on OS X 10.8 is correct. Making it use the name "gcc" instead of "gcc-4.2" (and similarly for g++) lets it compile correctly.

The attached patch forces the names "gcc" and "g++" for Xcode 4.3 and higher, regardless of OS X version.

Event Timeline

Thomas Dinges (dingto) changed the task status from Unknown Status to Archived.Dec 19 2013, 8:32 AM
Thomas Dinges (dingto) claimed this task.

We recommend updating to Mavericks now and using latest Xcode.

Our scons code has been recently refactored for Mac as well.