Re: Updates

Stephen Wood <[email protected]>
Newsgroups gmane.comp.mobile.bitpim.devel
Message-ID <[email protected]>
On 7/8/05, Roger Binns <[email protected]> wrote:
> I have updated the requirements for wxPython to be 2.6.1.0 and
> for APSW/SQLite 3.2.2.
> 
> Roger

In order to get main.c in sqlite-source-3_2_2.zip to compile, I had to
make the following patch:

--- main.c~     2005-06-12 19:18:11.000000000 -0400
+++ main.c      2005-07-08 23:40:29.000000000 -0400
@@ -298,8 +298,8 @@
   sqlite3OsSleep(delay);
   return 1;
 #else
-  int timeout = (int)Timeout;
-  if( (count+1)*1000 > timeout ){
+  int timeout = ((sqlite3 *)ptr)->busyTimeout;
+   if( (count+1)*1000 > timeout ){
     return 0;
   }
   sqlite3OsSleep(1000);

Havn't actually tried it yet as wxPython is still building.

Stephen


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.