On Sunday, 3 May 2020 at 18:40:37 UTC, notna wrote:
On Saturday, 25 April 2020 at 06:55:19 UTC, Basile B. wrote:
Despite of the mini drama last year I've continued developping
dexed.
The changelog since last announce here is a bit long, check
https://gitlab.com/basile.b/dexed/-/releases
for more information and get the releases (linux only).
On Win10 64Bit, after compiling as described in
https://basile.b.gitlab.io/dexed/build.html, I have a
"dexed.exe" but if I run it, I get "couldn't find dexed-d.dll"
...
Can you give a try again after pulling latest changes ?
Actually the library indicated as missing was build by calling
bash which obviously could not work on Windows. I have pushed a
change that replaces this by a direct call to dub since the
script was essentially used to "cd" and that's not required as
dub has "--root"