Hello, i am getting this error when running make:
/home/ivan/Projects/Private/Craft/deps/glfw/examples/boing.c: In function ‘deg2rad’:
/home/ivan/Projects/Private/Craft/deps/glfw/examples/boing.c:129:28: error: ‘M_PI’ undeclared (first use in this function)
return deg / 360 * (2 * M_PI);
^
I am using arch linux, i have cmake, make, glfw, tried to install other deps...
Any idea why is failing?
Hello, i am getting this error when running make:
I am using arch linux, i have cmake, make, glfw, tried to install other deps...
Any idea why is failing?