Hi Hartwig,

You have not specified how you are trying to build SQLite, but if you
are trying to build from the amalgamation then this link may be
relevant:
http://www.nabble.com/-DSQLITE_OMIT_TRIGGER-to18075526.html#a18075989

Rgds,
Simon

2008/7/4 Hartwig Wiesmann <[EMAIL PROTECTED]>:
> Hi,
>
> I posted a while ago the mail attached below but did not receive any
> answer. If there is any better place to discuss it please let me know.
>
> When I compile SQLite using SQLITE_ENABLE_RTREE set to 1 SQLite will
> crash when opening a database (Mac OSX). The reason seems to be that
> in rtree.c sqlite3ext.h is included instead of sqlite3.h. This can be
> prevented by setting SQLITE_CORE to 1 but then the types i64, u8 etc.
> are undefined.
>
> So, my solution:
>
> SQLITE_ENABLE_RTREE set to 1
> SQLITE_CORE set to 1
> and define i64, u8 etc. in all cases.
>
> Did I do anything wrong?
>
> Hartwig
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to