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
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