EMS WiFi Shield (WiFly 2.32 RN-131C) + Uno, can't get it workin

Hi all...first of all I'm from Indonesia, please forgive my english...

I'm using Arduino Uno R3

I just bought this wifi shield

and I just can't get it working...I can't even turn on this wifi shield...

been searching for possible solutions and, and downloaded the WiFlySerial.zip file...and still can't turn this thing on...
every time I compile the WiFly_Test.ino file included in the WiFlySerial.zip, the Arduino IDE give this error message..

WiFly_Test.ino: In function 'void setup()':
WiFly_Test:35: error: no match for 'operator<<' in 'Serial << (const __FlashStringHelper*)({...})'
WiFly_Test:35: error: 'endl' was not declared in this scope
WiFly_Test:38: error: no match for 'operator<<' in 'Serial << (const __FlashStringHelper*)({...})'
WiFly_Test:42: error: no match for 'operator<<' in 'Serial << (const __FlashStringHelper*)({...})'
WiFly_Test:55: error: no match for 'operator<<' in 'Serial << "Leave:"'
WiFly_Test:58: error: no match for 'operator<<' in 'Serial << "SSID Set :"'
WiFly_Test:61: error: no match for 'operator<<' in 'Serial << "Passphrase Set :"'
WiFly_Test:63: error: no match for 'operator<<' in 'Serial << "Joining... :"'
WiFly_Test:66: error: no match for 'operator<<' in 'Serial << (const __FlashStringHelper*)({...})'
WiFly_Test:69: error: no match for 'operator<<' in 'Serial << (const __FlashStringHelper*)({...})'
WiFly_Test:73: error: no match for 'operator<<' in 'Serial << (const __FlashStringHelper*)({...})'
WiFly_Test:85: error: no match for 'operator<<' in 'Serial << (const __FlashStringHelper*)({...})'
WiFly_Test:87: error: no match for 'operator<<' in 'Serial << (const __FlashStringHelper*)({...})'

I'm in desperate need of help to get this wifi shield working...

the manual and schematic of this wifi shield:
http://innovativeelectronics.com/innovative_electronics/download_files/manual/ENG/EMS_WiFi_Shield_Manual_eng.pdf
http://innovativeelectronics.com/innovative_electronics/download_files/manual/Skema_DT-AVR_Neo_LCMS.pdf

Hi!

Have you found a solution of this issue?
I have the same problem with WiFlySerial library.

Let me know if you solved the bugs, please.

Alex

I've found another good library for WiFly here

Probably it will be useful for someone.
Good luck!

Thanx for the suggestion Tima...

Been lookin around for solutions..haven't found any satisfating solution yet...

It's seem that code line #include <WiFly.h> causing the error...
My product vendor support engineer sent me another sketch to fix the troubled one, it's working but not as I expected it would be...the sketch still need some tweaking (or it's just me that hasn't really understand how these shield works).