'DS3231' does not name a type

I’ve just hooked up my Seeduino Stalker and the sample code on the wiki works, but the examples in the “DS3231 library for arduino 1.0” don’t work. I’m using Arduino 1.0.1 on a Mac.

Here are the errors when trying to upload the adjust example:

adjust.pde:-1: error: ‘DS3231’ does not name a type
adjust.pde:-1: error: ‘DateTime’ does not name a type
adjust.cpp: In function ‘void setup()’:
adjust.pde:-1: error: ‘RTC’ was not declared in this scope
adjust.pde:-1: error: ‘dt’ was not declared in this scope
adjust.cpp: In function ‘void loop()’:
adjust.pde:-1: error: ‘DateTime’ was not declared in this scope
adjust.pde:-1: error: expected `;’ before ‘now’
adjust.pde:-1: error: ‘now’ was not declared in this scope

Hi,Dear
According to your errors,you need to check that whether your libraries contain DS3231 files.
And if you hide"#include “DS3231.h” ",it’ll occur the same errors,just like the following picture shows
error.jpg

My Arduino Version is 1.0.5, and I got the same error (“DS3231” does not name a type).
I took your example “adjust”. The library is present. I copied all the Files DS3232 in the adjust subdirectory, but there was also no effect. Then i tried the RX805, and this was running. But all your examples to my Stalker doesn´t run because I get always the same error.
Do you have a tip?

i am getting the same thing…has any one got an answer?

found the problem…i put the ds3131 file in the library folder and that fixed it…thanx