Hello,
Did someone try to install KVM on slackware 14.1 ?
I'am unable to install the following three packages when I download them from the slackbuilds site:
libbonobo
gnome-vfs
libgnome
I tried to find already compiled package to install it (installpkg) but the KVM isn't running correctly.
I think the issue is with these packages.
The error is:
Code:
LC_ALL=C /usr/bin/intltool-merge -o -u -c ../po/.intltool-merge-cache ../po Bonobo_CosNaming_NamingContext.server.in Bonobo_CosNaming_NamingContext.server
Generating and caching the translation database
Merging translations into Bonobo_CosNaming_NamingContext.server.
make all-am
make[3]: Entering directory `/tmp/SBo/libbonobo-2.32.1/activation-server'
CC client.o
In file included from client.c:33:0:
../bonobo-activation/bonobo-activation-private.h:34:1: error: unknown type name 'GStaticRecMutex'
extern GStaticRecMutex _bonobo_activation_guard;
^
make[3]: *** [client.o] Error 1
make[3]: Leaving directory `/tmp/SBo/libbonobo-2.32.1/activation-server'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/SBo/libbonobo-2.32.1/activation-server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/libbonobo-2.32.1'
make: *** [all] Error 2
bash-4.2#