[Mono-dev] Mono.Options

2010-11-16 Thread Paul F. Johnson
Hi, Is Mono.Options switched off in the 2.8 tarball? I'm not seeing it getting packaged at the end of the build (either with a RPM script or as a direct build) Paul -- Vertraue mir, ich weiss, was ich mache... ___ Mono-devel-list mailing list

Re: [Mono-dev] [PATCH] malloc.h deprecated ?

2010-11-16 Thread Zoltan Varga
Applied, thanks. Zoltan On Tue, Nov 16, 2010 at 7:03 AM, KISHIMOTO, Makoto ksmak...@dd.iij4u.or.jpwrote: Hello. Please apply this patch. diff --git a/mono/profiler/decode.c b/mono/profiler/decode.c index a7d4428..6cc08ff 100644 --- a/mono/profiler/decode.c +++

Re: [Mono-dev] Mono.Options

2010-11-16 Thread Jonathan Pryor
On Tue, 2010-11-16 at 08:44 +, Paul F. Johnson wrote: Is Mono.Options switched off in the 2.8 tarball? I'm not seeing it getting packaged at the end of the build (either with a RPM script or as a direct build) I'm unable to reproduce; specifically, I built and installed the sources from

Re: [Mono-dev] C# source-to-source compiler

2010-11-16 Thread Marek Safar
Hello, I just noticed this thread, and I'm curious, when you say: The async/await is about asynchrony and spawn/sync is about parallelism. These are 2 different things which should not be mixed together. Do you mean they should not be confused, or do you literally mean that these

[Mono-dev] Porting db4o-tool to use Mono.Options rather than Mono.GetOption

2010-11-16 Thread Paul F. Johnson
Hi, I'm working out some bugs in db4o so that the upcoming version 8.0 will build out of the box on mono. Currently, it ships with its own version of Cecil, CecilFlowAnalysis and GetOptions. While I can live with the Cecil bits and pieces, GetOptions is dead in the water with mono-2.8 and (from

[Mono-dev] Mono Sybase client

2010-11-16 Thread Quandary
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does mono 2.4 or 2.6 on Linux really work with Sybase ASE (I use 15.5)? I just tested with the below code, and I am not able to establish a connection to my ASE 15.5 database. Connection refused. Since sa had a blank password, I thought it might be

[Mono-dev] How to get the Volume UUID on MAC

2010-11-16 Thread vinay_rk
Hi, Is there any way to get the Volume UUID on a Mac using mono. On windows one would usually resort to platform invoke on KERNEL32.dll to GetVolumeInformation(). The DriveInfo class seems to not help.. Thanks in advance -Vinay -- View this message in context: