зеркало из https://github.com/mono/mail-archives.git
163 строки
6.6 KiB
HTML
163 строки
6.6 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-osx] MonoDevelop 1.9 for OS X release!
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20MonoDevelop%201.9%20for%20OS%20X%20release%21&In-Reply-To=20217616.post%40talk.nabble.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="001715.html">
|
||
|
<LINK REL="Next" HREF="001699.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-osx] MonoDevelop 1.9 for OS X release!</H1>
|
||
|
<B>Rusty Howell</B>
|
||
|
<A HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20MonoDevelop%201.9%20for%20OS%20X%20release%21&In-Reply-To=20217616.post%40talk.nabble.com"
|
||
|
TITLE="[Mono-osx] MonoDevelop 1.9 for OS X release!">rhowell at novell.com
|
||
|
</A><BR>
|
||
|
<I>Tue Oct 28 19:13:50 EDT 2008</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="001715.html">[Mono-osx] MonoDevelop 1.9 for OS X release!
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="001699.html">[Mono-osx] MonoDevelop 1.9 for OS X release!
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#1716">[ date ]</a>
|
||
|
<a href="thread.html#1716">[ thread ]</a>
|
||
|
<a href="subject.html#1716">[ subject ]</a>
|
||
|
<a href="author.html#1716">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>Hmm.... I was hoping that case sensitivity would be the issue, but that
|
||
|
doesn't seem to be it.
|
||
|
We're still looking into it.
|
||
|
|
||
|
Sorry
|
||
|
|
||
|
Doug Richardson wrote:
|
||
|
><i> No, it's not. It's HFS+. No error with your code.
|
||
|
</I>><i>
|
||
|
</I>><i> At the risk of quickly getting in over my head, the filesystem is
|
||
|
</I>><i> case-insensitive, but you're expecting the application to also be
|
||
|
</I>><i> case-insensitive?
|
||
|
</I>><i>
|
||
|
</I>><i> Thanks,
|
||
|
</I>><i> Doug
|
||
|
</I>><i>
|
||
|
</I>><i>
|
||
|
</I>><i>
|
||
|
</I>><i> Rusty Howell wrote:
|
||
|
</I>><i>
|
||
|
</I>>><i> Doug,
|
||
|
</I>>><i>
|
||
|
</I>>><i> Is your filesystem case sensitive?
|
||
|
</I>>><i>
|
||
|
</I>>><i> try this:
|
||
|
</I>>><i> $ echo "hello world" > junk.txt && cat JUNK.txt
|
||
|
</I>>><i>
|
||
|
</I>>><i> If this throws an error "no such file", then it's case sensitive.
|
||
|
</I>>><i>
|
||
|
</I>>><i> Let me know what you have.
|
||
|
</I>>><i> Rusty
|
||
|
</I>>><i>
|
||
|
</I>>><i>
|
||
|
</I>>><i> DougR wrote:
|
||
|
</I>>><i>
|
||
|
</I>>>><i> Hey Rusty,
|
||
|
</I>>>><i>
|
||
|
</I>>>><i> Thanks for looking into this.
|
||
|
</I>>>><i>
|
||
|
</I>>>><i> I tried your suggestion--same result. It's not renaming the dmg, it's
|
||
|
</I>>>><i> renaming the app itself that eliminates the errors. Just so you know, I
|
||
|
</I>>>><i> get
|
||
|
</I>>>><i> the following when launching 'Monodevelop.app':
|
||
|
</I>>>><i>
|
||
|
</I>>>><i> "Unhandled Exception" pop up
|
||
|
</I>>>><i>
|
||
|
</I>>>><i> Mono.Addins.MissingDependencyException: The required addin
|
||
|
</I>>>><i> 'MonoDevelop.Deployment,1.9.0' is not installed.
|
||
|
</I>>>><i> at Mono.Addins.AddinSessionService.ResolveLoadDependencies
|
||
|
</I>>>><i> (System.Collections.ArrayList addins, System.Collections.Stack depCheck,
|
||
|
</I>>>><i> System.String id, Boolean optional) [0x00000]
|
||
|
</I>>>><i> at Mono.Addins.AddinSessionService.ResolveLoadDependencies
|
||
|
</I>>>><i> (System.Collections.ArrayList addins, System.Collections.Stack depCheck,
|
||
|
</I>>>><i> System.String id, Boolean optional) [0x00000]
|
||
|
</I>>>><i>
|
||
|
</I>>>><i> Then I get another pop up that says:
|
||
|
</I>>>><i> The following add-ins could not be started:
|
||
|
</I>>>><i>
|
||
|
</I>>>><i> MonoDevelop.XmlEditor,1.9
|
||
|
</I>>>><i> MonoDevelop.CBinding,1.9
|
||
|
</I>>>><i> [and many, many more]
|
||
|
</I>>>><i>
|
||
|
</I>>>><i> I'm on a MacBook, 10.5.5, X11 version 2.1.5.
|
||
|
</I>>>><i>
|
||
|
</I>>>><i> Hope this helps.
|
||
|
</I>>>><i> Doug
|
||
|
</I>>>><i>
|
||
|
</I>>>><i>
|
||
|
</I>>>><i>
|
||
|
</I>>>><i> Rusty Howell wrote:
|
||
|
</I>>>><i>
|
||
|
</I>>>><i>
|
||
|
</I>>>>><i> Hey Doug, (and anyone else who's seeing issues)
|
||
|
</I>>>>><i>
|
||
|
</I>>>>><i> I'm confused a bit. This .dmg works flawlessly on my Mac Mini. I tested
|
||
|
</I>>>>><i> the dmg, named Monodevelop-19.dmg and things worked great.
|
||
|
</I>>>>><i> Then I did a simple rename of the .dmg to MonoDevelop-19.dmg. And things
|
||
|
</I>>>>><i> still work fine. Does OSX do some fancy error handling
|
||
|
</I>>>>><i> or something that would try to resolve a rename?
|
||
|
</I>>>>><i>
|
||
|
</I>>>>><i> Can you try something for me?
|
||
|
</I>>>>><i> - Uninstall MonoDevelop.
|
||
|
</I>>>>><i> - Rename the .dmg to Monodevelop-1.9.dmg (that was the original name.)
|
||
|
</I>>>>><i> - Reinstall.
|
||
|
</I>>>>><i>
|
||
|
</I>>>>><i> Let me know if that works.
|
||
|
</I>>>>><i>
|
||
|
</I>>>>><i> Rusty Howell
|
||
|
</I>>>>><i> _______________________________________________
|
||
|
</I>>>>><i> Mono-osx mailing list
|
||
|
</I>>>>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">Mono-osx at lists.ximian.com</A>
|
||
|
</I>>>>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">http://lists.ximian.com/mailman/listinfo/mono-osx</A>
|
||
|
</I>>>>><i>
|
||
|
</I>>>>><i>
|
||
|
</I>>>>><i>
|
||
|
</I>>>>><i>
|
||
|
</I>>><i> _______________________________________________
|
||
|
</I>>><i> Mono-osx mailing list
|
||
|
</I>>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">Mono-osx at lists.ximian.com</A>
|
||
|
</I>>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-osx">http://lists.ximian.com/mailman/listinfo/mono-osx</A>
|
||
|
</I>>><i>
|
||
|
</I>>><i>
|
||
|
</I>>><i>
|
||
|
</I></PRE>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="001715.html">[Mono-osx] MonoDevelop 1.9 for OS X release!
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="001699.html">[Mono-osx] MonoDevelop 1.9 for OS X release!
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#1716">[ date ]</a>
|
||
|
<a href="thread.html#1716">[ thread ]</a>
|
||
|
<a href="subject.html#1716">[ subject ]</a>
|
||
|
<a href="author.html#1716">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-osx">More information about the Mono-osx
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|