How to build project with dmd using Xamarin Studio?

Dr.No jckj33 at gmail.com
Wed Apr 11 19:02:12 UTC 2018


On Wednesday, 11 April 2018 at 16:15:52 UTC, rikki cattermole 
wrote:
> On 12/04/2018 4:06 AM, Dr.No wrote:
>> Does anyone knows how to build project with dmd using Xamarin 
>> Studio? I've installed already a working mono-D version but 
>> which build using dmd by default, I want to switch to use dub.
>
> Mono-D supports dub.json (not dub.sdl) when opening a project.
> Simple and works well.
>

I've tried already open dub.json but I got this error:

Load operation method not found: 
'System.Collections.Generic.IEnumerable`1<MonoDevelop.Projects.Project> MonoDevelop.Projects.WorkspaceItem.GetProjectsContainingFile(MonoDevelop.Core.FilePath)

Do you know which version you've used it successfully? I'm stuck 
to version 5.0.1 because it was the only one that Mono-D worked 
for me. Newly version it just didn't work at all.

> Compile from command line however.

I'd like to press Ctrl+F5 then it actually run dub rather dmd but 
if it isn't possible by now, I can compile by command line.


More information about the Digitalmars-d-ide mailing list