RTClib DS1307 with Arduino

Hello,

With the new library, I am running "ds1307" example in a new .pde file and I am getting the same error as the previous library.

test:6: error: expected ')' before '*' token
test:6: error: expected ')' before '*' token
test.ino: In function 'void setup()':
test:11: error: request for member 'begin' in '1074666080u', which is of non-class type 'Rtc*'
test:13: error: request for member 'isrunning' in '1074666080u', which is of non-class type 'Rtc*'
test:16: error: request for member 'adjust' in '1074666080u', which is of non-class type 'Rtc*'
test.ino: In function 'void loop()':
test:21: error: request for member 'now' in '1074666080u', which is of non-class type 'Rtc*'

This seems to be bug, would you know why this is the case? Many poeple on the forums are getting this error.

Daniel