xfce4-windowck-plugin
xfce4-windowck-plugin copied to clipboard
libwindowck it sometimes not installed on the proper directory in 64 bit arch by default
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.
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);
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.
i had the same problem in 64 bit Fedora 21. Even with "./autogen.sh --prefix=/usr --libdir=/usr/lib64" doesn't work.
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