On Saturday, 1 February 2020 at 22:25:38 UTC, Danny Arends wrote:
On Saturday, 1 February 2020 at 20:06:42 UTC, seany wrote:
[...]

Hey Seany,

A quick follow up post. I think/suspect that something might be broken in your dub installation if the mean import is not found. This is the first import from the phobos standard library in the project.

Could you try compiling the DaNode web server without using dub ?

git clone https://github.com/DannyArends/DaNode.git
cd DaNode
rdmd danode/server.d -p=8080

This should work, when you have a working D+Phobos standard library installation. If this throws error of being unable to find the canFind import (now the first one) then somehing in your dub/dmd installation is broken and you will probably have to reinstall dmd+dub

Kind regards,
Danny

I will test this tomorrow.

Reply via email to