D IDE Dexed - v3.9.0

Basile B. b2.temp at gmx.com
Tue May 5 22:00:30 UTC 2020


On Tuesday, 5 May 2020 at 20:05:25 UTC, notna wrote:
> On Tuesday, 5 May 2020 at 20:03:38 UTC, notna wrote:
>> On Tuesday, 5 May 2020 at 12:53:29 UTC, Basile B. wrote:
>>>>
>>>> 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"
>>
>> Thanks for your changes.
>>
>> Seems like linking take a bit longer now but the DLL is still 
>> not build.

The log from DUB tends to say the opposite. The dll should be in
"C:\Temp\Git\dexed\bin". Maybe the extension is missing then ?

>> Another change => calling "dexed.exe" doesn't shop the error 
>> popup as it did before...
>>
> grrr... doesn't _SHOW_ the error popup as it did before...

Try the default procedure now. i.e using lazbuild as explained in 
the documentation. As the library is statically linked this is 
mandatory anyway.


More information about the Digitalmars-d-announce mailing list