Re: [Pythonmac-SIG] Framework build with readline - question

2006-04-21 Thread bear
d CPPFLAGS= so that the autoconf tests will find our local copy of readline. bear wrote: > I'm trying to do a framework build of Python 2.4.2 and need to have > Python use a local install of readline 5.0 but the configure step seems > to be ignoring my --with-readline > &

[Pythonmac-SIG] Framework build with readline - question

2006-04-20 Thread bear
I'm trying to do a framework build of Python 2.4.2 and need to have Python use a local install of readline 5.0 but the configure step seems to be ignoring my --with-readline configure is run like this: ./configure --prefix=/home/bear/test --enable-framework=/home/bear

Re: [Pythonmac-SIG] updated universal python installer (rc1?)

2006-03-09 Thread bear
I installed the dmg you linked to on an Intel iMac just now - it went smoothly. I ran IDLE and a bunch of the included samples. I also ran some small utilities of my own and did not see any issues. Anything particular you want me to try? Ronald Oussoren wrote: > I've spent some time on an 1

Re: [Pythonmac-SIG] PyXML 0.8.4 and expat byteorder

2006-02-03 Thread bear
I've taken the patch and submitted it to the PyXML sourceforge project and included a link to your mailing list archive entry for reference. http://sourceforge.net/tracker/index.php?func=detail&aid=1423775&group_id=6473&atid=306473 Bob Ippolito wrote: > Here's the PyXML patch that gets expat by

Re: [Pythonmac-SIG] building universal binaries

2006-01-27 Thread bear
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 Makefile.pre.in because it contains a hardcoded '-arch ppc' >

Re: [Pythonmac-SIG] building universal binaries

2006-01-26 Thread bear
seems happy - heck, even the compiling ran error free. But when it got to the link part - I get the following error: .. ranlib libpython2.4.a /usr/bin/install -c -d -m 755 Python.framework/Versions/2.4 libtool -o Python.framework/Versions/2.4/Python -dynamic libpython2.4.a \ -lSys

Re: [Pythonmac-SIG] building universal binaries

2006-01-25 Thread bear
ve a > separate distribution of Python designed for building redistributable > applications. It would certainly be easier than trying to make > distutils and autoconf smart. If the binaries I build are useful I can make them available if that helps. -- bear __

Re: [Pythonmac-SIG] building universal binaries

2006-01-25 Thread bear
o the source files. sweet! -- bear ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] building universal binaries

2006-01-25 Thread bear
Kevin Ollivier wrote: > How exactly are you doing this? Are you passing these flags into > configure, or editing the configure script? I'm seeing that it does > matter where in the configure script the options are added. From my > tests so far, the test 'failures' in the configure script are >

Re: [Pythonmac-SIG] building universal binaries

2006-01-25 Thread bear
h flag: ppc (file not loaded) I appreciate any schooling you can offer me :) - bear ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] ANN: ActivePython 2.4.2.10 is now available

2006-01-24 Thread bear
Trent Mick wrote: > [Kent Quirk wrote] > >> In the hopes of avoiding some redundant work...I happen to be sitting in >> a workshop at the Apple campus as I speak, and one of the Apple >> engineers here has just modified the Apple 2.3.5 build system to work >> with 2.4.2, and to build a Univers

Re: [Pythonmac-SIG] ANN: ActivePython 2.4.2.10 is now available

2006-01-24 Thread bear
rs to how you guys are doing the builds would help :) --- Bear Build and Release Engineer Open Source Applications Foundation (OSAF) [EMAIL PROTECTED] ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig