[Mono-dev] Error 134 building Mono from latest source

2013-06-16 Thread Alexander M. Batishchev
Hi, Running make (in latest from git) on line: cd /usr/src/mono/mcs make –no-print-directory -s NO_DIR_CHECK=1 PROFILES=’ net_2_0 net_3_5 net_4_0 net_4_5 ‘ CC=’gcc’ all-profiles returns an error: Bootstrap compiler: Mono C# compiler version 3.0.8.0 MCS [build] mscorlib.dll Native stacktrace:

[Mono-dev] What is the best practice for disposing of transient MonoObject in an embedding scenario

2013-06-16 Thread Jean-Michel.Perraud
Hi, I'd like some guidance on how to free memory in an embedded Mono scenario. I 'monkeyed' a few things started from the embedded samples in the mono codebase, but they are limited to g_free calls on UTF8 strings. I think I figured out I needed to use mono_gchandle_new and mono_gchandle_free

[Mono-dev] How to skip building .net 2.0/3.x and build only 4.x?

2013-06-16 Thread Alexander M. Batishchev
Hi, How can I configure the build from source to do not build .NET 2.0/3.5 but say include MonoDroid? Thanks! Alex ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list