On Wed, 2005-08-24 at 14:50 -0500, Jolan Luff wrote:
> > 
> > What is your environment?  The build scripts have hardly changed
> > since 3.2.2 so it is hard to imagine what might have broken...
> 
> OpenBSD/amd64 with gcc 3.3.5.  I noticed that with 3.2.2 it was possible
> to run "make test" without having done "make" first and this is no
> longer the case with CVS HEAD.  My build logs can be found at the
> following locations:
> 
> http://protection.cx/~jolan/sqlite_3_2_2.log
> http://protection.cx/~jolan/sqlite_cvs.log
> 

Again: nothing has changed much since 3.2.2.  We added a few lines
to Makefile.in to accommodate new source code files that were added.
But that is all.

I looked at your logs.  Something is very, very messed up in your
environment.  When you did "make test", it immediately tried to
compile and link the "testfixture" program without first attempting
to build all of the things that "testfixture" depends on.  Perhaps
you have a broken copy of "make".  Or maybe your system clock is
messed up.  For whatever reason, it is skipping a lot of 
dependencies.

If you find a specific problem with the 3.2.4 Makefiles, I'll be
happy to look at it.  But from what I've seen so far, this looks
like a problem in your environment, not in SQLite.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to