C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:322: error: expected class-name before '{' token
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:333: error: expected class-name before '{' token
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:529: error: expected class-name before '{' token
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:705: error: 'XBeeResponse' has not been declared
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:710: error: ISO C++ forbids declaration of 'XBeeResponse' with no type
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:710: error: expected ';' before '&' token
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:731: error: 'XBeeResponse' does not name a type
KoordinatorPager.ino: In function 'void checkIncomingXBeePackets()':
KoordinatorPager:2094: error: no matching function for call to 'XBee::getResponse()'
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:705: note: candidates are: void XBee::getResponse(int&)
KoordinatorPager:2102: error: no matching function for call to 'XBee::getResponse()'
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:705: note: candidates are: void XBee::getResponse(int&)
KoordinatorPager:2105: error: no matching function for call to 'XBee::getResponse()'
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:705: note: candidates are: void XBee::getResponse(int&)
KoordinatorPager:2107: error: no matching function for call to 'XBee::getResponse()'
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:705: note: candidates are: void XBee::getResponse(int&)
KoordinatorPager:2116: error: no matching function for call to 'XBee::getResponse()'
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:705: note: candidates are: void XBee::getResponse(int&)
KoordinatorPager:2125: error: no matching function for call to 'XBee::getResponse()'
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:705: note: candidates are: void XBee::getResponse(int&)
KoordinatorPager:2126: error: no matching function for call to 'XBee::getResponse()'
C:\development\arduino-1.5.1r2\libraries\XBee/XBee.h:705: note: candidates are: void XBee::getResponse(int&)
I guess these are just syntactic problems due to the different compilers. Has anybody tried to use the xbee-arduino library with the new Arduino Due toolchain? I am not so into C/C++, so who wants to help with porting adrews code?
Cheers,
Matt