[Mono-dev] i cannot compile Mono today from SVN

2005-09-14 Thread Hubert FONGARNAND
i cannot compile Mono today from SVN make[8]: Entering directory `/home/hubert/mono/mcs/class/Microsoft.JScript' MONO_PATH="../../class/lib/net_2_0:$MONO_PATH" /home/hubert/mono/mono/runtime/mono-wrapper  ../../gmcs/gmcs.exe   -d:NET_1_1 -d:NET_2_0 -debug /noconfig /r:System.dll /r:Microsoft.

Re: [Mono-dev] problem

2005-09-14 Thread Miguel de Icaza
Hello, > I have writed an asp.net application for query a db and show result in > a datagrid whit sorting, paging ecc > I have a lot of problems using datagrid with version 1.1.9. > If i copy System.Web.dll into gac from version 1.1.8 all work fine. Is > it normal? It is possible; Do you have

Re: [Mono-dev] customized mono embedding on osx

2005-09-14 Thread Paolo Molaro
On 09/13/05 Davide Morelli wrote: > I need to embed mono into an OSX application. > Following these tips http://www.go-mono.com/embedded-api.html I can compile > my osx application that uses mono embedded to draw on a CGContextRef. > I am using a customized version of the GAC (I customized System.D

[Mono-dev] Can't launch MonoDevelop built from svn

2005-09-14 Thread Joe Audette
Hi All, I just built everything from svn and I get this error when trying to launch monodevelop from the command line: Entering VB.NET parser Reading /root/.config/MonoDevelop/CodeCompletionData/mscorlib_1.0.5000.0_b77a5c561934e089.pidb Creating DefaultWorkbench Loading error, please reinstall :

Re: [Mono-dev] [Patch] AssemblyName ctor (with corrections)

2005-09-14 Thread Paolo Molaro
On 09/01/05 Carlos Alberto Cortez wrote: > Index: AssemblyName.cs > === > --- AssemblyName.cs (revisión: 48811) > +++ AssemblyName.cs (copia de trabajo) > @@ -37,6 +37,7 @@ > using System.Text; > using System.Runtime.InteropServi

Re: [Mono-dev] Mono runtime performance

2005-09-14 Thread Gary Smithrud
I would suggest build the Mono version with optimizations on and seeing the performance differences as well. Of course this is not a total surprise, since Mono is newer than .NET and as such the goal should be first to get it right and then to speed it up. On Sep 14, 2005, at 8:18 AM, Grae

Re: [Mono-dev] Mono runtime performance

2005-09-14 Thread Graeme Geldenhuys
If you mean the Benchmark.exe must be built with optimizations on, I have done that. It runs a little bit faster, and on some tests, actually slower, but still not nearly as fast as with the Microsoft .NET framework. I installed Mono from the released builds, I don't compile Mono myself. I w