xfce4-windowck-plugin icon indicating copy to clipboard operation
xfce4-windowck-plugin copied to clipboard

libwindowck it sometimes not installed on the proper directory in 64 bit arch by default

Open cedryc opened this issue 12 years ago • 4 comments

A workaround for this problem is to use an configure option such as : ./autogen.sh --prefix=/usr --libdir=/usr/lib64

This problem occurs in 64 bit Fedora distro.

see #3 for additional informations.

cedryc avatar Nov 20 '13 07:11 cedryc

Care to repair this bug? I have 64 bit Fedora 20 and can't get this thing working even with your workaround. When compiling I get this: windowck-dialogs.c:466:39: error: 'windowck_dialogs_ui' undeclared (first use in this function) ca = build_properties_area (wckp, windowck_dialogs_ui, windowck_dialogs_ui_length); ^ windowck-dialogs.c:466:39: note: each undeclared identifier is reported only once for each function it appears in windowck-dialogs.c:466:60: error: 'windowck_dialogs_ui_length' undeclared (first use in this function) ca = build_properties_area (wckp, windowck_dialogs_ui, windowck_dialogs_ui_length);

KwisatzHaderach avatar Apr 13 '14 18:04 KwisatzHaderach

Thank you for understanding that I'm not a professional. I program during my free time. Theses days I was very busy so my answer is a bit late. I try to do my best that I can.

For your problem, have you xfce4-dev-tools >= 4.10.0 installed ? Is required to build this packages from sources.

cedryc avatar Apr 27 '14 14:04 cedryc

i had the same problem in 64 bit Fedora 21. Even with "./autogen.sh --prefix=/usr --libdir=/usr/lib64" doesn't work.

samuelpepe avatar Dec 26 '14 19:12 samuelpepe

Sorry for the time to answer you, I'm a very busy this time. I've not encountered this kind of problems on my systems. Infortunately I've not have a fedora system to test the plugin on it. If your request is still valid, please report the result of ./autogen.sh --prefix=/usr

cedryc avatar May 17 '15 16:05 cedryc