[Mono-osx] Winforms and LD_LIBRARY_PATH

Sean C Chapel sean.chapel at utah.edu
Sat Dec 9 04:21:48 EST 2006


gtk and gtk# are not part of the mono.framework you downloaded.
You will need to compile these yourself. The easiest way is to
download and install fink (fink.sourceforge.net). Then you will
have install gtk and I believe they have a port for gtk# although
it may not work. Your best bet is to not use gtk# and instead use
cocoa# which comes with the mono.framework. I haven't used this
however so I can't give any pointers on where to begin.

-Sean


-----Original Message-----
From: mono-osx-bounces at lists.ximian.com on behalf of palmipod
Sent: Sat 12/9/2006 1:49 AM
To: mono-osx at lists.ximian.com
Subject: [Mono-osx] Winforms and LD_LIBRARY_PATH
 

Hi,
i've installed :
mono 1.2.2.1
X11 1.1.3

i can compile this very simple code :

using System;
using System.Windows.Forms;

public class Hello{
	public static void Main()
	{
		MessageBox.Show("Hello World");
	}
}

when i run it within xterm,
i obtain a message box without "title bar" and an error message in the
terminal :

"Gtk not found (missing LD_LIBRARY_PATH to libgtk-x11-2.0.so.0?), using
built-in colorscheme"

if someone could help me please

bad news :
- i'm newbee under unix and macosx
- i'm french (sorry for my english)

have a nice day

Philippe

-- 
View this message in context: http://www.nabble.com/Winforms-and-LD_LIBRARY_PATH-tf2784917.html#a7770373
Sent from the Mono - OSX mailing list archive at Nabble.com.

_______________________________________________
Mono-osx mailing list
Mono-osx at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-osx


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20061209/af8b7d49/attachment.html 


More information about the Mono-osx mailing list