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 Andreas.Pelme
Recipients Andreas.Pelme, BreamoreBoy, blahblahwhat, eric.araujo, ghaering, tarek
Date 2013-02-23.14:53:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361631209.9.0.903911295187.issue5033@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-02-23 14:53:29Andreas.Pelmesetrecipients: + Andreas.Pelme, ghaering, tarek, eric.araujo, blahblahwhat, BreamoreBoy
2013-02-23 14:53:29Andreas.Pelmesetmessageid: <1361631209.9.0.903911295187.issue5033@psf.upfronthosting.co.za>
2013-02-23 14:53:29Andreas.Pelmelinkissue5033 messages
2013-02-23 14:53:29Andreas.Pelmecreate