Closed ghost closed 3 years ago
Hey there! It looks like your compiler does not support C++17. Please make sure your compiler supports it. If you're on linux, you're likely using gcc
. If you need further help, post the output of cc --version
here.
Hi, thanks for responding my issue. I tried to reinstall my V.P.S. with Debian 10 before seeing your message... and it runs now, I can launch ./BeamMP-Server
but when I try to join with BeamMP Client I get :
> Segmentation fault
Thanks again for your prompt reponse.
I get the same thing, SIGSEGV as soon as someone joins. Using Arch Linux.
So, after some investigation, it seems this is a problem with the master
build right now, related to curl.
For a working and stable version, for now, please use the v1.20 release branch.
To do this, first, switch to it with git checkout tags/v1.20
and then rebuild.
We're looking into the issue and will push a change as soon as possible. For now, I'll create a new issue for it, so we can track the progress.
Likely resolved with the latest PR. Closed.
Hi, when I run make command in BeamMP-Server directory after running
cmake .
and with all dependencies installed I get this error in the console :I'd be thankful for any help or advice !