On Sep 17, 2012, at 12:32 PM, SSteve wrote:
> I've previously had Cocotron running on my PowerPC Mac running OS X 10.5. Now I'm trying to get it up and running on an Intel Mac running 10.7/Xcode 4.4.1. I've got CDT installed and I can compile Foundation.xcodeproj and AppKit.xcodeproj, but when I try to compile Cocoa, I get the error "Pthread.h: No such file or directory" under the Foundation-FreeBSD-i386 target. I'm not really sure why it's trying to build a FreeBSD target when I have the Cocoa-Windows-i386 scheme selected.
On Sep 17, 2012, at 4:22 PM, Christopher Lloyd wrote:
> Turn off implicit dependencies in the scheme, they don't work
Excellent! Thanks for the quick reply.
-Steve