All of the code can be found here https://github.com/cole-christensen/airC
It seems painfully obvious, but it doesn't work. #include <math.h> is there and yet M_PI isn't recognized
airC.c: In function ‘x_curved’:
airC.c:94:33: error: ‘M_PI’ undeclared (first use in this function)
System Information
gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC)
Linux fedora-oe 3.2.6-3.fc16.x86_64
I assume it could only have something to do with autotools. Feel free to otherwise criticize my mess :)
EDIT:
Downvotes and a link to an unhelpful answer are not appreciated.
The manpage explicitly states that M_PI is defined and M_PI is actually defined in /usr/include/math.h behind an #ifdef which I do not understand.