Open tekord opened 5 years ago
This is a known error and a solution has been offered to the emsi-container developers. I had this some problem. If you go to emsi-containers git page and click on the pull request tab you will see the solution. If it has been committed already look for it on the closed pull request tab. You can make the small change to your local copy of unrolledlist.d or wait for the lib maintainer to release the next version probably version 0.8.0-alpha13 when it should be fixed.
The pull request you're referring to has been closed by the person who opened it, and was not merged.
Since the pr was closed and the branch deleted, here is the link to the code change that works if you want to manually update: https://github.com/dlang-community/containers/pull/137/commits/4b9d4567077a8db0d2b169529bc45b2f7c944664
I just checked the emsi-containers github page and the necessary change has been approved and merged into version 0.8.0-alpha.13. However, the library that has a dependency for emsi-containers has not updated the dependency version in there dub.json file. But you can update the dependency in your local repository.
Hi! I am noobie in D, interested in it and tried to build dlangide. I use Window 8.1 x64, installed latest DMD (rdmd build 20190210, reference compiler) and tried to build dlang as instruction said: clone the repo, run
dub run
. If see any build errors then rundub clean-caches
...But I got the same result:
Any ideas?