Hi,
I have spent many hours trying to find the problem. The guys on Glx-Dock / Cairo-Dock - Home for cairo-dock are unsure what the problem is and I have posted a reply to a similar problem on linuxquestion (but that guy didn’t have the file that I do have and it was on a Slackware forum oops ;)).
I am trying to compile cairo-dock, the best dock for linux to my opinion and some magazine’s opinion. I use it as a rpm from packman, but since I am helping the guys develop it for kde, I need to compile the bzr versions to test different things. I am able if I virtualize Kubuntu, so why not in opensuse?? I know package names are quite different, but I think the problem is not a dependency. Sure you’ll say “why don’t you use kubuntu if it works?” Cuz in Vbox I didn’t succeed making 3d acceleration work and I need to test it with opengl.
I am in opensuse 11.2 64-bits.
Error:
No 'cairo-dock' package found
I do have cairo-dock.pc in /usr/lib/pkgconfig
Weird…
A CAT shows this:
prefix = /usr
exec_prefix = ${prefix}
libdir = ${exec_prefix}/lib
includedir = ${prefix}/include
pluginsdir=${exec_prefix}/lib/cairo-dock
pluginsdatadir=${prefix}/share/cairo-dock/plug-ins
themesdir=${prefix}/share/cairo-dock/themes
Name: cairo-dock
Description: An eye-candy fully animated and configurable dock.
Requires: gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 xrender gtkglext-1.0 xtst xcomposite xinerama
Libs: -L${libdir}
Cflags: -I${includedir}/cairo-dock -I${includedir}/cairo-dock/cairo-dock
Version: 2.1.4-0alpha0
I realized that if I install 2.1.1 from packman repo and then I compile a newer version ON TOP of 2.1.1, it works (but I get no plug-ins (there are 2 packages, CD and CD-plug-ins, the first compiles no error) cuz you NEED to uninstall before compiling, so it’s a no go this way). When CD is not installed from repo and I compile clean, I always get that error when compiling the 2nd package, the plug-ins.
Any expert in compilation processes?
tnx