[Mono-bugs] [Bug 58453][Cri] Changed - Mono beta1: build fail on linux ppc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 May 2004 15:13:40 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by arrakis42@videotron.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=58453

--- shadow/58453	2004-05-13 14:25:15.000000000 -0400
+++ shadow/58453.tmp.28214	2004-05-13 15:13:40.000000000 -0400
@@ -92,6 +92,15 @@
         struct pt_regs  *regs;
 };
 
 ------- Additional Comments From lupus@ximian.com  2004-05-13 14:25 -------
 Sigh, so gentoo is not binary compatible with Debian/PPC and Suse/PPC.
 Please post also how uc_mcontext is defined on your system.
+
+------- Additional Comments From arrakis42@videotron.ca  2004-05-13 15:13 -------
+this define the type mcontext_t
+ /* A machine context is exactly a sigcontext.  */
+ typedef struct sigcontext mcontext_t;
+
+and after
+ mcontext_t uc_mcontext;
+