! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfce4-mpc-plugin-0.3.5 fails to detect exo-0.5 and misses link to libxfcegui4
Status:
RESOLVED: FIXED
Product:
Xfce4-mpc-plugin
Component:
General

Comments

Description Samuli Suominen 2010-08-09 12:51:11 CEST
Created attachment 3067 
Fix building with exo-0.5 and xfce4-panel-4.7

xfce4-mpc-plugin is working fine with exo-0.5, but the configure.ac check doesn't detect it:

checking for exo-0.3 >= 0.3.1.1... not found
*** The required package exo-0.3 was not found on your system.
*** Please install exo-0.3 (atleast version 0.3.1.1) or adjust

after which it will fail to compile with xfce4-panel-4.7 because it's using libxfce4ui instead of libxfcegui4, so need explicit linking now:

xfce4_mpc_plugin-xfce4-mpc-plugin.o: In function `mpc_show_about':
xfce4-mpc-plugin.c:(.text+0xf67): undefined reference to `xfce_about_info_new'
xfce4-mpc-plugin.c:(.text+0xf8e): undefined reference to `xfce_about_info_add_credit'
xfce4-mpc-plugin.c:(.text+0xf9b): undefined reference to `xfce_about_info_set_homepage'
xfce4-mpc-plugin.c:(.text+0xfaa): undefined reference to `xfce_themed_icon_load'
xfce4-mpc-plugin.c:(.text+0xfba): undefined reference to `xfce_about_dialog_new_with_values'
[ .. ]

The attached patch solves both issues at once.

And sorry again for reporting to xfce4-panel product, it's because "Panel Plugins" is missing "xfce4-mpc-plugin". Please reassing to correct maintainer, thanks!
Comment 1 Landry Breuil editbugs 2010-08-30 19:20:58 CEST
Commited in b3a3084, thanks!
Comment 2 Landry Breuil editbugs 2010-12-11 11:34:01 CET
*** Bug 6962 has been marked as a duplicate of this bug. ***

Bug #6623

Reported by:
Samuli Suominen
Reported on: 2010-08-09
Last modified on: 2010-12-11
Duplicates (1):
  • 6962 fix build with 4.7 panel

People

Assignee:
Landry Breuil
CC List:
2 users

Version

Version:
unspecified

Attachments

Additional information