dlangide icon indicating copy to clipboard operation
dlangide copied to clipboard

Build failed with v2.074.0

Open EmTee70 opened this issue 6 years ago • 2 comments

I got: dlangui 0.9.173: building configuration "default"... ../../.dub/packages/dlangui-0.9.173/dlangui/src/dlangui/widgets/lists.d(1407,16): Error: module stopwatch is in file 'std/datetime/stopwatch.d' which cannot be read import path[0] = ../../.dub/packages/dlangui-0.9.173/dlangui/3rdparty

Using: dmd --version DMD64 D Compiler v2.074.0 on Ubuntu 16.04.

But after update to 2.077 compilation worked.

So you just need to update your readme entry: Needs DMD 2.066.1 or newer to build.

EmTee70 avatar Dec 15 '17 11:12 EmTee70

Added DMD 2.0.77 requirement But didn't find 2.066 mentioned in it.

buggins avatar Dec 19 '17 07:12 buggins

I found it here: https://github.com/buggins/dlangide Just search in your browser for 66 I paste the context here: Building DlangIDE

Build and run with DUB:

git clone https://github.com/buggins/dlangide.git cd dlangide dub run

If you see build errors, try to upgrade dependencies:

dub clean-caches

dub upgrade --force-remove dub build --force

Needs DMD 2.066.1 or newer to build.

HINT: Try to open sample project Tetris, from workspaces/tetris with DlangIDE.

EmTee70 avatar Dec 19 '17 08:12 EmTee70