Re: [Metakit] python --with-pydebug build segfaults metakit

2004-04-24 Thread Jean-Claude Wippler
Jack Diederich wrote: If you build metakit using a --with-python that ponits to a debug build of python it will segfault. I'm fairly certain this is due to the HEAD struct being different than what is expected. Specifically I think the _ob_next and _ob_prev members (which are only in debug builds

Re: [Metakit] Re: Maybe problems with Metakit 2.4.9.3

2004-04-24 Thread Jean-Claude Wippler
Yasushi Iwata wrote: I found another problem. Following code dose not work as expected. [...] But if you remove ordered(2) from getas(), it works as expected. I also removed ordered(2) from example code that I posted yesterday, it worked fine. There must be something wrong with ordered(). Thanks f

[Metakit] Mk4py build & test Q

2004-04-24 Thread Jean-Claude Wippler
I have a question for Python experts, w.r.t. distutils: I'd like to try and get setup.py working on its own. Here's what I get right now (cvs HEAD, build dir wiped): $ python setup.py build running build running build_py creating ../builds/lib.linux-i686-2.3 copying metakit.py -> ../builds/lib.

Re: [Metakit] Mk4py build & test Q

2004-04-24 Thread Jack Diederich
On Sat, Apr 24, 2004 at 01:42:48PM +0200, Jean-Claude Wippler wrote: > I have a question for Python experts, w.r.t. distutils: > > The other issue I ran into is testing: > > $ python setup.py test > running test > running build > running build_py > running build_ext > running config > gcc -E -I/u