This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpetrov
Recipients rpetrov, skip.montanaro
Date 2008-12-08.15:57:15
SpamBayes Score 0.00016024495
Marked as misclassified No
Message-id <1228751837.04.0.63004464427.issue4587@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2008-12-08 15:57:17rpetrovsetrecipients: + rpetrov, skip.montanaro
2008-12-08 15:57:17rpetrovsetmessageid: <1228751837.04.0.63004464427.issue4587@psf.upfronthosting.co.za>
2008-12-08 15:57:16rpetrovlinkissue4587 messages
2008-12-08 15:57:16rpetrovcreate