i install monkeymessenger in fedora

Bug #744598 reported by Feroy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Monkey Messenger
New
Undecided
Unassigned

Bug Description

Sorry for my English in French !

EXPLICATION HOW INSTALL monkeymessenger in FEDORA PLEASE PATCH FOR FUTURE VERSION !!!!!

svn co https://monkeymessenger.svn.sourceforge.net/svnroot/monkeymessenger monkeymessenger

install mono

Choose your version of linux
http://www.go-mono.com/mono-downloads/download.html

!!!CHOOSE ALWAYS SAME VERSION!!!
For fedora:
http://ftp.novell.com/pub/mono/download-stable/RHEL_5/x86_64/mono-addon-core-2.10.1-6.1.x86_64.rpm

ftp://ftp.novell.com/pub/mono/download-stable/RHEL_5/x86_64/mono-addon-libgdiplus0-2.6.7-6.1.x86_64.rpm

ftp://ftp.novell.com/pub/mono/download-stable/RHEL_5/x86_64/mono-addon-data-sqlite-2.10-10.1.x86_64.rpm

ftp://ftp.novell.com/pub/mono/download-stable/RHEL_5/x86_64/mono-addon-web-2.10-10.1.x86_64.rpm

install gtk-sharp

Dowload
http://rpm.pbone.net/index.php3/stat/4/idpl/2724524/dir/startcom_5/com/gtk-sharp2-2.8.2-1.x86_64.rpm.html
OR
ftp://ftp.nluug.nl/pub/os/Linux/distr/startcom/ML-5.0.5/os/x86_64/StartCom/RPMS/gtk-sharp2-2.8.2-1.x86_64.rpm
OR
ftp://ftp.pbone.net/mirror/www.startcom.org/ML-5.0.5/os/x86_64/StartCom/RPMS/gtk-sharp2-2.8.2-1.x86_64.rpm

yum install libgnomeprint22.x86_64 libgnomeprintui22.x86_64
rpm -Uvh /home/raphael/Téléchargements/gtk-sharp2-2.8.2-1.x86_64.rpm

IN CONFIGURE FILE
Replace
if test ! -e `$PKG_CONFIG --variable=prefix mono`/opt/novell/mono/lib/mono/2.0/$asm.dll; then
BY
if test ! -e /opt/novell/mono/lib/mono/2.0/$asm.dll; then

./configure

make

if you are error
./Widgets/ChatWindow.cs(520,25): error CS0104: `Action' is an ambiguous reference between `System.Action' and `Gtk.Action'

PATCH THIS FILE
/home/raphael/tmp/monkeymessenger/monkeymsn/Widgets/ChatWindow.cs
ligne 520
REPLACE
Action action = sender as Action;
BY
Gtk.Action action = sender as Gtk.Action;

PATCH THIS FILE
/home/raphael/tmp/monkeymessenger/monkeymsn/Widgets/ContactList.cs
IN LIGNE 1115 and 1132 change Action action = sender as Action; BY Gtk.Action action = sender as Gtk.Action;

PATCH THIS FILE
/home/raphael/tmp/monkeymessenger/monkeymsn/Widgets/MainMenuBar.cs
IN LIGNE 67 change Action action = sender as Action; BY Gtk.Action action = sender as Gtk.Action;

PATCH THIS FILE
/home/raphael/tmp/monkeymessenger/monkeymsn/Widgets/TrayIcon.cs
IN LIGNE 106 change Action action = sender as Action; BY Gtk.Action action = sender as Gtk.Action;

if you are already error
error CS0006: cannot find metadata file `../../monkeymsn/monkeymsn.exe'

relaunch ./configure check if files monkeymsn.exe is create in /home/raphael/tmp/monkeymessenger/monkeymsn and /usr/local/lib/monkeymsn and restart make

yum install gnome-sharp-2.24.1-1.fc14.x86_64.rpm

unset DBUS_SESSION_BUS_ADDRESS
exec /usr/bin/mono /usr/local/lib/monkeymsn/monkeymsn.exe

And monkeymsn launch !

i passed one day please listen this !!!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.