NFC Shield Issue

Hi, I have an NFC shield on an Arduino Duemilanove Atmega328 hooked up to a MacBook Pro. I followed the setup at i.imgur.com/pOx5Y.png. I was also unable to compile any of the other example files. Any help would be appreciated.

Your picture has some problem, we can not view. Please show up at our forum.Tell us more detail.
What address of library did you download?What code do you test?

I have figured out the problem, the WProgram.h error seems to be something wrong with the new version of the Arduino compiler. This can be fixed by opening up both PN532.cpp and PN532.h and replacing the following line in both files (at the top of each):

#include <WProgram.h>

with

#include <Arduino.h>