[Mono-devel-list] Build Error on AMD64

2005-07-11 Thread Jonathan S. Chambers
I tried building mono on an AMD64 system for the first time (FC4, quad Opteron, latest from SVN). I get the following when I try to compile mono: tramp-amd64.c:39: error: static declaration of 'mono_arch_get_unbox_trampoline' follows non-static declaration mini.h:911: error: previous declaration

RE: [Mono-devel-list] Windows Forms 2 - WebBrowser control

2005-07-11 Thread Andrew Sklyarevsky
The point is not in the possibility to embed Gecko, but in the cross-platform way to do it. For example, if I will use Gecko# control, it will work in Mono on any OS, but will not work in .NET on Windows without a special installation of Gtk#, but if both of the frameworks (.NET and Mono) will hav

[Mono-devel-list] TestCase for Convert.ChangeType

2005-07-11 Thread Pedro Martínez Juliá
I forgot the testcase. Thank's Atsushi for remember... Running in the latest MONO from SVN it crashes with an exception, after my patch, it works right. Regards, Pedro -- Pedro Martínez Juliá \ [EMAIL PROTECTED] )| Jabber: [EMAIL PROTECTED] / MSN Messenger: [EMAIL PROTECT

Re: [Mono-devel-list] Bug with Convert.ChangeType

2005-07-11 Thread Atsushi Eno
Hi, Pedro Martínez Juliá wrote: I've fixed Convert.ChangeType when handling DateTime conversions. Here I show the diff, I'll commit tomorrow if there is no problem. Please also add a testcase as well. Thanks. Atsushi Eno ___ Mono-devel-list mailing

[Mono-devel-list] Bug with Convert.ChangeType

2005-07-11 Thread Pedro Martínez Juliá
I've fixed Convert.ChangeType when handling DateTime conversions. Here I show the diff, I'll commit tomorrow if there is no problem. Regards, Pedro -- Pedro Martínez Juliá \ [EMAIL PROTECTED] )| Jabber: [EMAIL PROTECTED] / MSN Messenger: [EMAIL PROTECTED] Socio HispaLinux

RE: [Mono-devel-list] OASIS XSLT tests converted to nunit

2005-07-11 Thread RafaelMizrahi
Ok. Agree. rafi -Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 10:46 AM To: RafaelMizrahi Cc: 'Andrew Skiba'; 'Oved'; 'mono-devel mailing list' Subject: Re: [Mono-devel-list] OASIS XSLT tests converted to nunit Hi Rafi, It's not only for auto

Re: [Mono-devel-list] OASIS XSLT tests converted to nunit

2005-07-11 Thread Atsushi Eno
Hi Rafi, It's not only for automatic test runners. --with-test-config will still not be enough since there are several possibile conbination of flags for manual testing. And if it forces developers to create such possible configurations every time, or having several configuration files, it messe

RE: [Mono-devel-list] OASIS XSLT tests converted to nunit

2005-07-11 Thread RafaelMizrahi
Atsushi, We strive for unity. We don't want to have different approaches across frameworks. See Ben Maurer response to Environment Variables: http://lists.ximian.com/pipermail/mono-devel-list/2005-June/012619.html > It should not mess testers by forcing them edit > application config files every