Re: [Mono-dev] How can I build a minimal mono runtime system?

2010-12-19 Thread madrang
I also would like to know how to make a minimal build for mono as i want to install mono on DamnSmallLinux to use on arm embedded hardware and would love to save on space. -- View this message in context:

Re: [Mono-dev] How can I build a minimal mono runtime system?

2010-12-19 Thread CodeSlinger
Something akin to the .NET Framework 4 Client Profile would be cool. -- View this message in context: http://mono.1490590.n4.nabble.com/How-can-I-build-a-minimal-mono-runtime-system-tp3093919p3094574.html Sent from the Mono - Dev mailing list archive at Nabble.com.

Re: [Mono-dev] DateTime Serialization

2010-12-19 Thread CodeSlinger
My bad, I forgot Kind was stored with the data even if zone was not. Still, I think a good practice to always store/pass zulu and display local. -- View this message in context: http://mono.1490590.n4.nabble.com/DateTime-Serialization-tp3093883p3094583.html Sent from the Mono - Dev mailing list

Re: [Mono-dev] How can I build a minimal mono runtime system?

2010-12-19 Thread Robert Jordan
On 18.12.2010 20:12, CodeSlinger wrote: Sorry for cross posting but I think I should have posted this in the dev forum in the first place. I'm a .NET Windows guy and not a guru on Linux but with Justin Malcom's help I have the latest 2.8.1 mono installed on an older RHEL45 dev system and it

[Mono-dev] mono.cecil

2010-12-19 Thread Paul F. Johnson
Hi, Mono.Cecil 0.9.4 has been released unto the world and works beautifully. Is there an eta for Mono.Cecil 1.0 and when it arrives, will it see an end to the myriad of packages bundling their own version of mono.cecil as well (e.g. monodevelop has it's own version)? TTFN Paul -- Vertraue mir,

Re: [Mono-dev] trunk compile error, sgen-gc.c

2010-12-19 Thread Zoltan Varga
Hi, Use configure --with-sgen=no in the meantime until this is fixed. Zoltan On Wed, Dec 15, 2010 at 1:47 AM, KISHIMOTO, Makoto ksmak...@dd.iij4u.or.jpwrote: Hello, At my FreeBSD box, trunk build failed. Errors are following. $ gmake (snip) ../../doltlibtool --tag=CC

[Mono-dev] [PATCH] Re: trunk compile error, sgen-gc.c

2010-12-19 Thread KISHIMOTO, Makoto
Hello, I tried to patch. This looks work fine. diff --git a/mono/utils/mono-sigcontext.h b/mono/utils/mono-sigcontext.h index 2335f6f..dfe383c 100644 --- a/mono/utils/mono-sigcontext.h +++ b/mono/utils/mono-sigcontext.h @@ -58,7 +58,7 @@ #define UCONTEXT_REG_EDI(ctx)