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

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 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 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

Re: mod_python 3.2.0-BETA available for testing

2005-08-18 Thread Graham Dumpleton
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.2 python 2.4.1 apache 2.0.54 The loader seems to not like the "-undefined suppress" arguments in the final load. I modified dist/setup.py by removing the two "-u

Re: mod_python 3.2.0-BETA available for testing

2005-08-18 Thread Nicolas Lehuen
+1 on Win32 with Python 2.4. Here is how I tested it : 1) Switched to the 3.2.0-BETA tag 2) Update 3) cd dist & build_installer.bat 4) Got this installer, that you can also download : http://nicolas.lehuen.com/download/mod_python/mod_python-3.2.0-BETA.win32-py2.4.exe 5) Ran the installer, everyt

Re: mod_python 3.2.0-BETA available for testing

2005-08-18 Thread Ron Reisor
Hello, I ran into a problem with the loader on MacOSX. MaxOSX 1.4.2 python 2.4.1 apache 2.0.54 The loader seems to not like the "-undefined suppress" arguments in the final load. I modified dist/setup.py by removing the two "-undefined suppress" and ran configure and make again and the new

Re: mod_python 3.2.0-BETA available for testing

2005-08-18 Thread Graham Dumpleton
A few comments: 1. If you have an older version of flex than that expected, it gives message: checking flex version... configure: WARNING: Flex version 2.5.31 or greater is required. The one you have seems to be 2.5.4. Use --with-flex to specify another. There is nothing in the README des

Re: mod_python 3.2.0-BETA available for testing

2005-08-17 Thread Gregory (Grisha) Trubetskoy
OK, I think I have a -1 :-( checking for flex... no configure: error: flex binary not found in path flex shouldn't be required for build since the flex-generated psp_parser.c is already included? Aside from this I had a few tests fail - I'll have to take a look at the details tomorrow. This