WaveHC compiling errors!

So I just finished putting together my first wave shield and I went ahead and downloaded the WaveHC library and included it in a test project and I am getting errors! I have added a "libraries" folder on my mac in the arduino folder and added it to my project.

Here's the errors I get:

cc1plus: error: sketch_test.cpp: No such file or directory
In file included from /Users/MyName/Downloads/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:212,
from sketch_test.cpp:18:
/Users/MyName/Downloads/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard/pins_arduino.h:40: error: expected unqualified-id before numeric constant
/Users/MyName/Downloads/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard/pins_arduino.h:41: error: expected unqualified-id before numeric constant
/Users/MyName/Downloads/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard/pins_arduino.h:42: error: expected unqualified-id before numeric constant
/Users/MyName/Downloads/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard/pins_arduino.h:43: error: expected unqualified-id before numeric constant

Please help! Not sure what's going on...

Thanks!

What board do you have? What board do you have selected? The errors in pins_arduino.h are almost always caused by not having the correct board selected.

I'll have to check but I have a arduino UNO.

I have the correct board selected. I can run another project and it works perfectly. There is something with the library that isn't right...

There is something with the library that isn't right...

Hasn't been upgraded to 1.0 yet, most likely.