Fossil SCM
fossil sqlite3 is not working
Fixed
e5b941cb0c90ba4…
· opened 14 years, 9 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- June 27, 2011 10:45 p.m.
sqlite3.h and sqlite3.c are not from the same sqlite version.
$ fossil sqlite3
SQLite header and source version mismatch
2011-06-24 11:29:51 9b191bb4c7c1e1b12b188c0b3eee1f8f587887c8
2011-06-03 14:19:10 0206bc6f87bb9393218a380fc5b18039d334a8d8
$
drh added on 2011-06-28 00:18:02 UTC: The problem was a missing dependency in the makefiles. It is fixed now. But even without the fix, you can work around the problem by doing
make clean; make