[Pythonmac-SIG] building universal pysqlite?

2006-08-22 Thread Kent Quirk
I'm trying to construct a current universal version of sqlite and pysqlite. I've got pysqlite building properly (which isn't hard!), but it was using the current (old -- 3.1.3) version of sqlite on my system, which is incompatible with the version I'm using on another platform. So now I'm tryin

Re: [Pythonmac-SIG] building universal pysqlite?

2006-08-22 Thread Bob Ippolito
On 8/22/06, Kent Quirk <[EMAIL PROTECTED]> wrote: > I'm trying to construct a current universal version of sqlite and > pysqlite. I've got pysqlite building properly (which isn't hard!), but > it was using the current (old -- 3.1.3) version of sqlite on my system, > which is incompatible with the v