Delete comment from: Ken Shirriff's blog
I tried importing the library into an Arduino 1.0 sketch and after compileing I got the following errors:
In file included from sketch_jun13a.cpp:2:
C:\Program Files\arduino-1.0\libraries\IRremote/IRremoteInt.h:15:22: error: WProgram.h: No such file or directory
In file included from sketch_jun13a.cpp:2:
C:\Program Files\arduino-1.0\libraries\IRremote/IRremoteInt.h:87: error: 'uint8_t' does not name a type
C:\Program Files\arduino-1.0\libraries\IRremote/IRremoteInt.h:88: error: 'uint8_t' does not name a type
C:\Program Files\arduino-1.0\libraries\IRremote/IRremoteInt.h:89: error: 'uint8_t' does not name a type
C:\Program Files\arduino-1.0\libraries\IRremote/IRremoteInt.h:92: error: 'uint8_t' does not name a type
the only code i had was the #include statements and blank setup and loop methods. Could you shed some light on these errors?
Thanks in advance!
Jun 13, 2012, 10:22:44 PM
Posted to A Multi-Protocol Infrared Remote Library for the Arduino

