Re: [Pyobjc-dev] 1.0rc2
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-09-11 06:00:43
|
On 10 sep 2003, at 22:58, Bob Ippolito wrote: > On Wednesday, Sep 10, 2003, at 15:57 America/New_York, Ronald Oussoren > wrote: > >> Hi, >> >> It's long overdue, but here's another prerelease of 1.0. I haven't >> actually tested the installer yet, please let me know of any >> problems. >> >> source tarball: http://pyobjc.sf.net/prerelease/pyobjc-1.0rc2.tar.gz >> installer for Python 2.2 on Jaguar: >> http://pyobjc.sf.net/prerelease/pyobjc-1.0rc2.dmg >> >> This snapshot includes a different version of libffi, one that should >> correctly solve the issues in bug #738252. Many thanks to Andreas >> Tobler for correctly fixing libffi. >> >> I'm hunting down 1 bug that I'd really like to fix before a 1.0 >> release, otherwise this is it. > > In file included from Modules/Foundation/_Foundation.m:283: > build/codegen/_Fnd_Enum.inc:99: error: > `NSHTTPCookieAcceptPolicyAlways' undeclared here (not in a function) > build/codegen/_Fnd_Enum.inc:99: error: initializer element is not > constant > build/codegen/_Fnd_Enum.inc:99: error: (near initialization for > `enum_table[21].value') > build/codegen/_Fnd_Enum.inc:99: warning: missing initializer > ................ > build/codegen/_Fnd_Enum.inc:366: error: (near initialization for > `enum_table[158]') > error: command 'gcc' failed with exit status 1 > [crack:~/download/pyobjc-1.0rc2] bob% gcc -v > Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs > Thread model: posix > gcc version 3.3 20030304 (Apple Computer, Inc. build 1435) > > This is xcode on jaguar. The regular DevTools on Jaguar (and Xcode on Panther) do work correctly. I noticed that the definition of this constant is guarded by a version macro (e.g. #if MACOS_X_VERSION >= 10.2), could your compiler be configured to build 10.1 binaries? Ronald |