Re: [Pythonmac-SIG] building universal binaries

2006-02-02 Thread Bob Ippolito
On Feb 1, 2006, at 11:48 PM, Ronald Oussoren wrote: > > On 2-feb-2006, at 2:16, Bob Ippolito wrote: > >>> >>> From my Makefile.pre.in: >> -- >>> This is very ugly. As you have noted you can't just drop -arch >>> ppc because libtool than assumes that you want to do a 3-way >>> universal build.

[Pythonmac-SIG] wxPython build issue

2006-02-02 Thread Bill Northcott
I have been trying to build wxPython on Tiger (10.4.4 gcc--3.3/g77) with some difficulty, which may just be me being dense. I have the latest ActivePython and have built and installed wxMac-2.6.2 widgets without problems. However when I attempt to build wxPython it breaks here: building '_cor

Re: [Pythonmac-SIG] wxPython build issue

2006-02-02 Thread Bill Northcott
One more observation on my last posting: The #ifndef POSIX_C_SOURCE condition on strcasecmp() in seems to have been introduced between Panther and Tiger. Looking in the 10.3.9 SDK, strcasecmp() is only conditional on #ifndef _ANSI_SOURCE. So presumably the build works on Panther, but the ne

Re: [Pythonmac-SIG] wxPython build issue

2006-02-02 Thread Bill Northcott
The more I look, the more the problem spreads. I found that _POSIX_C_SOURCES is defined in pyconfig.h in Python 2.4 but not 2.3. So this problem will only arise using Python 2.4 on Tiger. Python 2.4 on Panther, or 2.3 on Tiger would be OK. It seems both Apple and the Python people decided

Re: [Pythonmac-SIG] building universal binaries

2006-02-02 Thread Bob Ippolito
On Jan 27, 2006, at 8:31 AM, Ronald Oussoren wrote: > > On 27-jan-2006, at 16:38, bear wrote: > >> Ronald Oussoren wrote: >>> >>> On 27-jan-2006, at 4:22, bear wrote: >>> Ronald Oussoren wrote: > That part is easy enough. If you want a framework build you'll > have to patch Makefil

[Pythonmac-SIG] Non-obvious Question about PyObjC and Xcode

2006-02-02 Thread Daniel Lord
I am a neophyte when it comes to Cocoa and ObjC so forgive me if his question is nonsensical and the answer is obvious to you seasoned professionals. I decided to tackle a formidable task: learning Cocoa and Objective-C by approaching them through Python and Perl which I know and find bette

Re: [Pythonmac-SIG] Non-obvious Question about PyObjC and Xcode

2006-02-02 Thread Bob Ippolito
On Feb 2, 2006, at 9:31 PM, Daniel Lord wrote: > I have to say I am a bit confused on the two very different sets of > directions for using PyObjC and I want to use the tools a formal way > to avoid as much obsolescence of my projects as possible: There are two supported ways to use PyObjC in co

Re: [Pythonmac-SIG] wxPython building process on Mac Os X 10.4.x

2006-02-02 Thread Bill Northcott
Hi Adriano Back in September you wrote to pythonmac about build errors with Python 2.4 and wxPython 2.6.1. Did you ever find the answer to these? /System/Library/Frameworks/CoreServices.framework/Frameworks/ CarbonCore.framework/Headers/fp.h: In function 'long double gammal (long double)': /Sy

Re: [Pythonmac-SIG] wxPython build issue

2006-02-02 Thread Kevin Ollivier
Hi Bill, On Feb 2, 2006, at 7:56 PM, Bill Northcott wrote: > The more I look, the more the problem spreads. > > I found that _POSIX_C_SOURCES is defined in pyconfig.h in Python 2.4 > but not 2.3. So this problem will only arise using Python 2.4 on > Tiger. Python 2.4 on Panther, or 2.3 on Tiger

Re: [Pythonmac-SIG] wxPython build issue

2006-02-02 Thread Bill Northcott
On 03/02/2006, at 6:32 PM, Kevin Ollivier wrote: >> I found that _POSIX_C_SOURCES is defined in pyconfig.h in Python 2.4 >> but not 2.3. So this problem will only arise using Python 2.4 on >> Tiger. Python 2.4 on Panther, or 2.3 on Tiger would be OK. It seems >> both Apple and the Python people