-
Notifications
You must be signed in to change notification settings - Fork 80
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
Comments
are you using dmd or ldc and which version? This will probably not be fixable in code, but require an update of the compiler. |
all of the compilers (dcg,dbd,ldc) that come bundled with Ubuntu 20.04
using older compilers - I downloaded the community dmd latest deb problem
solved
I think because of the popularity of Ubunto a comment would be nice
Regards
…On Wed, Apr 5, 2023 at 10:43 AM Jan Jurzitza ***@***.***> wrote:
are you using dmd or ldc and which version?
This will probably not be fixable in code, but require an update of the
compiler.
—
Reply to this email directly, view it on GitHub
<#899 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A634LJTXDCQDN5LQOBUTGGDW7UO7XANCNFSM6AAAAAAWTVRDY4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Roi Illouz
WEKA
E ***@***.**** *W www.weka.io
<https://www.weka.io?utm_source=WiseStamp&utm_medium=email&utm_term=&utm_content=&utm_campaign=signature>*
* * *
<http://weka.io/4>
|
versioned imports may be possible in the containers package for the old compilers, but need to investigate that and schedule new releases.
What's the |
Sorry |
ok that LDC version should be supportable, that gdc version probably won't be. |
ldc didn't compile same error |
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
The text was updated successfully, but these errors were encountered: