FAQ: Cross-development problems
FAQ: Cross-development problems
- Subject: FAQ: Cross-development problems
- From: Chris Espinosa <email@hidden>
- Date: Wed, 17 Mar 2004 12:05:43 -0800
On Mar 12, 2004, at 2:47 PM, David Catmull wrote:
I just tried setting the Mac OS X Deployment Target for the targets in
my project to 10.2, with the project's target SDK as "Current Mac OS"
(I'm running 10.3.2).
In one target, I get this for each use of CFSTR:
error: built-in function `__builtin___CFStringMakeConstantString'
requires `-fconstant-cfstrings' flag
So, I added the flag and the errors went away... why did this suddenly
become necessary?
But, now I get this on one file:
internal compiler error: in simple_cst_equal, at tree.c:3344
In another target, I get a "no such file or directory" error for each
file that Carbon/Carbon.h tries to include. Cleaning the target did
not help.
What can I do about these?
Turn off Distributed Compilation. There's a bug in which the proper
environment variables don't get set in the distributed builds, so
certain build options (like using an SDK or targeting an older OS)
don't work.
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.