Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Problems compiling libgdiplus-1.2.6 on Ubuntu 7.10 (amd64): 1) The configure script didn't catch a missing dependency on libcairo-dev 2) After installing the dependency, make throws an error: ./configure --prefix=/usr/local make [...] make[4]: Entering directory

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Regression: cannot cast IntPtr to enum. using System; namespace Test { enum Key { A } class Regression { public static void Main() { IntPtr a = new IntPtr(1); Key k = (Key)a; } } } Works on 1.2.4 and 1.2.5, as well csc.exe (2.0).

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Alan McGovern
Works on MS.NET. This is a regression. File a bug report at bugzilla.novell.com on this and post the bug number here. Alan. On Nov 18, 2007 1:43 PM, Stephen Apostolopoulos [EMAIL PROTECTED] wrote: Regression: cannot cast IntPtr to enum. using System; namespace Test { enum Key { A }

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
Filed as bug 342584 (https://bugzilla.novell.com/show_bug.cgi?id=342584) - Original Message - From: Alan McGovern To: Stephen Apostolopoulos Cc: Rusty Howell ; mono-devel Sent: Sunday, November 18, 2007 3:48 PM Subject: Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Sebastien Pouliot
Hello again, On Sun, 2007-11-18 at 11:23 +0200, Stephen Apostolopoulos wrote: Problems compiling libgdiplus-1.2.6 on Ubuntu 7.10 (amd64): 1) The configure script didn't catch a missing dependency on libcairo-dev 2) After installing the dependency, make throws an error: ./configure

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
-list@lists.ximian.com Sent: Sunday, November 18, 2007 6:19 PM Subject: Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !! Hello again, On Sun, 2007-11-18 at 11:23 +0200, Stephen Apostolopoulos wrote: Problems compiling libgdiplus-1.2.6 on Ubuntu 7.10 (amd64): 1) The configure script didn't

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Sebastien Pouliot
- From: Sebastien Pouliot [EMAIL PROTECTED] To: Stephen Apostolopoulos [EMAIL PROTECTED] Cc: mono-devel mono-devel-list@lists.ximian.com Sent: Sunday, November 18, 2007 6:19 PM Subject: Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !! Hello again, On Sun, 2007-11-18 at 11:23 +0200

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-18 Thread Stephen Apostolopoulos
@lists.ximian.com Sent: Sunday, November 18, 2007 6:19 PM Subject: Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !! Hello again, On Sun, 2007-11-18 at 11:23 +0200, Stephen Apostolopoulos wrote: Problems compiling libgdiplus-1.2.6 on Ubuntu 7.10 (amd64): 1) The configure script didn't

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-17 Thread Jonathan Chambers
It seems that 341112 is a regression from 1.2.5.1. It would be nice to have it fixed, but I am not sure of the effort required. Thanks, Jonathan On Nov 16, 2007 11:07 PM, Thomas Wiest [EMAIL PROTECTED] wrote: Rusty Howell wrote: Hey everyone, We've release our second preview of Mono 1.2.6

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-17 Thread Zoltan Varga
I think it is a bit too complex to be backported. Zoltan On Nov 17, 2007 5:59 PM, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello, We've release our second preview of Mono 1.2.6 today! Please help us out by giving it a try on your applications. Don't forget to log any bugs that

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-16 Thread Sanghyeon Seo
2007/11/17, Rusty Howell [EMAIL PROTECTED]: We've release our second preview of Mono 1.2.6 today! Please help us out by giving it a try on your applications. Don't forget to log any bugs that you find! Is there any chance the fix for #3174888 can be included? -- Seo Sanghyeon

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-16 Thread Thomas Wiest
Rusty Howell wrote: Hey everyone, We've release our second preview of Mono 1.2.6 today! Please help us out by giving it a try on your applications. Don't forget to log any bugs that you find! You can get the preview releases here: http://mono.ximian.com/monobuild/preview/download-preview/

Re: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

2007-11-16 Thread Thomas Wiest
Sanghyeon Seo wrote: 2007/11/17, Rusty Howell [EMAIL PROTECTED]: We've release our second preview of Mono 1.2.6 today! Please help us out by giving it a try on your applications. Don't forget to log any bugs that you find! Is there any chance the fix for #3174888 can be included?