Re: [Mono-dev] Mono on ARM

2008-09-08 Thread FirstName LastName
I tried compiling from a snapshot (took the mono 2.0 branch, right?) but I got a compilation error. It seems mono-profiler-logging.c uses the struct stat 'st_mtim'. But this field only exists if __USE_MISC is defined, which in turn is defined by the features.h file. I noticed in the

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread Rodrigo Kumpera
Yes, enable-minimal does exactly what you want. Thou the issue you found should be properly handled by the configure script. Massi, do you mind taking a look at that? If you have too much stuff on your hand this week I can take a look at how to add proper configure foo around. On Mon, Sep 8,

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread FirstName LastName
I tried to disable the profiler but I still get the same compiler issue. I doubled checked by looking into the config.log file and it says that the profiler is disabled (actually, even when the configure script finishes). Am I missing something? Date: Mon, 8 Sep 2008 11:17:19 -0300From:

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread Massimiliano Mantione
On Mon, 2008-09-08 at 16:28 +, FirstName LastName wrote: I tried to disable the profiler but I still get the same compiler issue. I doubled checked by looking into the config.log file and it says that the profiler is disabled (actually, even when the configure script finishes). Am

Re: [Mono-dev] Preview 3?

2008-09-08 Thread Andrew Jorgensen
I'm publishing RC1 today (more on that soon). We will be tagging 2.0 RC2 on Wednesday morning Sept 10. We dearly hope we can ship that build as 2.0 Final so that we can get it into openSUSE before their code freeze. Paul [EMAIL PROTECTED] 09/07/08 6:51 AM Will there be a preview 3 release

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread FirstName LastName
Thanks Massi (that's how they call you, right?). I haven't tried you fix yet since I'm working from the branch 2.0 and not the current head. I used the work around that was provided. I got things to compile but now I have a runtime issue. I get the following error at runtime: **

[Mono-dev] [Patch] Simple optimization to String.Replace and StringBuilder.Replace

2008-09-08 Thread Juraj Skripsky
Hello, Attached you'll find a patch which reduces the number of allocations done in String.Replace and StringBuilder.Replace. All unit tests pass, ChangeLog entries are included. Please review. - Juraj PS: I've already posted this patch back in June, but this time I've leaving out the

[Mono-dev] Mono 2.0 RC1 is out!!

2008-09-08 Thread Thomas Wiest
Hey Everyone, We've just released Mono 2.0 RC1 today! Please help us out by giving it a try with your applications. As always, you can get the preview/RC releases here: http://mono.ximian.com/monobuild/preview/download-preview/ Please report any bugs that you may find using our Bugs page, AND

Re: [Mono-dev] Mono on ARM

2008-09-08 Thread FirstName LastName
OK, so, I forced ARM_FPU_FPA and this time, it runs but I get the same problem. In order words, the result of my test program is the same with 1.9.1 and the branch 2.0. Could someone point me when in MONO I could find the code that handles the cast from long to double? From: [EMAIL

Re: [Mono-dev] BitVector32 patch

2008-09-08 Thread Scott Peterson
Ping ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list