On Tue, 24 May 2005, Robert L Cochran wrote:

>I tried applying this to the sqlite 3.2.1 source with these results:


Is that 3.2.1 release?


>
>[EMAIL PROTECTED] sqlite-3.2.1]$ patch -p0 < patch
> [snip failure]
>
>Perhaps I've misapplied the patch?


Patch is against CVS head revision. There have been a number of changes to
the sqlite3 data structure this last week, which broke my previous patch
(still in the ticket, BTW, dated May 10) hence this latest update. The May
10 patch should apply against the 3.2.1 release, though I haven't tested
the 3.2.1 release itself.


>
>Thanks
>
>Bob Cochran


Christian


>
>
>Christian Smith wrote:
>
>>Ticket:
>>http://www.sqlite.org/cvstrac/tktview?tn=1224
>>
>>Contains an updated patch to remove config.h as a requirement for SQLite
>>source. This allows the cross-compile between platforms of different
>>pointer size (eg. 32bit->64bit) which is not possible with the current
>>config.h solution.
>>
>>If anyone can review the patch and come up with a reason why it should not
>>be incorperated into the release, please pick holes in it.
>>
>>DRH,
>>Assuming there are no problems (I've not found any in admittedly
>>restricted platform testing) could this patch be incorperated into 3.x?
>>It's certainly a neater, more portable way of handling what config.h is
>>currently used for, all regression tests pass on 32-bit Linux.
>>
>>The patch is public domain.
>>
>>Else, I can't be bothered maintaining the patch further while the sqlite3
>>structure is so volatile.
>>
>>Christian
>>
>>
>>
>

-- 
    /"\
    \ /    ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
     X                           - AGAINST MS ATTACHMENTS
    / \

Reply via email to