|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Mac startup problemsHi,
I just tried to run the latest nightly build on OS X (Leopard). It failed telling me that it needs mono > version 2.4, which I do have installed. zaphod:~ jp$ mono --version Mono JIT compiler version 2.4.2.3 (tarball Sat Oct 3 19:47:30 CEST 2009) Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono- project.com TLS: normal GC: Included Boehm (with typed GC) SIGSEGV: normal Notification: Thread + polling Architecture: x86 Disabled: none It appears to me that the startupscript fails to detect the correct mono version. But Im no shell genius, so Im not quite sure what exactly goes wrong. Here comes the output: zaphod:~ jp$ sh -x /Applications/MonoDevelop.app/Contents/MacOS/ monodevelop + MONO_FRAMEWORK_PATH=/Library/Frameworks/Mono.framework/Versions/ Current + export DYLD_FALLBACK_LIBRARY_PATH=/Library/Frameworks/Mono.framework/ Versions/Current/lib:/lib:/usr/lib + DYLD_FALLBACK_LIBRARY_PATH=/Library/Frameworks/Mono.framework/ Versions/Current/lib:/lib:/usr/lib + export 'PATH=/Library/Frameworks/Mono.framework/Versions/Current/ bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/local/sbin:/opt/ local/bin:/Applications/PLT Scheme v4.1.5/bin:/opt/local/lib/ postgresql83/bin:/opt/local/lib/mysql5/bin:/usr/X11/bin' + PATH='/Library/Frameworks/Mono.framework/Versions/Current/bin:/usr/ bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/local/sbin:/opt/local/ bin:/Applications/PLT Scheme v4.1.5/bin:/opt/local/lib/postgresql83/ bin:/opt/local/lib/mysql5/bin:/usr/X11/bin' +++ dirname /Applications/MonoDevelop.app/Contents/MacOS/monodevelop ++ cd /Applications/MonoDevelop.app/Contents/MacOS ++ pwd + DIR=/Applications/MonoDevelop.app/Contents/MacOS + EXE_PATH=/Applications/MonoDevelop.app/Contents/MacOS/lib/ monodevelop/bin/MonoDevelop.exe + PKG_CONFIG_PATH=/Applications/MonoDevelop.app/Contents/MacOS/lib/ pkgconfig: + export PKG_CONFIG_PATH ++ uname -r ++ cut -f1 -d. + OSX_VERSION=9 + '[' 9 -lt 9 ']' + MONO_EXEC='exec -a monodevelop mono' + REQUIRED_MAJOR=2 + REQUIRED_MINOR=4 + APPNAME=MonoDevelop + VERSION_TITLE='Cannot launch MonoDevelop' + VERSION_MSG='MonoDevelop requires the Mono Framework version 2.4 or later.' + DOWNLOAD_URL=http://www.go-mono.com/mono-downloads/download.html ++ mono --version ++ grep 'Mono JIT compiler version ' ++ cut -f5 '-d ' + MONO_VERSION=2.2 ++ echo 2.2 ++ cut -f1 -d. + MONO_VERSION_MAJOR=2 ++ echo 2.2 ++ cut -f2 -d. + MONO_VERSION_MINOR=2 + '[' -z 2.2 ']' + '[' 2 -lt 2 ']' + '[' 2 -eq 2 -a 2 -lt 4 ']' + osascript -e 'set question to display dialog "MonoDevelop requires the Mono Framework version 2.4 or later." with title "Cannot launch MonoDevelop" buttons {"Cancel", "Download..."} default button 2' -e 'if button returned of question is equal to "Download..." then open location "http://www.go-mono.com/mono-downloads/download.html"' 16:184: execution error: No user interaction allowed. (-1713) + echo 'Cannot launch MonoDevelop' Cannot launch MonoDevelop + echo 'MonoDevelop requires the Mono Framework version 2.4 or later.' MonoDevelop requires the Mono Framework version 2.4 or later. + exit 1 Any ideas whats going wrong / how to fix this? cheers, Janosch _______________________________________________ Monodevelop-list mailing list Monodevelop-list@... http://lists.ximian.com/mailman/listinfo/monodevelop-list |
|
|
Re: Mac startup problemsOn 10-24-2009, Janosch Peters <petersj@...> wrote:
> Hi, > I just tried to run the latest nightly build on OS X (Leopard). It > failed telling me that it needs mono > version 2.4, which I do have > installed. Ok I figured it out. I had an older Version of mono installed, too. Sorry for the noise. -- Janosch _______________________________________________ Monodevelop-list mailing list Monodevelop-list@... http://lists.ximian.com/mailman/listinfo/monodevelop-list |
| Free embeddable forum powered by Nabble | Forum Help |