[Mono-dev] Can't build r160373 on PowerPC

2010-08-03 Thread Sergei Dyshel
Hi, I tried to build recent trunk version and got following error: mini-ppc.c: In function ‘calculate_sizes’: mini-ppc.c:999: error: ‘gsctx’ undeclared (first use in this function) mini-ppc.c:999: error: (Each undeclared identifier is reported only once mini-ppc.c:999: error: for each function it

Re: [Mono-dev] Can't build r160373 on PowerPC

2010-08-03 Thread Mark Probst
On Tue, Aug 3, 2010 at 2:23 PM, Sergei Dyshel qyron.priv...@gmail.com wrote: I tried to build recent trunk version and got following error: mini-ppc.c: In function ‘calculate_sizes’: mini-ppc.c:999: error: ‘gsctx’ undeclared (first use in this function) mini-ppc.c:999: error: (Each undeclared

Re: [Mono-dev] Can't build r160373 on PowerPC

2010-08-03 Thread Sergei Dyshel
Thanks, seems to get built OK (don't know how to check correctness though). -- Regards, Sergei Dyshel On Tue, Aug 3, 2010 at 16:38, Mark Probst mark.pro...@gmail.com wrote: On Tue, Aug 3, 2010 at 2:23 PM, Sergei Dyshel qyron.priv...@gmail.com wrote: I tried to build recent trunk version

Re: [Mono-dev] Can't build r160373 on PowerPC

2010-08-03 Thread Mark Probst
On Tue, Aug 3, 2010 at 4:17 PM, Sergei Dyshel qyron.priv...@gmail.com wrote: Thanks, seems to get built OK (don't know how to check correctness though). Run make check in mono/tests. Mark ___ Mono-devel-list mailing list

[Mono-dev] ASP.NET MVC 3 Preview

2010-08-03 Thread Tomi
Hi folks, I wanted to try out preview version of ASP.NET MVC 3 on trunk version of mono, so I downloaded it from git (mono, xsp, mod_mono). Then I removed [MonoTODO] attribute on line 806 (IsFullyTrusted property) in Assembly.cs

[Mono-dev] Mono 2.8 release plan. Developers: please read.

2010-08-03 Thread Miguel de Icaza
Hello guys, The time to release Mono 2.8 to the world if quickly approaching. It is a feature packed release that changes many of the things that we have been doing in the past. The changes are significant and have the potential to impact many applications, please familiarize yourself with

Re: [Mono-dev] ASP.NET MVC 3 Preview

2010-08-03 Thread Robert Jordan
On 03.08.2010 18:25, Tomi wrote: Hi folks, I wanted to try out preview version of ASP.NET MVC 3 on trunk version of mono, so I downloaded it from git (mono, xsp, mod_mono). Then I removed [MonoTODO] attribute on line 806 (IsFullyTrusted property) in Assembly.cs

Re: [Mono-dev] ASP.NET MVC 3 Preview

2010-08-03 Thread Tomi
I didn't remove that attribute to fix the exception permanently. According to documentation, the assembly should be now loaded with full trust, which probably shouldn't break anything (I may be wrong of course). Broken environment would probably affect also MVC 2 application targeted to run on

[Mono-dev] Latest mono --aot from trunk + FSharp.Compiler.dll

2010-08-03 Thread damageboy
Hi, I'm trying to generate an aot image of F#. When I run mon --aot FSharp.Compiler.dll I get this: [mono.trunk] ~/fsharp/bin @ mono --aot FSharp.Compiler.dll Mono Ahead of Time compiler - compiling assembly /home/dans/fsharp/bin/FSharp.Compiler.dll Could not load file or assembly 'ISymWrapper,

[Mono-dev] Any chances to apply the fix for bug 603378?

2010-08-03 Thread damageboy
Hi, While running my Windows app, I'm getting the same bug decribed at: https://bugzilla.novell.com/show_bug.cgi?id=603378 The bug report proposes a fix (the last attachment/commented added there) that does seem to fix the bug on my test case. Is there any chance someone might review this any

Re: [Mono-dev] Latest mono --aot from trunk + FSharp.Compiler.dll

2010-08-03 Thread Zoltan Varga
Hi, This should be fixed now. Zoltan On Tue, Aug 3, 2010 at 8:31 PM, damageboy d...@houmus.org wrote: Hi, I'm trying to generate an aot image of F#. When I run mon --aot FSharp.Compiler.dll I get this: [mono.trunk] ~/fsharp/bin @ mono --aot FSharp.Compiler.dll Mono Ahead

Re: [Mono-dev] [Mono-list] Mono 2.8 release plan. Developers: please read.

2010-08-03 Thread Atsushi Eno
Hello, From what I know of: - System.Xaml is still experimental, with no practical use (there is no library that we can dogfood it, such as WPF or WF4 xaml). - I don't think System.Data.Services.Client has been in real use; it was just added to the libs. Anyone tried it? Atsushi Eno On