GPS shield and GPS logger

Hi,
I am using arduino328,gps shield on Arduino duemilanove , arduino ver 13 and trying to compile logger software from ladyada and running to these erros
CAN ANY BODY HELP ME. I am new to software programming
hardware\libraries\AF_SDLog\util.o: In function `ROM_putstring(char const*, unsigned char)':

/cygdrive/c/Documents and Settings/ladyada/My Documents/Projects/Arduino/arduino-0010/hardware\libraries\AF_SDLog\util.cpp:12: undefined reference to `HardwareSerial::print(unsigned char)'

/cygdrive/c/Documents and Settings/ladyada/My Documents/Projects/Arduino/arduino-0010/hardware\libraries\AF_SDLog\util.cpp:15: undefined reference to `HardwareSerial::print(char)'

/cygdrive/c/Documents and Settings/ladyada/My Documents/Projects/Arduino/arduino-0010/hardware\libraries\AF_SDLog\util.cpp:15: undefined reference to `HardwareSerial::print(char)'

Couldn't determine program size: C:\Documents and Settings\dzdf2g\My Documents\arduino-0013-win\arduino-0013\hardware/tools/avr/bin/avr-size: 'C:\Documents and Settings\dzdf2g\My Documents\arduino-0013-win\arduino-0013\hardware\libraries\logger\logger_pde\applet\logger_pde.hex': No such file

avrdude: can't open input file C:\Documents and Settings\dzdf2g\My Documents\arduino-0013-win\arduino-0013\hardware\libraries\logger\logger_pde\applet\logger_pde.hex: No such file or directory
avrdude: write to file 'C:\Documents and Settings\dzdf2g\My Documents\arduino-0013-win\arduino-0013\hardware\libraries\logger\logger_pde\applet\logger_pde.hex' failed

Try this...

[1] Close arduino IDE
[2] Go into the SD_Log library folder
[3] Delete every file with the extension ".o"
[4] Restart arduino IDE
[5] Push the "play" button