Created attachment 3056 Missing libxfcegui4 linking Because xfce4-panel is using libxfce4ui instead of libxfcegui4 the CFLAGS and LIBS won't get inherited anymore. Build bails out on: xfce4_cellmodem_plugin-pin_helper.o: In function `pin_helper_pin_entry_callback': pin_helper.c:(.text+0xa6): undefined reference to `xfce_warn' Also similar problems with linking when -Wl,--as-needed is used. The attached patches will solve the issues.
Created attachment 3057 Fix "typing error", libs are passed from LDADD instead of LDFLAGS
Sorry I know this bug went to wrong "Product" but "Panel Plugins" is missing xfce4-cellmodem-plugin! Thanks, Samuli
Shouldn't cellmodem plugin be ported to libxfce4ui instead? :)
(In reply to comment #3) > Shouldn't cellmodem plugin be ported to libxfce4ui instead? :) Absolutely, this is only the minimum patch required. Later it's easy to replace LIBXFCEGUI4 with LIBXFCEUI4.
Created attachment 3146 applies to current git
Created attachment 3147 Applies to current GIT master
This project has been archived, so we are closing related bugs