You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I freshly installed dmd and ldc environments under ubuntu 18.04, and everything seems to work fine. I cloned this git ad compiled dlangide without any problems with both dmd and ldc.
Now I tried to make projects in dlangide. Fitst I run source ~/dlang/dmd-2.088.0/activate to adtivate dmd environment, and than run dlangide. I can create and compile Hello world app without any problems. But when I try DlangUI: hellow world app I allways get following error
app.d(3): Error: module dlangui is in file 'dlangui.d' which cannot be read
import path[0] = .
import path[1] = /home/prokop/dlang/dmd-2.088.0/linux/bin64/../../src/phobos
import path[2] = /home/prokop/dlang/dmd-2.088.0/linux/bin64/../../src/druntime/import
Failed: ["/home/prokop/dlang/dmd-2.088.0/linux/bin64/dmd", "-debug", "-v", "-o-", "app.d", "-I."]
Since I'm completely new to D-lang I cannot figure out what is the problems. It seems that dub already automatically installed all dependencies including dlangui-0.9.182 when I compiled dlangide the first time. I even see it is included in the project. So I don't see whey dlangide cannot find dlangui (if I understand what the error says)
The text was updated successfully, but these errors were encountered:
I freshly installed
dmd
andldc
environments under ubuntu 18.04, and everything seems to work fine. I cloned this git ad compileddlangide
without any problems with bothdmd
andldc
.Now I tried to make projects in
dlangide
. Fitst I runsource ~/dlang/dmd-2.088.0/activate
to adtivatedmd
environment, and than rundlangide
. I can create and compileHello world app
without any problems. But when I tryDlangUI: hellow world app
I allways get following errorSince I'm completely new to D-lang I cannot figure out what is the problems. It seems that
dub
already automatically installed all dependencies includingdlangui-0.9.182
when I compileddlangide
the first time. I even see it is included in the project. So I don't see wheydlangide
cannot finddlangui
(if I understand what the error says)The text was updated successfully, but these errors were encountered: