зеркало из https://github.com/mono/mail-archives.git
114 строки
4.8 KiB
HTML
114 строки
4.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-osx] Building mono-1.1.18 20061018
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20Building%20mono-1.1.18%2020061018&In-Reply-To=7BE24262-2778-4178-8E08-2EA27D34B272%40ghic.org">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="000651.html">
|
|
<LINK REL="Next" HREF="000638.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-osx] Building mono-1.1.18 20061018</H1>
|
|
<B>Allan Hsu</B>
|
|
<A HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20Building%20mono-1.1.18%2020061018&In-Reply-To=7BE24262-2778-4178-8E08-2EA27D34B272%40ghic.org"
|
|
TITLE="[Mono-osx] Building mono-1.1.18 20061018">allan at counterpop.net
|
|
</A><BR>
|
|
<I>Tue Oct 31 02:48:32 EST 2006</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="000651.html">[Mono-osx] Building mono-1.1.18 20061018
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000638.html">[Mono-osx] My Project Files Moved & Susan's Xcode Plug-in
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#652">[ date ]</a>
|
|
<a href="thread.html#652">[ thread ]</a>
|
|
<a href="subject.html#652">[ subject ]</a>
|
|
<a href="author.html#652">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>I already sent in the following patch last week to the mono-devel
|
|
list, as well as libgc upstream. I added a #define to gc_priv.h
|
|
called GC_MACH_THREAD_STATE_FLAVOR and replaced usages of
|
|
MACHINE_THREAD_STATE with it. Apologies for not CCing this list.
|
|
|
|
<A HREF="http://lists.ximian.com/pipermail/mono-devel-list/2006-October/">http://lists.ximian.com/pipermail/mono-devel-list/2006-October/</A>
|
|
021060.html
|
|
|
|
-Allan
|
|
|
|
On Oct 30, 2006, at 10:46 PM, Diane Trout wrote:
|
|
|
|
><i>
|
|
</I>><i> On Oct 18, 2006, at 17:18, Allan Hsu wrote:
|
|
</I>><i>
|
|
</I>>><i> One thing to note is that current Mono SVN will not build properly
|
|
</I>>><i> under XCode 2.4 for Intel due to changes to the value of
|
|
</I>>><i> MACHINE_THREAD_STATE in the new 10.4u SDK. Mono will compile under
|
|
</I>>><i> 2.4, but the resulting binaries will not work properly. The
|
|
</I>>><i> headers that come with XCode 2.3 should work fine.
|
|
</I>><i>
|
|
</I>><i> Ok I spent some time trying to figure out what was going on with this.
|
|
</I>><i>
|
|
</I>><i> It appears that in MachOSX10.4u.sdk/usr/include/mach/i386/
|
|
</I>><i> thread_status.h
|
|
</I>><i>
|
|
</I>><i> MACHINE_THREAD_STATE is defined to be x86_THREAD_STATE (7) which
|
|
</I>><i> seems strangely unrelated to x86_THREAD_STATE32 (1) or
|
|
</I>><i> x86_THREAD_STATE64 (4). I tried running mono with the
|
|
</I>><i> MACHINE_THREAD_STATE set to 5 but that didn't seem to work.
|
|
</I>><i>
|
|
</I>><i> I made an alternate patch that is only triggered on darwin/x86. I
|
|
</I>><i> hope its a bit closer to being acceptable for SVN. Basically in
|
|
</I>><i> mono/libgc/include/private/darwin_stop_world.h I set
|
|
</I>><i> MACHINE_THREAD_STATE to x86_THREAD_STATE32 if x86_THREAD_STATE32
|
|
</I>><i> and __i386__ were defined.
|
|
</I>><i>
|
|
</I>><i> Hopefully the test for x86_THREAD_STATE32 will make the include a
|
|
</I>><i> non-op on the 10.3.9 SDK
|
|
</I>><i>
|
|
</I>><i> I tested the patch on intel/os x by managing to finish my build
|
|
</I>><i> without hanging and by running the ironpython interpreter.
|
|
</I>><i>
|
|
</I>><i> Diane
|
|
</I>><i>
|
|
</I>><i> <mono-1.1.18.osx.x86.patch>
|
|
</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>
|
|
--
|
|
Allan Hsu <allan at counterpop dot net>
|
|
1E64 E20F 34D9 CBA7 1300 1457 AC37 CBBB 0E92 C779
|
|
|
|
|
|
|
|
</PRE>
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="000651.html">[Mono-osx] Building mono-1.1.18 20061018
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000638.html">[Mono-osx] My Project Files Moved & Susan's Xcode Plug-in
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#652">[ date ]</a>
|
|
<a href="thread.html#652">[ thread ]</a>
|
|
<a href="subject.html#652">[ subject ]</a>
|
|
<a href="author.html#652">[ 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>
|