This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: -fconstant-cfstrings required for Xcode 1.2
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: bob.ippolito, jackjansen
Priority: normal Keywords:

Created on 2004-05-08 16:14 by bob.ippolito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg20743 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2004-05-08 16:14
Xcode 1.2's compiler requires -fconstant-cfstrings in order to use 
CFSTR(...), so it should be added to Darwin's BASECFLAGS.  It 
might need to be conditional, I'm not sure if previous versions of 
GCC supported the flag.

cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1640)
msg20744 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-06-03 13:50
Logged In: YES 
user_id=45365

I don't see this problem. The only references to CFSTR() in the Python 
sources are in mactoolboxglue.c, and it compiles just fine without the 
-fconstant-cfstrings with the xcode-1.2-supplied gcc.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40235
2004-05-08 16:14:26bob.ippolitocreate