__builtin___CFStringMakeConstantString vs. Mac OS X Deployment Target
__builtin___CFStringMakeConstantString vs. Mac OS X Deployment Target
- Subject: __builtin___CFStringMakeConstantString vs. Mac OS X Deployment Target
- From: Jim Correia <email@hidden>
- Date: Mon, 15 Mar 2004 14:08:25 -0500
I want to set the Deployment Target to 10.2 so that 10.3 only symbols
will be weak linked. But when I do this I get a compiler error of the
form:
error: built-in function `__builtin___CFStringMakeConstantString'
requires `-fconstant-cfstrings' flag
(I'm working with the Carbon project template as is for purposes of
testing this.)
Am I missing something else? Should the value of __CONSTANT_CFSTRINGS__
used in CFString.h be updated accordingly when using an older
deployment target? (I cannot use the 10.2.7 SDK because I need 10.3
APIs.)
Thanks,
Jim
_______________________________________________
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.