Created attachment 3066 Fix building with new xfce4-panel Because xfce4-panel-4.7 is using libxfce4ui instead of libxfcegui4, the explicit linking is required in xfce4-netload-plugin, otherwise build fails on: xfce4_netload_plugin-netload.o: In function `setup_monitor': netload.c:(.text+0x47a): undefined reference to `xfce_err' xfce4_netload_plugin-netload.o: In function `monitor_create_options': netload.c:(.text+0x1321): undefined reference to `xfce_create_header' collect2: ld returned 1 exit status The attached patch solves the issue Note that this patch expected the patch from bug 2782 to be applied first. Need to use LDADD instead of LDFLAGS.
I can confirm this. Found the same solution on my own. Gonna test further plugins and my own ones, of course.
*** This bug has been marked as a duplicate of bug 6466 ***