Created attachment 3060 Detect both, new and old exo First patch explains itself, adds exo-0.5 support to configure.ac. Doesn't seem to require more changes. The second one is LDFLAGS vs. LDADD typing error in Makefile.am and missing libxfcegui4 LIBS and CFLAGS because xfce4-panel-4.7 is using libxfce4ui instead, so it won't get inherited from there anymore. Full build.log: https://bugs.gentoo.org/attachment.cgi?id=241739 The important part of the build.log: fce4_verve_plugin-verve-plugin.o: In function `verve_plugin_keypress_cb': verve-plugin.c:(.text+0x769): undefined reference to `xfce_err' xfce4_verve_plugin-verve-plugin.o: In function `verve_plugin_properties': verve-plugin.c:(.text+0xc80): undefined reference to `xfce_titled_dialog_new_with_buttons' verve-plugin.c:(.text+0xd15): undefined reference to `xfce_create_framebox' verve-plugin.c:(.text+0xed3): undefined reference to `xfce_create_framebox'
Created attachment 3061 Fix LDFLAGS to LDADD and link to libxfcegui4
(In reply to comment #1) > Created attachment 3061 > Fix LDFLAGS to LDADD and link to libxfcegui4 the patch must be fixed to update configure.in.in instead for autogen.sh to run properly.
(In reply to comment #2) > (In reply to comment #1) > > Created attachment 3061 [details] > > Fix LDFLAGS to LDADD and link to libxfcegui4 > > the patch must be fixed to update configure.in.in instead for autogen.sh to run > properly. yeah, I rolled it against a tarball not git, sorry about that... please apply the same changes to configure.in.in :)
Patches applied. Thanks.