-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing header file and include path #185
Comments
Thanks for reporting the issues.
Yes, it does. Otherwise I wouldn't have done a release. However, I have to admit that I simply forgot to adjust the CMake support file
The reference to this header file has to be removed.
The include paths to the respective subdirectories have to be added. I did that for the Visual C++ build files, the make files, and the autoconf files. In commit 8a83b2d I adjusted the file |
Hi |
1 similar comment
Hi |
The next release will be done after the release of version 3.48.0 of SQLite, which is announced for mid of January. |
Release 2.0.1 fixes the issue. |
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.
The text was updated successfully, but these errors were encountered: