Hi,
i just downloaded the LiquidCrystal library, and Arduino 0010 is giving me an "error building library" message. Specifically I get a string of errors that look like this:
LiquidCrystal.cpp:8: error: declaration of C function 'void pinMode(int, int)' conflicts with
C:\Program Files\arduino-0010-win\arduino-0010\hardware\cores\arduino/wiring.h:74: error: previous declaration 'void pinMode(uint8_t, uint8_t)' here
Well that got me further, but when I include the library in a sketch and compile, I now get the error "In function 'main': undefined reference to 'setup' "
It comments out the conflicting elements. Save the LiquidCrystal.cpp file, and completely restart Arduino10.
As long as you've got the LiquidCrystal folder inside Arduino0010/Hardware/Libraries it should build at the beginning and not throw up any errors. After you've done this, all the examples from the LCD Library page on the site work fine.