I was having a similar problem. I had to go into the TimeLord.h file and the TimeLord.cpp file and change the #include <Math.h> line at the top to have a lower case "M". The new line is #include <math.h>. This fixed my problem with using the library.