buggins / dlangui

Cross Platform GUI for D programming language
Boost Software License 1.0
805 stars 120 forks source link

Error: unable to read module `icontheme` #640

Closed ammatwain closed 1 year ago

ammatwain commented 1 year ago

Sorry, I'm new to the language and. I had a trivial build accident. Please delete these comments.

Thanks for your valuable work. Ammatwain

GrimMaple commented 1 year ago

so is this all right now? I saw a bunch of failed autotests, but I couldn't reproduce on my machines

leotada commented 1 year ago

I'm having this error too. Maybe you can explain please @ammatwain

GrimMaple commented 1 year ago

@leotada it turned out that a new dub release broke existing dub.json. I drafted a new release, 0.10.1. When it's up, you should be able to use that :) As of now, you can clone the repo and use this in your dub.json as a temporary solution:

"dependenceis": {
    "dlangui": { "path": "/path/to/dlangui" }
}
leotada commented 1 year ago

Thanks @GrimMaple . I just notice that building an example from master.