Hey guys,
I'm trying to interface with my shiny new Wifly module (SparkFun WiFly GSX Breakout - WRL-10050 - SparkFun Electronics) and after installing the library (http://arduinowifly.sourceforge.net/) and attempting to run the WiFly_Test sketch, I get the following error:
WiFly_Test.cpp:9:23: error: Streaming.h: No such file or directory
WiFly_Test.cpp: In function 'void setup()':
WiFly_Test:34: error: no match for 'operator<<' in 'Serial << (__FlashStringHelper*)({...})'
...
So I'm missing Streaming.h, but I don't know where to find this illusive header file. I've searched my machine and looked around on the Googles for references to Streaming.h but have thus far come up short. What library am I missing? Can any of you Arduino geniuses out there hook a brother up?
I'm running Mac OS 10.6 and a new install of Arduino 1.0.
Thanks for your time,
Nick