You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation without .git (e.g. from downloaded Source Archive) leads to error cause CUKE_VERSION could not be determined
Use Library in a Shared Library requires compilation with -fPIC on Unix
Compilation error due to -Werror:
include/asio/impl/error.ipp:34:15: error: ‘virtual const char* asio::error::detail::netdb_category::name() const’ can be marked override [-Werror=suggest-override]
✨ Do you have a proposal for making it better?
If compiled from source archive the used CUKE_VERSION must be SET via Configure OR the source archive should contain a version file from which CMake could read the CUKE_VERSION
Compile with flag -fPIC in Unix cases
Remove -Werror, No warnings goal should be checked via github actions on merge / build
📚 Any additional context?
Below suggestion to remove the issues without greater changes
🤔 What's the problem you've observed?
Compilation
.git
(e.g. from downloaded Source Archive) leads to error causeCUKE_VERSION
could not be determined-fPIC
on Unix-Werror
:✨ Do you have a proposal for making it better?
📚 Any additional context?
Below suggestion to remove the issues without greater changes
The text was updated successfully, but these errors were encountered: