digitalmars.D.ide - Is DUB now mandatory for DDT?
- Dejan Lekic (5/5) Aug 23 2014 I have installed latest DDT and I could not make anything compile
- eles (11/16) Aug 24 2014 From the changelog:
- Bruno Medeiros (9/12) Aug 27 2014 Yup, it is, it should be installed.
I have installed latest DDT and I could not make anything compile successfully so I came here to ask whether now DDT expects DUB to be installed? -- http://dejan.lekic.org
Aug 23 2014
On Saturday, 23 August 2014 at 22:31:10 UTC, Dejan Lekic wrote:I have installed latest DDT and I could not make anything compile successfully so I came here to ask whether now DDT expects DUB to be installed?From the changelog: Added DUB build support. Removed basic builder (the previous build functionality using response files). Project build configuration page has only one field now: a field with optional extra options to pass to DUB when building. Previously created DDT Eclipse projects are no longer compatible with this new version. You should recreate the project using the new DUB Project wizard. So, I assume, yes. There are no other projects than those which are DUB-based.
Aug 24 2014
On 23/08/2014 23:31, Dejan Lekic wrote:I have installed latest DDT and I could not make anything compile successfully so I came here to ask whether now DDT expects DUB to be installed?Yup, it is, it should be installed. For the building itself, you can disable the DUB builder if you want to use a different build tool. But you will still need DUB and the dub.json file, to describe the project type, source folders, etc.. -- Bruno Medeiros https://twitter.com/brunodomedeiros
Aug 27 2014