! 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 !
Does not compile with 4.8.x [SOLVED]
Status:
RESOLVED: FIXED
Product:
Xfce4-generic-slider
Component:
general

Comments

Description John 2011-02-14 23:59:56 CET
As the Makefile stands, generic slider doesn't compile with simply editing the paths. Some symbols have changed library, so this has to be added to the pkg-config commands:

LIBXFCE4PANEL_CFLAGS = `$(PKG_CONFIG) --cflags libxfce4panel-1.0 libxfce4ui-1`
LIBXFCE4PANEL_LIBS = `$(PKG_CONFIG) --libs libxfce4panel-1.0 libxfce4ui-1`


John
Comment 1 Connor Behan 2011-02-24 23:20:23 CET
Thanks. Sorry it took me so long to get around to this.

Bug #7288

Reported by:
John
Reported on: 2011-02-14
Last modified on: 2011-02-24

People

Assignee:
Connor Behan
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information