Re: [Mono-dev] Firebird build for Mono

2009-06-08 Thread Jiri Cincura
Did I missed some reply here or the mail stuck somewhere? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailm

[Mono-dev] how to use extern alias

2009-06-08 Thread Ivan Porto Carrero
Hi I've implemented a big part of the ironruby MVC implementation and would like to run it on mono. Because IronRuby defines the ExtensionAttribute in its own library together with a bunch of delegates (Func, Action) there are type clashes with types that live in System.Core In visual studio I'd al

[Mono-dev] [PATCH] Add HttpNotFoundHandler and HttpNotImplementedHandler

2009-06-08 Thread Kornél Pál
Hi, These two internal types are present in all .NET Framework versions. HttpNotFoundHandler is exposed by default Web.config in .NET Framework 2.0. HttpNotImplementedHandler is documented in book Professional ASP.NET 2.0 Security, Membership, and Role Management, page 66: http://books.google

Re: [Mono-dev] PPC64 mono_arch_emit_exceptions assert fails on svn

2009-06-08 Thread Mark Probst
On Sun, Jun 7, 2009 at 3:49 AM, Zoltan Varga wrote: >> Also the marshalbool.cs test is still failing for both PPC32 and PPC64. >> I assume that the required "managed-to-native wrapper" is not being >> build/inserted into the call path for this case. > > No idea why that would happen, on my ppc mac

[Mono-dev] Integrating Mono.Simd into Mono.Math, Mono.Security

2009-06-08 Thread Marcus Griep
Hello all, First, by way of introduction, I'm Marcus Griep, a .NET/Mono developer for some time now, and a contributor to such projects as Boo, C5, and git. In a sort of scratch-my-own-itch style, I'm looking to speed up the computationally time consuming steps of BigInteger math by using Mono.Si

Re: [Mono-dev] Integrating Mono.Simd into Mono.Math, Mono.Security

2009-06-08 Thread Sebastien Pouliot
Hello Marcus, On Mon, 2009-06-08 at 13:45 -0400, Marcus Griep wrote: > Hello all, > > First, by way of introduction, I'm Marcus Griep, a .NET/Mono > developer for some time now, and a contributor to such projects as > Boo, C5, and git. > > In a sort of scratch-my-own-itch style, I'm looking to s

[Mono-dev] Mono 2.4.2 Branch

2009-06-08 Thread Andrew Jorgensen
We have branched mono-2-4-2 from r135667 of branches/mono-2-4 (this includes debugger libgdiplus mod_mono mono-basic xsp gluezilla mcs mono mono-tools). We want a quick release if possible so we can get back to all the fun stuff. Our goal is to release in 1 month but if we can do better than th

Re: [Mono-dev] Seeking advice regarding mono and .net incompatibility

2009-06-08 Thread Miguel de Icaza
> Along the journey so far I've found a handful of bugs in mono that I've > reported > and submitted patches to. Nothing odd about that. One "bug" is really > problematic to me however since I know now that it won't be fixed in mono, see > Bug 502115. In a way I understand your position (basicly

[Mono-dev] DllNotFound??

2009-06-08 Thread Carlos Ruiz Diaz
Hello list, I am having an estrange problem with my mono2.4 installation on a CentOS 5.3 kernel 2.6.18-128.1.6.el5PAE. The installation finishes with no errors and the runtime environment is apparently ok but when I tried to run my application (compiled in another machine with the same mono versi

Re: [Mono-dev] [Mono-patches] r135715 - trunk/mono/mono/mini

2009-06-08 Thread Rodrigo Kumpera
Zoltan, BLX is ARMv5 only. I believe we still have to support v4. On Mon, Jun 8, 2009 at 11:22 PM, Zoltan Varga (vargaz AT gmail.com) < mono-patches-l...@lists.ximian.com> wrote: > Author: zoltan > Date: 2009-06-08 22:22:25 -0400 (Mon, 08 Jun 2009) > New Revision: 135715 > > Modified: > trunk

Re: [Mono-dev] [mono-packagers] Mono 2.4.2 Branch

2009-06-08 Thread Andrew Jorgensen
2.4.2-p1 has been published to http://mono.ximian.com/monobuild/preview/ >>> "Andrew Jorgensen" 06/08/09 2:51 PM >>> We have branched mono-2-4-2 from r135667 of branches/mono-2-4 (this includes debugger libgdiplus mod_mono mono-basic xsp gluezilla mcs mono mono-tools). We want a quick release i

Re: [Mono-dev] [Mono-patches] r135715 - trunk/mono/mono/mini

2009-06-08 Thread Zoltan Varga
Not for full-aot hopefully. Zoltan On Tue, Jun 9, 2009 at 5:00 AM, Rodrigo Kumpera wrote: > Zoltan, BLX is ARMv5 only. I believe we still have to support v4. > > > > On Mon, Jun 8, 2009 at 11:22 PM, Zoltan Varga (vargaz AT gmail.com) < > mono-patches-l...@lists.ximian.com> wrote: > >>