MultiImonc

Skip to Navigation »

Any information on this page may be outdated or otherwise inaccurate. Links may be broken. It stays here for historical reasons.

Content

What is MultiImonC?

Built with wxWidgets MultiImonC is a graphical client for the imond running on fli4l. It runs natively on Mac OS X and Linux. It uses the library wxWidgets to support multiple platforms.

The current version is 0.3.6, released on 2005-04-21.

MultiImonC is no longer maintained

I’m sorry to announce that MultiImonC is no longer maintained. Beside the fact, that I do not use fli4l anymore, I don’t have the time to work on MultiImonC. If you have patches or other comments, please contact me.

Planing for the next release

Even if I’m no longer a fli4l-user, I want to continue the development of MultiImonC. If you have any whishes, please contact me. I’ll try to include as much as possible.

Currently planed:

Currently, I can not give a date for the release, as I am a bit busy with school. 6 months to go for my exams.

System requirements

Mac OS X

The binary package runs without any dependencies and has been tested on Mac OS X 10.3.5 (Panther). If you want to build it yourself, look at the dependencies for Linux.

If you want to build wxWidgets 2.4.2 on Mac OS X 10.3 (Panther), you have to apply the following patch first:

--- include/wx/mac/private.h.orig       Thu Nov 13 10:17:59 2003
+++ include/wx/mac/private.h    Thu Nov 13 10:18:57 2003
@@ -204,5 +204,8 @@
 } ;
 #endif
 
+#undef FixedToInt
+#undef IntToFixed
+
 #endif
     // _WX_PRIVATE_H_

(found in the mailinglist-archive of wxWidgets)

Linux

I recommend to compile the source yourself. This requires the following:

(they might be available as a package for your distribution)

fli4l

MultiImonC has been tested with fli4l 2.0.x and 2.1.x on Linux/x86, Linux/PowerPC and Mac OS X.

Screenshots

These screenshots have been taken with MultiImonC 0.3.2 and 0.3.3:

Linux
MultiImonC 0.3.3 by KillerFox on Gentoo Linux x86.
MultiImonC 0.3.2 by andik on Gentoo Linux x86.
Mac OS X
MultiImonC 0.3.2 by hansmi on Mac OS X 10.3 (Panther).

Older screenshots

The following screenshots were taken with MultiImonC 0.3:

Linux 1
Thanks to KillerFox, running on Gentoo Linux on x86 with wxGTK and Fluxbox.
Linux 2
Thanks to andik, running on Gentoo Linux x86 with wxGTK and ak-fluxbox (written by Akira).
Mac OS X
Taken on my Apple PowerBook using wxMac running on Mac OS X 10.3 (Panther).

Where to get it?

Legend: .tar.gz is the sourcecode compressed with gzip and tar, .tar.bz2 is the sourcecode compressed with bzip2 and tar, .dmg is a image for Mac OS X with the precompiled binary.

It would be glad to hear or read what you think about MultiImonC. Please write me an E-Mail. Also look below to the feedback-section.

NameSizeChecksum (MD5)Date
MultiImonC-0.3.6.tar.bz2155 KiB37500e581f23599fb4ca415e27c12d7e2005-04-21
MultiImonC-0.3.6.dmg1556 KiB302160ecbaedfeb6c30a762d1006796e2005-04-21

Gentoo Users

I maintain an ebuild in the portage-tree of Gentoo Linux. To install MultiImonC, just type the correct command as root:

# x86
ACCEPT_KEYWORDS="~x86" emerge multiimonc
# PowerPC
ACCEPT_KEYWORDS="~ppc" emerge multiimonc
# AMD64
ACCEPT_KEYWORDS="~amd64" emerge multiimonc
# SPARC
ACCEPT_KEYWORDS="~sparc" emerge multiimonc
# PA-RISC
ACCEPT_KEYWORDS="~hppa" emerge multiimonc

Feedback

Please send feedback, be it positive or negative, feature-requests and other questions to me. You find the mail-address on the contact-page.

License

This program is published under the terms of the GNU GPL.

MultiImonC - a multiplatform imonc for fli4l
Copyright (C) 2002, 2003, 2004, 2005 Michael Hanselmann

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA