[Mono-osx] Winforms and LD_LIBRARY_PATH

palmipod palmipod at gmail.com
Sat Dec 9 03:49:22 EST 2006


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.



More information about the Mono-osx mailing list