Open fschuindt opened 5 years ago
Can't say for certain but it seems the issue to be related to GCC 8+, consider removing the "werror" flag from the cmakelists files and try to compile once more.
@TwistedScorpio Thanks! That allowed me to compile it. But I saw some warnings. Which GCC version you recommend to use?
@TwistedScorpio Thanks! That allowed me to compile it. But I saw some warnings. Which GCC version you recommend to use?
Yeah the same here.
Hello there!
I'm trying to compile it in Linux, got this error after running
make
:Any clue of what it might be? Thanks!
Steps to reproduce
I'm inside a Alpine Linux container. This is the Dockerfile:
Then I performed the commands: