Re: [Pyobjc-dev] 1.0rc2
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2003-09-10 20:59:24
|
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. -bob |