On Thursday, 12 February 2015 at 14:16:49 UTC, Vadim Lopatin
wrote:
On Thursday, 12 February 2015 at 09:55:53 UTC, Chris wrote:
On Wednesday, 11 February 2015 at 17:49:53 UTC, Vadim Lopatin
Got an error message after cloning and running "dub run"
Compiling using dmd...
Error: cannot read file
../../.dub/packages/dlangui-master/examples/helloworld/bin/helloworld.d
FAIL
.dub/build/application-debug-linux.posix-x86_64-dmd_2066-51E212BAD4DDA2DE13262C4DBFEB2E69/
dlangide executable
Error executing command run: dmd failed with exit code 1.
I used dmd 2.066.1
Btw, have you thought of integrating the version manager dvm
somehow. I find it extremely useful, especially when upgrading
my code to a new version of dmd.
I'm really looking forward to using this IDE for my D projects
one day.
Following works for me:
dub fetch dlangui
dub run dlangui:helloworld
dub run dlangui:example1
dub run dlangui:tetris
I see no errors.
DMD is v2.066.0 and DUB is 0.9.22
That works for me too, but the error I got was from this:
git clone https://github.com/buggins/dlangide.git
cd dlangide
dub run
Building dlangide 0.2.1 configuration "application", build
type debug.
Compiling using dmd...
Error: cannot read file
../../.dub/packages/dlangui-master/examples/helloworld/bin/helloworld.d
FAIL
.dub/build/application-debug-linux.posix-x86_64-dmd_2066-51E212BAD4DDA2DE13262C4DBFEB2E69/
dlangide executable
Error executing command run: dmd failed with exit code 1.
(dmd 2.066.0)