servotimer2 library install errors

I am trying to install the servotime2r library to use with my Uno. Here are my error messages:

_5_4_14long:63: error: 'ServoTimer2' does not name a type
_5_4_14long:64: error: 'ServoTimer2' does not name a type
_5_4_14long.ino: In function 'void setup()':
_5_4_14long:68: error: 'servo1' was not declared in this scope
_5_4_14long:69: error: 'servo2' was not declared in this scope
_5_4_14long.ino: In function 'int move()':
_5_4_14long:226: error: 'servo1' was not declared in this scope
_5_4_14long:230: error: 'servo2' was not declared in this scope

The servotimer2 does not show up in my library list after installation but if I try to re-install it says that it already exists! I am using windows 7. The code works on an arduino uno downloaded from another computer so the type complaint is not valid. Thank you any suggestions!