Re: [Mono-dev] [Mono-osx] Announcing Mono 2.2 RC1...

2009-01-07 Thread John M
Hi Thomas, Happy New Year! Thanks for adding the bug that prevented CC.NET from working. Do you have a rough idea of when RC2 (or the 2.2 release) will come out? Cheers, John Thomas Wiest wrote: Leszek Ciesielski wrote: Could this one:

[Mono-dev] Mono and ARM Thumb

2009-01-07 Thread Cliff Brake
I ran into an interesting build error this morning that might be worth documenting ... When building mono with the latest toolchains built with OpenEmbedded, I get: /tmp/ccYsXwlg.s:3067: Error: selected processor does not support `swp r2,r0,[r4]' /tmp/ccYsXwlg.s:3161: Error: selected processor

Re: [Mono-dev] Announcing Mono 2.2 RC1...

2009-01-07 Thread Kornél Pál
Hi, Thomas Wiest wrote: Please report any bugs that you may find using our Bugs page, AND reply to this thread with the bug numbers so we can track them: http://www.mono-project.com/Bugs This is a very annoying bug and I would be happy if this could be fixed in Mono 2.2:

Re: [Mono-dev] mono 2.2 rc2 on ARM issues

2009-01-07 Thread Cliff Brake
For the record, this appears to be fixed in the trunk, but is not in the RC1 code: http://anonsvn.mono-project.com/viewvc/trunk/mono/mono/mini/mini-arm.c?r1=121457r2=122416pathrev=122416 I'll test once I get some builds to complete. Thanks, Cliff -- === Cliff Brake

[Mono-dev] [PATCH] Support for AvailableFreeSpace, TotalFreeSpace, TotalSize in System.IO.DriveInfo

2009-01-07 Thread Christian Prochnow
Dear Mono Develepors, attached are two patches that add support for AvailableFreeSpace, TotalFreeSpace and TotalSize in System.IO.DriveInfo. I had to introduce a new WAPI wrapper for GetDiskFreeSpaceEx(). Hope everything is fine with the patches. Any chance that this patch can go into Mono 2.2

Re: [Mono-dev] [PATCH] Support for AvailableFreeSpace, TotalFreeSpace, TotalSize in System.IO.DriveInfo

2009-01-07 Thread Christian Prochnow
Hi, sorry, i missed the correct ChangeLog files. The new patch is attached. Best regards, Christian Prochnow Christian Prochnow schrieb: Dear Mono Develepors, attached are two patches that add support for AvailableFreeSpace, TotalFreeSpace and TotalSize in System.IO.DriveInfo. I had

Re: [Mono-dev] Mono MIPS n32 patch

2009-01-07 Thread Mark Mason
Hello Sergii, I'm just getting back from vacation ... I'll be happy to take a look at these patches, but one logistical / legal question first -- under what terms are these patches being submitted? Are these under the MIT X11 license, or do you have a copyright assignment on file with the

[Mono-dev] How to run C# DotNet 2.x windows service on Mac OS X?

2009-01-07 Thread d_v
How do I run my C# DotNet 2.x windows service on a Mac OS X? I would like to run the .exe even if not logged on to the Mac. That means I can't start the terminal manually and type in mono myservice.exe. Also, where are the best forums for these kind of questions? Where can I get basic

Re: [Mono-dev] How to run C# DotNet 2.x windows service on Mac OS X?

2009-01-07 Thread Petit Eric
2009/1/7 d_v dan.vandermo...@figpsoft.com: How do I run my C# DotNet 2.x windows service on a Mac OS X? I would like to run the .exe even if not logged on to the Mac. That means I can't start the terminal manually and type in mono myservice.exe. Also, where are the best forums for these

Re: [Mono-dev] [Mono-osx] Announcing Mono 2.2 RC1...

2009-01-07 Thread Thomas Wiest
John M wrote: Hi Thomas, Happy New Year! Thanks for adding the bug that prevented CC.NET from working. Do you have a rough idea of when RC2 (or the 2.2 release) will come out? Very soon (within a week, maybe sooner). Thomas ___

Re: [Mono-dev] Announcing Mono 2.2 RC1...

2009-01-07 Thread Thomas Wiest
Kornél Pál wrote: Hi, Thomas Wiest wrote: Please report any bugs that you may find using our Bugs page, AND reply to this thread with the bug numbers so we can track them: http://www.mono-project.com/Bugs This is a very annoying bug and I would be happy if this could be fixed

[Mono-dev] Winx64 non-volatile register bug.

2009-01-07 Thread Bill Holmes
Hi, I was debugging a problem with our application on Winx64 and tracked it to some non-volatile registers not being preserved (rdi rsi) Without finding the actual problem I simple scanned the code for places referencing the other non-volatile registers and added code for the missing registers.

Re: [Mono-dev] Winx64 non-volatile register bug.

2009-01-07 Thread Zoltan Varga
Hi, Looks good. Zoltan 2009/1/7 Bill Holmes billholme...@gmail.com: Hi, I was debugging a problem with our application on Winx64 and tracked it to some non-volatile registers not being preserved (rdi rsi) Without finding the actual problem I simple scanned the code for places

Re: [Mono-dev] RVA Irregularities

2009-01-07 Thread BGB
[accidentally originally sent as a personal email, but may have group relavence...] interesting... so, when loading, are internal RVAs fixed up to their new addresses? or is it the case that they are loaded to the new addresses, but the metadata continues using the original RVAs?... another

Re: [Mono-dev] [PATCH] Support for AvailableFreeSpace, TotalFreeSpace, TotalSize in System.IO.DriveInfo

2009-01-07 Thread Gonzalo Paniagua Javier
On Wed, 2009-01-07 at 18:18 +0100, Christian Prochnow wrote: Hi, sorry, i missed the correct ChangeLog files. The new patch is attached. AFAIR, statvfs() is not present on some systems that we support. Also, I'm not sure how it works on MS.NET, but what happens if the available space