[PATCH] bug on gen_win.py with sqlite version number
From: <lalvarez_at_infomed.sld.cu>
Date: Wed, 27 May 2009 13:19:13 -0400
Hy there
while genereting MSVC 2008 projects with the last SQLite source I've recived this error
C:\Subversion\trunk>gen-make.py -t vcproj --vsnet-version=2008
the reason is that this line in the sqlite.c file of the SQLite source code
#define SQLITE_VERSION "3.6.14.2"
the version has 4 numbers instead of 3,
the problem is that the script craches becouse it can find the version number of SQLite
the regular expresion I've change in the patch was looking for 3 numbers only within the
I asume that previous versions of sqlite come with 3 numbers so I made the regular
pd:
------------------------------
---------------------------------------
------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.