DS3231 Library Difficulties Adruino 1.0

Hi guys
I just got my stalker and am trying to run some of the RTC examples but when I compile I get errors. Anyone out there that can tell me what I’m doing wrong?

The DS3231 library isn’t compatible with Arduino-1.0, there are considerable changes in the new 1.0 version.
http://blog.makezine.com/archive/2011/12/arduino-1-0-is-out-heres-what-you-need-to-know.html
I’m running Ubuntu 11.04 (Natty). The DS3231 libraries work fine with Arduino 0022. That’s what I’m using because it’s the only version available for installation using Synaptic package manager and you also get a shortcut in the “Programs” menu. There’s also other issues being reported with Arduino-1.0. I’d stick with older versions for now.

Thanks nocturnal1, tried it under ver22 and it worked just fine.