Message77314
About my environment :
- one is linux :
a) gdbm library, with header gdbm.h, without *ndbm.h
b) "Berkeley DB" many versions but the last is 4.4 I think
- other is cross and native(msys) mingw32 environment
only "Berkeley DB" 4.7
I will check later the patch but at first look is expected to fail. Lets
see
http://svn.python.org/view/python/trunk/Modules/dbmmodule.c?rev=67614&view=auto
. This module don't include gdbm.h header. I expect linux build to fail
with error "No ndbm.h available!"
I could test patch later when I get access to build environment.
Did you like I to test what is result (linux build) when header gdbm.h
is included in module ? |
|
Date |
User |
Action |
Args |
2008-12-08 15:57:17 | rpetrov | set | recipients:
+ rpetrov, skip.montanaro |
2008-12-08 15:57:17 | rpetrov | set | messageid: <1228751837.04.0.63004464427.issue4587@psf.upfronthosting.co.za> |
2008-12-08 15:57:16 | rpetrov | link | issue4587 messages |
2008-12-08 15:57:16 | rpetrov | create | |
|