When I see things like this:
C:\Users\scott\Desktop\blink\blink.ino: In function 'void setup()':
blink:22: error: 'CurieIMU' was not declared in this scope
CurieIMU.begin();
blink:27: error: 'X_AXIS' was not declared in this scope
Serial.print(CurieIMU.getAccelerometerOffset(X_AXIS)); Serial.print("\t");
Is this indicating an error finding libraries on my side? Or an issue with the code?