Cannot connect Wifly Shield to Arduino Uno

dhunt:
Did you try working through the sparkfun tutorial on getting the board going? WiFly Wireless SpeakJet Server - SparkFun Electronics

I tried the tutorial but I was not able to run it and got this error

In file included from D:\ARDUINO\arduino-1.0\hardware\arduino\cores\arduino/Arduino.h:212,
from WiFly_Terminal.cpp:51:
D:\ARDUINO\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:41: error: expected unqualified-id before numeric constant
D:\ARDUINO\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:42: error: expected unqualified-id before numeric constant
D:\ARDUINO\arduino-1.0\hardware\arduino\variants\standard/pins_arduino.h:43: error: expected unqualified-id before numeric constant

I am running Arduino 1.0 IDE. Is that matter?

In that tutorial, I saw this:

The first task was to initialize the SC16IS750 SPI-UART bridge chip in order to transparently communicate with the WiFly through a terminal.

Although I have little knowledge about current,volts and resistance, I have no experience with ICs.
I come from software background and it will be very appreciated if someone can guide me with this including the hardware connection.

As this is my first time using Arduino, I have so many question flying around my head.

I have successfully installed the sample LED Blink sketch to my Arduino Uno. Therefore, I assume there is no problem with my Arduino board.

Do I need to install something on Wifly Shield?
Or just upload to the Arduino?

Currenly, I just solder the header pins to Wifly Shield and just plug it into the Arduino Uno.