devbean / QtCipherSqlitePlugin

A Qt plugin for cipher SQLite.
http://qtciphersqliteplugin.galaxyworld.org
GNU Lesser General Public License v2.1
380 stars 155 forks source link

not build with qt 5.5.1 #35

Open SabraHashemi opened 4 years ago

SabraHashemi commented 4 years ago

as your wiki i open the project in qt and build it but this is the bugs:

D:\Qt\Apps\QtCipherSqlitePlugin-master\sqlitecipher\sqlite3\fastpbkdf2.c:259: error: expected ';', ',' or ')' before 'ctx' static inline void sha1_extract(sha1_ctx restrict ctx, uint8_t restrict out) ^ D:\Qt\Apps\QtCipherSqlitePlugin-master\sqlitecipher\sqlite3\fastpbkdf2.c:268: error: expected ';', ',' or ')' before 'out' static inline void sha1_cpy(sha1_ctx restrict out, const sha1_ctx restrict in) ^ D:\Qt\Apps\QtCipherSqlitePlugin-master\sqlitecipher\sqlite3\fastpbkdf2.c:277: error: expected ';', ',' or ')' before 'out' static inline void sha1_xor(sha1_ctx restrict out, const sha1_ctx restrict in) ^

mimcimm commented 4 years ago

For me too. I have 5.2.1 in my company but I have the same problem. I tried oın 5.10 and its working fine