When I try to compile the GPSX library sample code on either Version 11,13 or 15 I still get this set of errors
In file included from C:\Users\Thomas\Downloads\arduino-0013\hardware\cores\arduino/WProgram.h:6,
c:/users/thomas/downloads/arduino-0013/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected unqualified-id before 'double'
c:/users/thomas/downloads/arduino-0013/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected `)' before 'double'
c:/users/thomas/downloads/arduino-0013/hardware/tools/avr/lib/gcc/../../avr/include/math.h:439: error: expected `)' before 'double'
Any ideas?