workspace-d dsymbol Visual Code macOS

Cody Duncan cody at codyduncan.net
Tue Feb 13 03:06:00 UTC 2018


On Monday, 12 February 2018 at 14:06:49 UTC, Lucia wrote:
> On Tuesday, 6 February 2018 at 21:25:27 UTC, Joel wrote:
>> [snip]
>>
>> On Tuesday, 6 February 2018 at 20:59:54 UTC, WebFreak001 wrote:
>>> can you try
>>>
>>> git clone https://github.com/Pure-D/workspace-d.git
>>> cd workspace-d
>>> dub upgrade
>>> dub build
>>>
>>> and then put the resulting path of the executables in your 
>>> user settings as "d.workspacedPath"
>>
>> I got the same compile time errors.
>
> Did you manage to solve it? I'm facing the exact same error

I seem to have gotten serve-d to build by modifying the 
dub.selections.json at 
AppData\Roaming\code-d\bin\serve-d\dub.selections.json:
swap "libdparse": "0.8.0-alpha.4",
for "libdparse": "0.7.1",

A quick fetch and build of dsymbol that was successful defaulted 
to using the 0.7.1 libdparse library. That being said, it emits a 
lot of intpromote warnings and a LNK4255.


More information about the Digitalmars-d-learn mailing list