Shift Register Libraries for LCD Displays

Will this work with an arduino UNO R3? I tried the shift LCD but I got a couple of errors when I tried to compile it.

In file included from sketch_mar07a.cpp:1:
C:\Program Files\arduino-1.0\libraries\ShiftLCD/ShiftLCD.h:116: error: conflicting return type specified for 'virtual void ShiftLCD::write(uint8_t)'
C:\Program Files\arduino-1.0\hardware\arduino\cores\arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'

Thanks a bunch for any advice on getting this to work.