I got it re-working by uninstalling drumstick libs, doing ldconfig,
in kmid, doing cmake per the README instructions with the
"-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`" argument. (the
previous installed into
/usr/local/lib64/kde4/).
then remaking kmid, and reinstalling.
There is a strange interaction going on between drumstick dynlibs and
the kmid static ones. I'll try the "kbuildsycoca4 --noincremental"
next time things start behaving strangely.... Seems like
kbuidsyscococoa was going on in the background previously, and i was
testing the program (and failing) before kbuildsyscocoa had finished.
First time I ran it, got errors. Then kbuildsyscocoa (which must have
been running in background) spewed a few screen-fulls... after that,
kmid ran.
Niels
http://nielsmayer.com
On Tue, Jul 13, 2010 at 1:00 PM, Pedro Lopez-Cabanillas
<pedro.lopez.cabanillas(a)gmail.com> wrote:
On Tuesday, July 13, 2010, you wrote:
Other than that, I can't seem to get kmid
working again, even after
uninstalling everything, including drumstick libs, and trying to
rebuild the old static-drumstick version of kmid -- it fails in the
same way.
Try this command in a command line with your own user account:
$ kbuildsycoca4 --noincremental
Regards,
Pedro