collectd - libdpdk . . . . . . . no (symbol 'rte_eal_init' not found) =================================================================================== direwolf dwgpsd.c:61:2: error: #error libgps API version might be incompatible. #error libgps API version might be incompatible. ^~~~~ dwgpsd.c: In function 'read_gpsd_thread': dwgpsd.c:260:8: error: too few arguments to function 'gps_read' if (gps_read (&gpsdata) == -1) { ^~~~~~~~ =================================================================================== foxtrotgps - gps_functions.c:741:8: error: too few arguments to function 'gps_read' ret = gps_read(&libgps_gpsdata); ^~~~~~~~ =================================================================================== navit /usr/include/gps.h:2122:12: note: declared here extern int gps_read(struct gps_data_t *, char *message, int message_len); ^~~~~~~~ =================================================================================== obdgpslogger /tmp/obdgpslogger-0.16/src/logger/gpscomm.c:71:4: error: too few arguments to function 'gps_read' gps_read(g); ^~~~~~~~ =================================================================================== s3d In file included from /tmp/s3d-0.2.2/obj-x86_64-linux-gnu/apps/s3dosm/final_include.c:4: /tmp/s3d-0.2.2/apps/s3dosm/gps.c: In function 'gps_main': /tmp/s3d-0.2.2/apps/s3dosm/gps.c:209:7: error: too few arguments to function 'gps_read' if (gps_read(dgps) < 0) { ^~~~~~~~ In file included from /tmp/s3d-0.2.2/apps/s3dosm/gps.c:30, from /tmp/s3d-0.2.2/obj-x86_64-linux-gnu/apps/s3dosm/final_include.c:4: /usr/include/gps.h:2122:12: note: declared here extern int gps_read(struct gps_data_t *, char *message, int message_len); ^~~~~~~~ =================================================================================== viking gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DVIKING_DATADIR=\""/usr/share/viking"\" -DVIKING_SYSCONFDIR=\""/etc/viking"\" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -D_GNU_SOURCE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/viking-1.6.2=. -fstack-protector-strong -Wformat -Werror=format-security -c -o vikgeoreflayer.o vikgeoreflayer.c vikgpslayer.c:1695:3: error: expected identifier or '(' before 'return' return FALSE; /* no further calling */ ^~~~~~ vikgpslayer.c:1696:1: error: expected identifier or '(' before '}' token } ^ vikgpslayer.c:1739:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token vgl->vgpsd->vgl = vgl; ^~ vikgpslayer.c:1741:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token vgl->realtime_fix.dirty = vgl->last_fix.dirty = FALSE; ^~ vikgpslayer.c:1743:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token vgl->realtime_fix.fix.altitude = vgl->last_fix.fix.altitude = VIK_DEFAULT_ALTITUDE; ^~ vikgpslayer.c:1744:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token vgl->realtime_fix.fix.speed = vgl->last_fix.fix.speed = NAN; ^~ vikgpslayer.c:1746:3: error: expected identifier or '(' before 'if' if (vgl->realtime_record) { ^~ vikgpslayer.c:1757:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token vgl->realtime_io_channel = g_io_channel_unix_new(vgl->vgpsd->gpsd.gps_fd); ^~ vikgpslayer.c:1758:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token vgl->realtime_io_watch_id = g_io_add_watch( vgl->realtime_io_channel, ^~ vikgpslayer.c:1768:3: error: expected identifier or '(' before 'return' return FALSE; /* no longer called by timeout */ ^~~~~~ vikgpslayer.c:1769:1: error: expected identifier or '(' before '}' token } ^ vikgpslayer.c:1698:15: warning: 'make_track_name' defined but not used [-Wunused-function] static gchar *make_track_name(VikTrwLayer *vtl) ^~~~~~~~~~~~~~~ vikgpslayer.c:1674:17: warning: 'gpsd_data_available' defined but not used [-Wunused-function] static gboolean gpsd_data_available(GIOChannel *source, GIOCondition condition, gpointer data) ^~~~~~~~~~~~~~~~~~~ vikgpslayer.c:1605:13: warning: 'gpsd_raw_hook' defined but not used [-Wunused-function] static void gpsd_raw_hook(VglGpsd *vgpsd, gchar *data) ^~~~~~~~~~~~~ make[4]: *** [Makefile:1033: vikgpslayer.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '/tmp/viking-1.6.2/src' make[3]: *** [Makefile:1087: all-recursive] Error 1 make[3]: Leaving directory '/tmp/viking-1.6.2/src' make[2]: *** [Makefile:767: all] Error 2 make[2]: Leaving directory '/tmp/viking-1.6.2/src' make[1]: *** [Makefile:446: all-recursive] Error 1 make[1]: Leaving directory '/tmp/viking-1.6.2' =================================================================================== not yet built: marble plasma-workspace uhd ===================================================================================