evertims icon indicating copy to clipboard operation
evertims copied to clipboard

Compiling Error - bsd/stdlib.h

Open oliverman54 opened this issue 5 years ago • 1 comments

Hello, I am not very experienced with compiling programs, but I'd really like to try out this software. When I try to run the linux build script it calls for the bsd/stdlib.h file. It refuses to continue (obviously) Why is this file required? Is my C++ installation misconfigured somehow? I'm not sure. I know this may not be a specific issue with your program, but I'm out of ideas.

oliverman54 avatar Dec 19 '20 19:12 oliverman54

You are missing the libbsd library. Just run sudo apt-get install libbsd-dev and it should be fixed.

fhubau avatar Oct 26 '21 13:10 fhubau