| |
| Posted by jfondren in reply to Brian | PermalinkReply |
|
jfondren
| On Wednesday, 13 October 2021 at 06:03:30 UTC, Brian wrote:
> On Wednesday, 13 October 2021 at 06:00:57 UTC, Brian wrote:
> It does.
But you're going to have to further update your guide: I just posted ports of dub and gdmd to ports@. Please test and report back to ports@.
Also, does dub+gdmd actually work for you at runtime? I am getting this issue: https://issues.dlang.org/show_bug.cgi?id=22381
Also, all the segfaults with dub should be fixed. If not, definitely let me know.
A port of the D tools will be sent tomorrow once I clean it up.
A fresh build of dub (with gdc) is still segfaulting, and looks to be related to SDL:
$ dub -q init -n -f=json; dub -q run
Edit source/app.d to start your project.
$ rm -rf dub.{sdl,json} source
$ dub -q init -n -f=sdl; dub -q run
Segmentation fault (core dumped)
I'll check out the new ports when they're available. Thanks!
|