[sqlite] broken link in Nov 27 news and old downloads

2007-11-28 Thread Mike Frysinger
looks like the link target and desc were reversed in the Nov 27 news item ... the target is "download" and the description is "download.html" when it should be the other way around also, are old releases archived somewhere ? i cant seem to find an "archives" or "old releases" link on the front

Re: [sqlite] MingW32 help wanted

2007-03-13 Thread Mike Frysinger
On Tuesday 13 March 2007, Stefan de Konink wrote: > My target is to get sqlite compiled on my host platform i686 and my > target platform mingw32. Could someone get a step by step manual to get > the 'precious' dll/.a? well, this could be autotoolized and force people to do ./configure --host=ming

Re: [sqlite] [patch] cleanup cross-compiling logic

2007-02-17 Thread Mike Frysinger
On Friday 16 February 2007, Joe Wilson wrote: > The sqlite autoconf stuff has been neglected for a while... ive merged my changes to CVS and i'll take a look at the open issues -mike pgpUTe4GZT41c.pgp Description: PGP signature

Re: [sqlite] [patch] cleanup cross-compiling logic

2007-02-17 Thread Mike Frysinger
On Friday 16 February 2007, Joe Wilson wrote: > The sqlite autoconf stuff has been neglected for a while... > > http://marc.10east.com/?l=sqlite-users&m=116760371614235&w=2 i dont have a problem tackling these issues if my fixes would get merged ... i know autotools is a huge headache for a lot

[sqlite] [patch] cleanup cross-compiling logic

2007-02-16 Thread Mike Frysinger
for some reason the current configure script tries to implement its own cross-compiling logic which ends up being pretty fragile ... the attached patch punts pretty much all of it in favor of the standard method that just about every other autoconf-based project uses there is one more small cha

[sqlite] [patch] cleanup readline checks

2007-02-16 Thread Mike Frysinger
the readline is a bit inflexible ... you cant explicitly disable it and the search logic is broken for cross-compiling ... attached patch should fix things up -mike pgpSmsCuuJdPV.pgp Description: PGP signature Index: configure.ac =