DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:

Home Page:http://ddt-ide.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMD not found in PATH

p0nce opened this issue · comments

commented

DDT doesn't find DMD :

capture d ecran 2016-10-20 a 19 01 30

But DMD is in the PATH:

$ dmd --version
DMD64 D Compiler v2.072.0-b2
Copyright (c) 1999-2016 by Digital Mars written by Walter Bright

If using the command line you invoke dub build on the project directory, does that work? Also is that Linux or OS X?

commented

dub buildworks. OSX.

This is not a DDT issue, but rather OSX which has different PATH environment variable for command line apps, and UI apps like Eclipse (similar issue: #121 (comment) ). See http://superuser.com/questions/28344/path-env-variable-on-mac-os-x-and-or-eclipse for a possible solution.