On Mon, Aug 13, 2012 at 10:39 AM, Konstantin Khomoutov <
flatw...@users.sourceforge.net> wrote:

> I'm trying to build Fossil v1.23 for Debian Lenny using
>
> $ ./configure --prefix=/usr/local/bin --disable-internal-sqlite
>
> and I'm getting these linkage errors:
>
> Does this mean Fossil uses certain SQLite API functions which appeared
> after the 3.7.3 release?
>

Yes.  We use Fossil as one of the test platforms for SQLite.  New features
in SQLite often get used right away in Fossil. So, generally speaking,
Fossil needs a version of SQLite that is from roughly the same or later
point in time.

You're most obvious work-around is to omit -disable-internal-sqlite.



> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to