I have downloaded the library for the NewHaven I2C LCD Displays "LCDi2cNHD" and when I try and compile the test sample, I get this error:
In file included from LCD_Test.cpp:20:
/Applications/Arduino.app/Contents/Resources/Java/libraries/LCDi2cNHD/LCDi2cNHD.h:24: error: conflicting return type specified for 'virtual void LCDi2cNHD::write(uint8_t)'
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'
As far as I remember, the write function prototype has been changed for Arduino 1.0. Move back to Arduino-0023 or lookout for an update of the library.