I've got 0.4 installed and working, but I use this .profile (bash), which may make a difference:

source /sw/bin/init.sh;
QTDIR=/usr/local/qt
MANPATH=$QTDIR/doc/man:$MANPATH
DYLD_LIBRARY_PATH=$QTDIR/lib:/sw/lib:/usr/lib:/usr/local/ lib:$DYLD_LIBRARY_PATH
PKG_CONFIG_PATH=/sw:/sw/lib/pkgconfig:/usr/local/lib/ pkgconfig:$PKG_CONFIG_PATH
DISPLAY=:0


PATH=/opt/local/bin:$PATH;
PATH=/usr/local/bin:$PATH;
PATH=$QTDIR/bin:$PATH

export QTDIR PATH MANPATH DYLD_LIBRARY_PATH PKG_CONFIG_PATH DISPLAY

I run X11 apps from the Terminal, but you can also

source .profile

in xterm

On 23 Jun 2004, at 17:34, Erik Dasque wrote:

Same result. I don't think it's a X11 display issue but some file / mapping it can't read or find, hard to tell.

Erik

On Jun 23, 2004, at 5:07 PM, Herr Witten wrote:

Try running it from the /build/bin directory with:

export DISPLAY=:0

mono MonoDevelop.exe

On 23 Jun 2004, at 0:46, Attila Balogh wrote:

hello,

compilation goes all right, but at running, after the splash screen:
p3l3ctra:/Volumes/archives/devel/monodevelop_svn/MonoDevelop/build/ bin root# mono MonoDevelop.exe
Loading error, please reinstall :
System.NullReferenceException: Object reference not set to an instance of an object
in <0x000b8> System.Xml.XmlDocument:Load (string)
in (unmanaged) MonoDevelop.Core.Services.ServiceManager:get_Services ()
in <0x00558> MonoDevelop.SharpDevelopMain:Main (string[])


it's the same with 0.4 and a fresh svn build as well.
any ideas?
regards;

Attila
_______________________________________________
Monodevelop-list mailing list
[EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/monodevelop-list


_______________________________________________ Monodevelop-list mailing list [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/monodevelop-list


_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to