Skip to content

Missing header file and include path #185

@FalsinSoft

Description

@FalsinSoft

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions