Hi
In your last release there are a couple of issues. Does it compile for you?
At first inside the CMakeLists.txt there is the header file sqlite3userauth.h that was present in the previous release but is disappeared in this 2.0 release. However since is present in the CMakeLists.txt here:
set(SQLITE3MC_PUBLIC_HEADERS
src/sqlite3.h
src/sqlite3ext.h
src/sqlite3mc.h
src/sqlite3mc_version.h
src/sqlite3mc_vfs.h
src/sqlite3userauth.h
)
the CMake fails to generate the project files.
Another issue is inside the file src\aegis\aegis128l/implementations.h where try to include the header file aegis128l.h but this file is inside the path src/aegis/include/ and this path in not set as search path so the compilation fails cause can not find this file.
Hi
In your last release there are a couple of issues. Does it compile for you?
At first inside the CMakeLists.txt there is the header file sqlite3userauth.h that was present in the previous release but is disappeared in this 2.0 release. However since is present in the CMakeLists.txt here:
the CMake fails to generate the project files.
Another issue is inside the file src\aegis\aegis128l/implementations.h where try to include the header file aegis128l.h but this file is inside the path src/aegis/include/ and this path in not set as search path so the compilation fails cause can not find this file.