libraries\\Arduino_MKRGPS\\src\\minmea\\minmea.c -- error when using

I am writing a GPC Clock using an MRK1010 and the MKRGPS boards. Ever since I upgraded my MKR files I am now getting this error while compile and then the compile ends prematurely.
------------------------ Error Message During Compile --------------------------
X:\___Software\Arduino_1_8_9\ArduinoSketches\libraries\Arduino_MKRGPS\src\minmea\minmea.c" -o "C:\Users\Richard\AppData\Local\Temp\arduino_build_15488\libraries\Arduino_MKRGPS\minmea\minmea.c.o"
X:___Software\Arduino_1_8_9\ArduinoSketches\libraries\Arduino_MKRGPS\src\minmea\minmea.c: In function 'minmea_gettime':
X:___Software\Arduino_1_8_9\ArduinoSketches\libraries\Arduino_MKRGPS\src\minmea\minmea.c:624:15: error: storage size of 'tm' isn't known
struct tm tm;
^~

I was hoping for a quick solution so that I could finish this project for my best friend's birthday this weekend, but I have not seen any replies as yet.

Anyone have any ideas on a solution?

This error shows up on my PC (Win10 with all updates) as well as the Arduino IDE Beta. Please I needs ideas.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.