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
{{ message }}
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
💬 Description of the bug 🐛
When you use make install RELEASE=1 DESTDIR=..
in console it gives you this, thus not running the Makefile, and not generating the executable bdlauncher file. CC obj/launcher_exec_server_release.o cc: error: unrecognized command line option '-std=gnu17'; did you mean '-std=gnu11'? Makefile:147: recipe for target 'obj/launcher_exec_server_release.o' failed make: *** [obj/launcher_exec_server_release.o] Error 1
Expected behavior 🤔
The makefile should be ran and the executable bdlauncher file should be generated.
Screenshots 📷
💬 My info:
OS: Ubuntu
🤨Additional context
I have installed all the requirements in the Install.md (including clang-format). I have followed all the instructions stated in that file as well.