Error building / make on debian 8.7 x86_64

When I try to build SQLCipher on debian 8.7
I’m using these arguments for configure:

./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto" make
I get the following errors:


sqlite3.c:5884:20: warning: ‘sqlite3RowSetTest’ used but never defined
SQLITE_PRIVATE int sqlite3RowSetTest(RowSet*, int iBatch, i64);
^
Makefile:692: recipe for target ‘sqlite3.lo’ failed
make: *** [sqlite3.lo] Error 1

thanks for help;

hum…

Well, I solved the problem by installing these packages:

apt install tcl-dev tk-dev

noabeuh