[Metakit] metakit for python 2.3 on freebsd

2003-09-20 Thread PieterB
Hi, I'm trying to install metakit with python 2.3 on freebsd 5.1. When I run make METAKIT_WITH_PYTHON=yes from /usr/ports/databases/metakit (and changing python2.2 to python2.3 in the Makefile). I get the following error: /bin/sh ./libtool --mode=compile c++ -c -Dq4_INLINE -O -pipe

Re: [Metakit] metakit for python 2.3 on freebsd

2003-09-20 Thread Jean-Claude Wippler
PieterB wrote: I'm trying to install metakit with python 2.3 on freebsd 5.1. When I run make METAKIT_WITH_PYTHON=yes from /usr/ports/databases/metakit (and changing python2.2 to python2.3 in the Makefile). Not sure how the FreeBSD ports system is setup with MK, so I can't comment on it. In

Re: [Metakit] metakit for python 2.3 on freebsd

2003-09-20 Thread PieterB
On Sat, Sep 20, 2003 at 03:53:28PM +0200, Jean-Claude Wippler wrote: Here's perhaps an option for you: if you checkout from CVS, you'll find a new distutils solution added by Gordon McMillan: cd python python setup.py build (or install) I've given it a try, but it gives the same

[Metakit] gcc 3.3 on mac

2003-09-20 Thread Jean-Claude Wippler
FYI, the MK build problems with gcc 3.3 on OS X are resolved by getting the latest gcc update from Apple (Aug 2003): This one is bonkers: $ gcc --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1435) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the

Re: [Metakit] metakit for python 2.3 on freebsd

2003-09-20 Thread Nicholas Riley
On Sat, Sep 20, 2003 at 03:53:28PM +0200, Jean-Claude Wippler wrote: PieterB wrote: I'm trying to install metakit with python 2.3 on freebsd 5.1. When I run make METAKIT_WITH_PYTHON=yes from /usr/ports/databases/metakit (and changing python2.2 to python2.3 in the Makefile). Not sure how