Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-23 Thread Bruno Medeiros
On 22/10/2013 14:48, Iain Buclaw wrote: If you are using GCC, you'll be using the GCC toolchain. If you are using MSVC, you'll be using the MSVC toolchain. It's as black and white as that. I know. The point, for me at least, was not weather I could use GCC + MS debuggers or MS compilers

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-23 Thread Bruno Medeiros
On 22/10/2013 16:59, Manu wrote: ...okay. Ignore me! You said GCC _is able_ to emit COFF object code, which didn't make it sound like it did, or at least not by default. Which seemed to match my experience (from years ago). I recall a conversation with Daniel Green about making a special

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Bruno Medeiros
On 18/10/2013 12:58, Iain Buclaw wrote: On 18 October 2013 12:43, Bruno Medeiros brunodomedeiros+...@gmail.com wrote: On 16/10/2013 22:21, Andrei Alexandrescu wrote: On 10/16/13 5:38 AM, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are there any plans/tricks/hacks on

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Manu
On 18 October 2013 21:58, Iain Buclaw ibuc...@ubuntu.com wrote: On 18 October 2013 12:43, Bruno Medeiros brunodomedeiros+...@gmail.com wrote: On 16/10/2013 22:21, Andrei Alexandrescu wrote: On 10/16/13 5:38 AM, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Iain Buclaw
On 22 October 2013 13:29, Manu turkey...@gmail.com wrote: On 18 October 2013 21:58, Iain Buclaw ibuc...@ubuntu.com wrote: On 18 October 2013 12:43, Bruno Medeiros brunodomedeiros+...@gmail.com wrote: On 16/10/2013 22:21, Andrei Alexandrescu wrote: On 10/16/13 5:38 AM, Bruno Medeiros

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Manu
On 22 October 2013 23:48, Iain Buclaw ibuc...@ubuntu.com wrote: On 22 October 2013 13:29, Manu turkey...@gmail.com wrote: On 18 October 2013 21:58, Iain Buclaw ibuc...@ubuntu.com wrote: On 18 October 2013 12:43, Bruno Medeiros brunodomedeiros+...@gmail.com wrote: On 16/10/2013

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread David Nadlinger
On Tuesday, 22 October 2013 at 14:39:55 UTC, Manu wrote: Well whatever object format it is, it seems it's not COFF by default, [...] --- $ gcc --version gcc -c test.c file test.o gcc.exe (rubenvb-4.8.0) 4.8.0 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Iain Buclaw
On 22 October 2013 15:58, David Nadlinger c...@klickverbot.at wrote: On Tuesday, 22 October 2013 at 14:39:55 UTC, Manu wrote: Well whatever object format it is, it seems it's not COFF by default, [...] --- $ gcc --version gcc -c test.c file test.o gcc.exe (rubenvb-4.8.0) 4.8.0

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Manu
On 23 October 2013 01:02, Iain Buclaw ibuc...@ubuntu.com wrote: On 22 October 2013 15:58, David Nadlinger c...@klickverbot.at wrote: On Tuesday, 22 October 2013 at 14:39:55 UTC, Manu wrote: Well whatever object format it is, it seems it's not COFF by default, [...] --- $ gcc

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Iain Buclaw
On 22 October 2013 16:59, Manu turkey...@gmail.com wrote: On 23 October 2013 01:02, Iain Buclaw ibuc...@ubuntu.com wrote: On 22 October 2013 15:58, David Nadlinger c...@klickverbot.at wrote: On Tuesday, 22 October 2013 at 14:39:55 UTC, Manu wrote: Well whatever object format it is, it

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-18 Thread Bruno Medeiros
On 16/10/2013 13:42, Dicebot wrote: On Wednesday, 16 October 2013 at 12:38:40 UTC, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are there any plans/tricks/hacks on how to get programs built with dmd debuggable with gdb? Then we also could release the addin for Windows as

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-18 Thread Bruno Medeiros
On 16/10/2013 22:21, Andrei Alexandrescu wrote: On 10/16/13 5:38 AM, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are there any plans/tricks/hacks on how to get programs built with dmd debuggable with gdb? Then we also could release the addin for Windows as well! (Afaik I

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-18 Thread Iain Buclaw
On 18 October 2013 12:43, Bruno Medeiros brunodomedeiros+...@gmail.com wrote: On 16/10/2013 22:21, Andrei Alexandrescu wrote: On 10/16/13 5:38 AM, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are there any plans/tricks/hacks on how to get programs built with dmd

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-17 Thread Timothee Cour
On Wed, Oct 16, 2013 at 2:21 PM, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: On 10/16/13 5:38 AM, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are there any plans/tricks/hacks on how to get programs built with dmd debuggable with gdb? Then we also could

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-16 Thread Bruno Medeiros
On 08/10/2013 14:18, Alexander Bothe wrote: Are there any plans/tricks/hacks on how to get programs built with dmd debuggable with gdb? Then we also could release the addin for Windows as well! (Afaik I asked the same question some time ago, but well, perhaps something did change over the time

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-16 Thread Dicebot
On Wednesday, 16 October 2013 at 12:38:40 UTC, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are there any plans/tricks/hacks on how to get programs built with dmd debuggable with gdb? Then we also could release the addin for Windows as well! (Afaik I asked the same question

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-16 Thread Andrei Alexandrescu
On 10/16/13 5:38 AM, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are there any plans/tricks/hacks on how to get programs built with dmd debuggable with gdb? Then we also could release the addin for Windows as well! (Afaik I asked the same question some time ago, but well,

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-08 Thread Dicebot
This time, the addin should be compatible to older beta versions of MonoDevelop (like 4.0.12) as well – so feel free to simply try it out. _very_ glad to hear that. Thanks for your work!

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-08 Thread Alexander Bothe
On Tuesday, 8 October 2013 at 13:21:17 UTC, Dicebot wrote: This time, the addin should be compatible to older beta versions of MonoDevelop (like 4.0.12) as well – so feel free to simply try it out. _very_ glad to hear that. Thanks for your work! Can't guarantee anything! I've just

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-08 Thread Johannes Pfau
Am Tue, 08 Oct 2013 18:43:59 +0200 schrieb Alex i...@alexanderbothe.com: On Tuesday, 8 October 2013 at 13:21:17 UTC, Dicebot wrote: This time, the addin should be compatible to older beta versions of MonoDevelop (like 4.0.12) as well – so feel free to simply try it out. _very_ glad

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-08 Thread Alexander Bothe
On Tuesday, 8 October 2013 at 18:03:25 UTC, Johannes Pfau wrote: BTW: MonoDevelop is broken on Gnome 3.10 now. They changed something in gnome-terminal and now MonoDevelop can't open the terminal anymore :-( Disabling the external console should work but MonoDevelop seems to ignore that