I'm a ex-z/cmud user and am truthfully estatic to finally find a linux client that suits my needs in programability.
One of the features I wanted to explore was the KCWin plugin, see what it does and how it responds, etc. There's one slight problem though, I can't get it to work.
I had v2.6 installed, trying to run /KCWin->new in that version caused a segmentation fault and trashed the active program.
I pulled in the sources through svn and compiled it, now I get an error and still no window. The errors are below. I didn't think this was a bug but rather a problem on my side of things. Any ideas?
Perl Warning: Use of uninitialized value in bless at /usr/local/share/kildclient/plugins/KCWin.pl line 72.
Perl Warning: Explicit blessing to '' (assuming package main) at /usr/local/share/kildclient/plugins/KCWin.pl line 72.
Just be sure: do you have the gtk2-perl (http://gtk2-perl.sourceforge.net/) bindings and its dependencies installed?
I do have the gtk2-perl library installed.
There's another small problem I have when using the client though, not sure if it's related, when loading a plugin, I by default get an error box saying the plugin can't be loaded eventhough it DOES get loaded and I can use it accordingly.
What does that message say?
Also, could you try producing a backtrace with gdb or even uploading a core file to help debugging?