On Wed, Aug 8, 2012 at 5:34 PM, Nico Williams <n...@cryptonector.com> wrote:

> src/analyze.c:177:26: error: no member named 'regRoot' in 'struct Parse'
>       aRoot[i] = pParse->regRoot;
>                  ~~~~~~  ^
>

The current trunk builds for me as-is with the GNUmakefile.linux:

make compiler=gcc
make compiler=clang
make compiler=tcc

all work fine here (and tcc is FAST!)

stephan@tiny:~/cvs/fossil/sqlite4$ gcc --version
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

stephan@tiny:~/cvs/fossil/sqlite4$ uname -a
Linux tiny 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686
i686 i386 GNU/Linux

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to