Andreas Pelme added the comment:

This bug still exists in 2.7 and 3.4.

If SQLITE_VERSION in sqlite3.h (/usr/include/sqlite3.h on Mac OS) ends with 
beta, such as
 
#define SQLITE_VERSION        "3.7.12beta"

make will fail.

The regex changed suggested above fixes this. The attached patch contains that 
fix and makes the build work.

----------
keywords: +patch
nosy: +Andreas.Pelme
Added file: http://bugs.python.org/file29171/issue5033.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5033>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to