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

Reply via email to