Re: [Mono-dev] Building boo 0.9.2-3383 or 0.9.3-3457 problem

2010-02-21 Thread Rodrigo B. de Oliveira
Hi! On Sat, Feb 20, 2010 at 9:21 PM, Paul p...@all-the-johnsons.co.uk wrote: ... Any ideas if it's me or not? It's a bug: http://jira.codehaus.org/browse/BOO-1282 The workaround is to remove any existing Boo.Lang.Extensions from the gac before building.

Re: [Mono-dev] Testing Compatibility

2010-02-21 Thread Stifu
If I'm not mistaken, Mono can't build C++, but it should be able to run .NET C++ apps. Hmm, shouldn't you have done mono Test.exe rather than mono Test? Feel free to attach the exe so I can try and confirm. -- View this message in context:

[Mono-dev] [PATCH] mono-debugger: Enable silent build

2010-02-21 Thread Priit Laes
Hey! Following patch enables optional silent build on platforms that support it. From de2f55410258d4f1aac5b29fa5439905d16b1777 Mon Sep 17 00:00:00 2001 From: Priit Laes pl...@plaes.org Date: Sun, 21 Feb 2010 17:24:22 +0200 Subject: [PATCH 6/6] Enable silent build --- configure.in |3 +++

[Mono-dev] [PATCH] mono-debugger: Respect CFLAGS.

2010-02-21 Thread Priit Laes
Hey! Following patch makes configure respect user-provided CFLAGS. From 99afdb8ee441b65ae85737fea7bbf7208e14aa29 Mon Sep 17 00:00:00 2001 From: Priit Laes pl...@plaes.org Date: Sun, 21 Feb 2010 16:49:24 +0200 Subject: [PATCH 2/6] Respect CFLAGS. --- configure.in |6 +++--- 1 files changed,

[Mono-dev] [PATCH] mono-debugger: Fix wrong configure flag for build warnings.

2010-02-21 Thread Priit Laes
Hey, This patch fixes wrong configure flags that autogen.sh passes on to configure. Cheers, Priit :) From 075df0df8714b41a3afa576cf6458dcdb5d3814b Mon Sep 17 00:00:00 2001 From: Priit Laes pl...@plaes.org Date: Sun, 21 Feb 2010 16:39:28 +0200 Subject: [PATCH 1/6] Fix wrong configure flag for

[Mono-dev] [PATCH] mono-debugger: Fix parallel build

2010-02-21 Thread Priit Laes
Hey! Following patch makes it possible to build mono-debugger with make -jN, where N 1 :) From d979c9035e6d545caac892ec31f9fae838a612db Mon Sep 17 00:00:00 2001 From: Priit Laes pl...@plaes.org Date: Sun, 21 Feb 2010 17:19:19 +0200 Subject: [PATCH 5/6] Fix parallel-build. --- build/Makefile.am

[Mono-dev] [PATCH] mono-debugger: Add optional support for system libbfd.

2010-02-21 Thread Priit Laes
Hey! Following patch adds optional support for using system-wide libbfd instead of bundled one. From b84e53c2f2ebe42a339602703ee40e405c14d087 Mon Sep 17 00:00:00 2001 From: Priit Laes pl...@plaes.org Date: Sun, 21 Feb 2010 17:06:37 +0200 Subject: [PATCH 4/6] Add optional support for system

[Mono-dev] [PATCH] mono-debugger: Add optional support for system libedit.

2010-02-21 Thread Priit Laes
Hey! Following patch adds optional support for system-wide libedit library instead of bundled one... From dbaeba79be1292a43c50e0b9cf29a0e96a1994ad Mon Sep 17 00:00:00 2001 From: Priit Laes pl...@plaes.org Date: Sun, 21 Feb 2010 16:58:26 +0200 Subject: [PATCH 3/6] Add optional support for system

Re: [Mono-dev] Testing Compatibility

2010-02-21 Thread Michael Hutchinson
On Sun, Feb 21, 2010 at 7:47 AM, Stifu st...@free.fr wrote: If I'm not mistaken, Mono can't build C++, but it should be able to run .NET C++ apps. Only if they're pure CIL. If they're mixed-mode, i.e. contain both native and CIL code in the dll/exe, then Mono can only run them on Windows or

[Mono-dev] soft debugger

2010-02-21 Thread pablosantosl...@terra.es
Hi there, On which platforms is the soft debugger supported? Thanks, pablo ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] soft debugger

2010-02-21 Thread Zoltan Varga
On amd64/x86/arm. Zoltan On Sun, Feb 21, 2010 at 11:10 PM, pablosantosl...@terra.es pablosantosl...@terra.es wrote: Hi there, On which platforms is the soft debugger supported? Thanks, pablo ___ Mono-devel-list mailing list

Re: [Mono-dev] soft debugger

2010-02-21 Thread pablosantosl...@terra.es
on every OS or just Linux?? I know it's on Mac too, we're using it! :-) On 21/02/2010 23:15, Zoltan Varga wrote: On amd64/x86/arm. Zoltan On Sun, Feb 21, 2010 at 11:10 PM, pablosantosl...@terra.es mailto:pablosantosl...@terra.es pablosantosl...@terra.es

Re: [Mono-dev] soft debugger

2010-02-21 Thread Zoltan Varga
Hi, It is known to work on linux, windows, mac and the iphone. Zoltan On Sun, Feb 21, 2010 at 11:52 PM, pablosantosl...@terra.es pablosantosl...@terra.es wrote: on every OS or just Linux?? I know it's on Mac too, we're using it! :-) On 21/02/2010 23:15, Zoltan Varga