[odb-users] Problems using ODB w/SQLite on Windows

Boris Kolpackov boris at codesynthesis.com
Wed May 29 10:59:34 EDT 2019


Syre, William <wsyre at harris.com> writes:

> I've been trying to compile sqlite using the existing project solution
> files but I keep getting the error
> 
> 1>sqlite3.def : error LNK2001: unresolved external symbol
> sqlite3_unlock_notify
> 
> Any idea what I can do to fix this issue?

You need to compile SQLite with -DSQLITE_ENABLE_UNLOCK_NOTIFY. See
the INSTALL file in libodb-sqlite for details.

Alternatively, you can use the build2-based build and have this
taken care of auto-magically:

https://codesynthesis.com/products/odb/doc/install-build2.xhtml



More information about the odb-users mailing list