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!