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