-
Notifications
You must be signed in to change notification settings - Fork 32
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
Compilation problems #24
Comments
the paste bin is gone anyway the issue is reproducible on Debian 10 "Buster" x86-64 using master branch with:
can be fixed manually by tweaking the command in
to:
i.e. adding I'm not so proficient in cmake to be able to propose a fix ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating system: Debian 9 "Stretch", x86-64.
If -DSTATIC is enabled, a bunch of error messages appears during linking. Console output is here:
https://bpaste.net/show/0d2221fe7b89
If -DDEBUG is changed from on to off or vice versa, the following message is printed. It does not appear if cmake is run again without changing the option.
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
DEBUG
-- Build files have been written to: <build_dir>
The text was updated successfully, but these errors were encountered: