-------------------------------------------------- From: "Ronald Oussoren" <[EMAIL PROTECTED]> Sent: Friday, December 14, 2007 7:35 PM To: <[EMAIL PROTECTED]> Cc: <pythonce@python.org> Subject: Re: [PythonCE] How does one build PythonCE?
> > On Thursday, December 13, 2007, at 09:56PM, "Christopher Fairbairn" > <[EMAIL PROTECTED]> wrote: >>The download of PythonCE source code would have placed the source in a >>directory >>called "Python-2.5". You need to place the sqlite-ce source code in a >>directory >>beside this folder (i.e. the main folder has both a Python-2.5 and Sqlite >>subfolder). The name it should have depends upon the exact version of >>sqlite your >>PythonCE source code has been hardcoded for. For my current branch I need >>to place >>it into a directory called sqlite-source-3.3.5-wince. >> >>The exact path can be determined by opening up the SConstruct file. It >>should have >>a line containing a line like the following: >> >>sqlite_source = '#../../../sqlite-source-3.3.5-wince' > > Thanks for the tips, that should help me get going with pysqlite support. > Am I correct when assuming that I have to use the sqlite version at > http://sqlite-wince.sourceforge.net/? That would explain why I got > nowhere before, I had downloaded the stock sqlite distribution. No. Just get the stock SQLite and apply the patch that is included with PythonCE. Luke > > Now I just have to find why VSC++2005 wants to link my project with the > rtti CRT (which it cannot find), even though I've disabled rtti in my own > project and the wxWidgets on. That's not Python specific, so I won't bore > you with that. > > Ronald _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce