Re: [Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

2005-04-12 Thread Bill Middleton
On Apr 12, 2005 12:32 AM, Miguel de Icaza [EMAIL PROTECTED] wrote: Preview=yes will become the new default. Ah. Thanks for the clarification. I guess the logic will have to be reversed in that test. And speaking of PREVIEW, I've been getting some strange errors lately when building the 2.0

[Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

2005-04-11 Thread Bill Middleton
Some last minute touch-ups broke the patch to exceptions-x86.c, in the patch, please change the following: 286c286 +#if def(__FreeBSD__) --- +#if defined(__FreeBSD__) Sorry about that. Updated patch attached Bill Index: libgc/include/private/gcconfig.h

[Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

2005-04-11 Thread Bill Middleton
And one more. Thats what I get for doing last-minute touchups. 313c313 +#if def(__FreeBSD__) --- +#if defined(__FreeBSD__) Thanks for your patience, Complete, working patch attached. Bill Index: libgc/include/private/gcconfig.h

Re: [Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

2005-04-11 Thread Zoltan Varga
Hi, This looks ok to me, except this part: PREVIEW=yes AC_ARG_WITH(preview, [ --with-preview=yes,no If you want to install the 2.0 FX preview],[ - if test x$with_preview = xyes; then - PREVIEW=yes + if test x$with_preview =

Re: [Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

2005-04-11 Thread Bill Middleton
Thanks Zoltan, we freebsd folks look forward to its inclusion. Regarding $PREVIEW I guess it's enabled by default in svn and will be disabled in the release? Also, regarding the two nits I hurriedly sent, there's a Good Explanation (tm) for those. As I was finalizing the patch, I noticed that I

Re: [Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

2005-04-11 Thread Paolo Molaro
On 04/11/05 Bill Middleton wrote: Index: mono/mini/exceptions-x86.c === --- mono/mini/exceptions-x86.c(revision 42774) +++ mono/mini/exceptions-x86.c(working copy) @@ -25,6 +25,10 @@ #include mini.h #include

Re: [Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

2005-04-11 Thread Bill Middleton
Hi Lupus, I will work up another patch to implement your suggestions. I based the original on the principle of do the least harm, but I will remove the #ifdefs where you have suggested, and setup a check for ucontext.h in configure.in. See below. On Apr 11, 2005 7:17 PM, Paolo Molaro [EMAIL

Re: [Mono-devel-list] Re: Patch: 100% working mono under FreeBSD (small nit)

2005-04-11 Thread Miguel de Icaza
Hello, Thanks Zoltan, we freebsd folks look forward to its inclusion. Regarding $PREVIEW I guess it's enabled by default in svn and will be disabled in the release? Preview=yes will become the new default. Miguel ___ Mono-devel-list mailing list