! 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 !
xfwm4 compilation error
Status:
CLOSED: WORKSFORME

Comments

Description Jos van Wolput 2010-12-06 12:56:58 CET
When compiling xfwm4 (using gcc-4.5) I get the following error:
---
make[2]: Entering directory `/home/jos/src/xfce4/git/xfwm4/settings-dialogs'
make  all-am
make[3]: Entering directory `/home/jos/src/xfce4/git/xfwm4/settings-dialogs'
  CC     xfwm4_settings-xfwm4-settings.o
xfwm4-settings.c: In function ‘xfwm_settings_shortcut_row_activated’:
xfwm4-settings.c:2014:11: error: too many arguments to function ‘xfce_shortcuts_provider_set_shortcut’
/usr/include/xfce4/libxfce4kbd-private/xfce-shortcuts-provider.h:55:25: note: declared here
make[3]: *** [xfwm4_settings-xfwm4-settings.o] Error 1
make[3]: Leaving directory `/home/jos/src/xfce4/git/xfwm4/settings-dialogs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jos/src/xfce4/git/xfwm4/settings-dialogs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jos/src/xfce4/git/xfwm4'
make: *** [all] Error 2
---
Comment 1 Olivier Fourdan editbugs 2010-12-06 13:33:02 CET
Your tree or install is most likely not up-to-date.

Make sure you install the amtching libxfce4ui prior to xfwm4, see:

http://git.xfce.org/xfce/xfwm4/commit/?id=21ebbe4722b01763822157f9242fc865a9687c68

http://git.xfce.org/xfce/libxfce4ui/commit/?id=c2ff4990dd3afb837c30d1724dec68c6de5b9ada

The API and the code match, so no bug here.
Comment 2 Jos van Wolput 2010-12-06 16:04:38 CET
(In reply to comment #1)
> Your tree or install is most likely not up-to-date.
> 

Thanks! After removing old versions of libxfce4kbd, libxfce4ui and libxfcegui4,
no more compilation errors.

Bug #6923

Reported by:
Jos van Wolput
Reported on: 2010-12-06
Last modified on: 2011-11-04

People

Assignee:
Olivier Fourdan
CC List:
1 user

Version

Attachments

Additional information