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.
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo