[ python-Bugs-950482 ] -fconstant-cfstrings required for Xcode 1.2

SourceForge.net noreply at sourceforge.net
Thu Jun 3 09:50:47 EDT 2004


Bugs item #950482, was opened at 2004-05-08 18:14
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=950482&group_id=5470

Category: Macintosh
Group: Platform-specific
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Jack Jansen (jackjansen)
Summary: -fconstant-cfstrings required for Xcode 1.2

Initial Comment:
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)

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2004-06-03 15:50

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=950482&group_id=5470



More information about the Python-bugs-list mailing list