WaveHc librairie -> Arduino 1.0 rc2 ; errors with the code

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
elektrodave
 
Posts: 6
Joined: Mon Dec 19, 2011 11:30 am

WaveHc librairie -> Arduino 1.0 rc2 ; errors with the code

Post by elektrodave »

Hi.
I need some help please.

I'm using Arduino Uno 1.0 rc2 with the WaveShield.
I would like to use the '' WaveHc'' librairie.
When I open the sketch ''daphc'' in Arduino 1.0 and verify it, i get all these errors.
Do you have any idea what is going wrong.
Thanks for your help.

daphc.cpp:4:20: error: WaveHC.h: No such file or directory
daphc.cpp:5:22: error: WaveUtil.h: No such file or directory
daphc.pde:-1: error: variable or field 'play' declared void
daphc.pde:-1: error: 'FatReader' was not declared in this scope
daphc.pde:-1: error: 'dir' was not declared in this scope
daphc.pde:-1: error: 'SdReader' does not name a type
daphc.pde:-1: error: 'FatVolume' does not name a type
daphc.pde:-1: error: 'FatReader' does not name a type
daphc.pde:-1: error: 'WaveHC' does not name a type
daphc.pde:-1: error: 'dir_t' does not name a type
daphc.pde:-1: error: variable or field 'play' declared void
daphc.pde:-1: error: 'FatReader' was not declared in this scope
daphc.pde:-1: error: 'dir' was not declared in this scope
daphc.cpp: In function 'void setup()':
daphc.pde:-1: error: 'putstring_nl' was not declared in this scope
daphc.pde:-1: error: 'putstring' was not declared in this scope
daphc.pde:-1: error: 'FreeRam' was not declared in this scope
daphc.pde:-1: error: 'card' was not declared in this scope
daphc.pde:-1: error: 'card' was not declared in this scope
daphc.pde:-1: error: 'vol' was not declared in this scope
daphc.pde:-1: error: 'vol' was not declared in this scope
daphc.pde:-1: error: 'root' was not declared in this scope
daphc.pde:-1: error: 'root' was not declared in this scope
daphc.pde:-1: error: 'LS_R' was not declared in this scope
daphc.pde:-1: error: 'LS_FLAG_FRAGMENTED' was not declared in this scope
daphc.cpp: In function 'void loop()':
daphc.pde:-1: error: 'root' was not declared in this scope
daphc.pde:-1: error: 'play' was not declared in this scope
daphc.cpp: In function 'void error_P(const char*)':
daphc.pde:-1: error: 'PgmPrint' was not declared in this scope
daphc.pde:-1: error: 'SerialPrint_P' was not declared in this scope
daphc.cpp: In function 'void sdErrorCheck()':
daphc.pde:-1: error: 'card' was not declared in this scope
daphc.pde:-1: error: 'PgmPrint' was not declared in this scope
daphc.pde:-1: error: 'card' was not declared in this scope
daphc.cpp: At global scope:
daphc.pde:-1: error: variable or field 'play' declared void
daphc.pde:-1: error: 'FatReader' was not declared in this scope
daphc.pde:-1: error: 'dir' was not declared in this scope

User avatar
adafruit_support_bill
 
Posts: 88093
Joined: Sat Feb 07, 2009 10:11 am

Re: WaveHc librairie -> Arduino 1.0 rc2 ; errors with the code

Post by adafruit_support_bill »

Sounds like your waveHC library is not properly installed. Check here for library installation instructions: http://www.ladyada.net/library/arduino/libraries.html

User avatar
elektrodave
 
Posts: 6
Joined: Mon Dec 19, 2011 11:30 am

Re: WaveHc librairie -> Arduino 1.0 rc2 ; errors with the code

Post by elektrodave »

Thanks for your quick reply.
I will check that.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”