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

Trying to build using Ubuntu 20.04 packages #899

Open
roi-illouz opened this issue Apr 5, 2023 · 6 comments
Open

Trying to build using Ubuntu 20.04 packages #899

roi-illouz opened this issue Apr 5, 2023 · 6 comments

Comments

@roi-illouz
Copy link

building the project gives the following:

containers/src/containers/dynamicarray.d(10): Error: module core.lifetime import copyEmplace not found

Dub also has other issues with modules cross dependencies

@WebFreak001
Copy link
Member

are you using dmd or ldc and which version?

This will probably not be fixable in code, but require an update of the compiler.

@roi-illouz
Copy link
Author

roi-illouz commented Apr 5, 2023 via email

@WebFreak001
Copy link
Member

versioned imports may be possible in the containers package for the old compilers, but need to investigate that and schedule new releases.

dcg and dbd are not D compilers btw.

What's the ldc version that comes bundled on your system?

@roi-illouz
Copy link
Author

Sorry
ldc 2.90
gdc - 2.76
dmd - already installed community latest so I don't know what version is the snap

@WebFreak001
Copy link
Member

ok that LDC version should be supportable, that gdc version probably won't be.

@roi-illouz
Copy link
Author

ldc didn't compile same error

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

2 participants