Re: mod_python 3.2.0-BETA available for testing

2005-08-19 Thread Graham Dumpleton
On 19/08/2005, at 7:57 AM, Graham Dumpleton wrote:On 19/08/2005, at 2:59 AM, Jim Gallacher wrote: Ron Reisor wrote: Hello,I ran into a problem with the loader on MacOSX.MaxOSX 1.4.2python 2.4.1apache 2.0.54The loader seems to not like the "-undefined suppress" arguments in the final load.I modified

[jira] Updated: (MODPYTHON-65) 3.2 working version will not install on Mac OS X (10.3.7)

2005-08-19 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-65?page=all ] Graham Dumpleton updated MODPYTHON-65: -- Attachment: setup.py.in-2.diff Attached supplementary patch to only do this workaround when required, ie., when version of Python doesn't have req

Re: mod_python 3.2.0-BETA available for testing

2005-08-19 Thread Graham Dumpleton
On 19/08/2005, at 8:01 PM, Graham Dumpleton wrote:Thus, setup.py will thus need to check first whether the -undefined optionalready exists. Thus, setup.py should use:if sys.platform == "darwin":        if not '-bundle' in sysconfig.get_config_var("LDSHARED").split():            sysconfig._config_va

Re: mod_python 3.2.0-BETA available for testing

2005-08-19 Thread Ron Reisor
Oops, it's MacOSX 10.4.2, not MacOSX 1.4.2 -- sorry. [zim:~] ron% gcc --version powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO war

Re: mod_python 3.2.0-BETA available for testing

2005-08-19 Thread Nicolas Lehuen
2005/8/19, Jim Gallacher <[EMAIL PROTECTED]>: Gregory (Grisha) Trubetskoy wrote:>> OK, looks like the test failure that I was seeing was more caused by my> environment, so all tests pass.>> So we've got:>> 1. flex> > 2. MacOS compile>> 3. http://issues.apache.org/jira/browse/MODPYTHON-72> Is this a