Re: Compilation problem with Python < 2.6 and db >= 4.7

2009-07-20 Thread kiorky
Martin v. Löwis a écrit : >> Is there a way to make the bsddb module compile against db>=4.7 for python < >> 2.6 >> (2.4.6, 2.5.4)? > > I don't think so, no. > >> I didn't find something on it. > > If you don't want to use pybsddb either, for fear of incompatible API, > your only choice is to p

Re: Compilation problem with Python < 2.6 and db >= 4.7

2009-07-20 Thread Martin v. Löwis
> Is there a way to make the bsddb module compile against db>=4.7 for python < > 2.6 > (2.4.6, 2.5.4)? I don't think so, no. > I didn't find something on it. If you don't want to use pybsddb either, for fear of incompatible API, your only choice is to port _bsddb.c to the newer db versions. BSD

Compilation problem with Python < 2.6 and db >= 4.7

2009-07-20 Thread kiorky
Is there a way to make the bsddb module compile against db>=4.7 for python < 2.6 (2.4.6, 2.5.4)? A patch ? A tip ? For the moment, i have a known failure as: gcc -pthread -fno-strict-aliasing -DNDEBUG -I/usr/home/kiorky/minitage/dependencies/readline-5.2/parts/part/include -I/usr/home/kiorky/minit