Kmc aims to be a MUD client that is easy to use but powerful. The two top priorities are power through scripting and configurability, and user comfort. It features ANSI, MUD profiles, logging, command history, split/full screen mode, and scripting via Perl.
| Tags | Communications Desktop Environment KDE Games/Entertainment mud |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C++ Perl |
A comprehensive printing solution for Java applications.
- All comments
Recent commentsPatches available
I have created a few patches to the source and configure script that will get KMC to compile using newer versions of GCC.
Compiled and tested on OpenSuSE 10.2, which is using:
GCC v4.1.2
QT 3.3.8
KDE 3.5.6
Perl 5.8.8
Patches are listed at the Sourceforge page, in the KMC 'Help' forum: http://sourceforge.net/forum/forum.php?forum_id=229578
Re: Woo.
> Another client with compile-time
> errors.
> Just what I needed.
The author of this code passed away in 2003, therefore no further development has been done since then. If you get a compiler from that era, ti compiles just fine. GCC v4.x+ will not compile his code without changes to a few ov the modules due to dropped compatabilites with older GCC versions.
I am currently working on getting kmc to compile on GCC 4.1.2, perhaps will create a new project once I am successful.
Woo.
Another client with compile-time errors.
Just what I needed.
kperl.cpp:321: error: ISO C++ forbids braced-groups within expressions
kperl.cpp:334: error: ISO C++ forbids braced-groups within expressions
make[3]: *** [kperl.o] Error 1
make[3]: Leaving directory `/home/sl/kmc-0.9/kmc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sl/kmc-0.9/kmc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sl/kmc-0.9'
make: *** [all] Error 2