Hi Andrew,
I'm running Arduino Alpha 0015.
I don't have any xbee.o.
I remove the above lines from xbee.h. Same error :
XBee.cpp: In constructor 'XBee::XBee(HardwareSerial&)':
XBee.cpp:337: error: no matching function for call to
'HardwareSerial::HardwareSerial()'
C:\Program Files\Arduino\hardware\cores\arduino/HardwareSerial.h:47:
note: candidates are: HardwareSerial::HardwareSerial(ring_buffer*,
volatile uint8_t*, volatile uint8_t*, volatile uint8_t*, volatile
uint8_t*, volatile uint8_t*, uint8_t, uint8_t, uint8_t, uint8_t)
C:\Program Files\Arduino\hardware\cores\arduino/HardwareSerial.h:30:
note: HardwareSerial::HardwareSerial(const
HardwareSerial&)
However, I removed 0015, and installed 0013. I loaded TxExample. No
more errors, compilation is OK ! (I now I need to running it, eg
wiring arduino and Xbees)