CANbus multiple compile errors. Help

Ok, I went into my arduino folder, deleted all the files related to the CAN-BUS code, re-downloaded the file, unzipped it to the library folder on My PC its here:

C:\Documents and Settings\jmcpherson\My Documents\Arduino\arduino-1.0\libraries\Canbus

I load the saple sketch and still get the compiler error:

ecu_reader_logger.cpp: In function 'void logging()'
ecu_reader_logger:262: error: 'class SdFile' has no member named 'write error'

Now, if i comment out the line:

file.writeError = 0;

in the sketch, it will compile.

So, still wondering what that is about. Im guessing there is something missing from the library in the .cpp file?

Thanks !