Roumen Petrov <[EMAIL PROTECTED]> added the comment: 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 ? _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4587> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
