The way you build sqlite3_analyzer is to download the source tarball and do

     ./configure
     make sqlite3_analyzer

We are in the middle of changing how sqlite3_analyzer gets built.  You are
welcomed to try to use the new procedures if you want.  But it is currently
experimental and subject to breakage.  Use of the ./configure; make method
above is preferred.

On Wed, Sep 21, 2011 at 1:53 PM, Keith Christian
<[email protected]>wrote:

> I found the links mentioned above at the bottom of the Downloads page,
> and went to this site:
>
> http://www2.sqlite.org/cgi/src
>
> I logged in to the SQLite timeline using anonymous and a random
> password as instructed.  Once there, I downloaded
> SQLite-256cdbdc810cae23.tar.gz, 3.8 mb in size.
>
> After extracting SQLite-256cdbdc810cae23.tar.gz, I could find no
> source code for a "sqlite analyzer."
>
> All I found was this reference:
>
> grep -i analyzer SQLite-256cdbdc810cae23/Make*
> SQLite-256cdbdc810cae23/Makefile.in:sqlite3_analyzer.c: sqlite3.c
> $(TOP)/src/test_stat.c $(TOP)/src/tclsqlite.c
> $(TOP)/tool/spaceanal.tcl
>
> Should the referenced "sqlite3_analyzer.c" file exist in the .tar.gz
> file?  Or is it not included in the source?  Should I look elsewhere
> for it?
>
> Thanks.
>
> ======Keith
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to