libnmea icon indicating copy to clipboard operation
libnmea copied to clipboard

Fix include path for ./parsers

Open yh-sb opened this issue 2 years ago • 0 comments

libnmea build error was added by https://github.com/jacketizer/libnmea/pull/46 😔

Since src/parsers directory wasn't in include path, it leads to the following error while compiling libnmea:

src/parsers/gpgga.h:7:10: fatal error: nmea.h: No such file or directory
    7 | #include <nmea.h>

yh-sb avatar May 15 '22 08:05 yh-sb