Re: [sqlite] Portability patches for SQLite

2004-03-03 Thread Michal Pasternak
D. Richard Hipp [Wed, Mar 03, 2004 at 09:44:47PM -0500]: > The patches all seem to be to add '#include "os.h"' right before > '#include "sqliteInt.h"' at the beginning of every source file. > > (1) Wouldn't it be much easier to just put a single '#include "os.h"' > at the beginning of sqliteInt.h

Re: [sqlite] Portability patches for SQLite

2004-03-03 Thread D. Richard Hipp
Michal Pasternak wrote: There are some patches for sqlite portability, that you could investigate (and incorporate them to the official sources, as they don't do much harm, IMO). You can find them at: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/databases/sqlite/patches/ Onl

[sqlite] Portability patches for SQLite

2004-03-03 Thread Michal Pasternak
Hello, www.pkgsrc.org is a project for multi-platform packages - we do almost the same thing, as FreeBSD Ports or Gentoo Portage, only in a clean and portable way. There are some patches for sqlite portability, that you could investigate (and incorporate them to the official sources, as they don'