Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error on dmd-2.099.1 #425

Open
Behkar opened this issue Apr 21, 2022 · 2 comments
Open

build error on dmd-2.099.1 #425

Behkar opened this issue Apr 21, 2022 · 2 comments

Comments

@Behkar
Copy link

Behkar commented Apr 21, 2022

.dub/packages/dlangui-0.9.182/dlangui/src/dlangui/dom/cssparser.d(86,18): Error: union field intValue with default initialization 0 must be before field typeFlagId
.dub/packages/dlangui-0.9.182/dlangui/src/dlangui/core/math3d.d(1310,16): Deprecation: returning this escapes a reference to parameter this
.dub/packages/dlangui-0.9.182/dlangui/src/dlangui/core/math3d.d(1310,16): perhaps annotate the function with return
/home/nilopurple/dlang/dmd-2.099.1/linux/bin64/dmd failed with exit code 1.

OS:ALT linux - Sisyphus
libsdl2-devel package installed.
dmd version : 2.099.1

@GrimMaple
Copy link
Collaborator

Hi!
The required version of dlangui is ~>0.9.187, yours is 0.9.182. Have you run dub upgrade?

@Imperatorn
Copy link

FYI, I just did

git clone https://github.com/buggins/dlangide.git
dub build

And everything worked.

dmd version is v2.105.2
dub version is 1.34.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants