How to use D on M2 macOS?

Albert albeva at me.com
Mon Jul 21 14:32:49 UTC 2025


On Monday, 21 July 2025 at 14:16:29 UTC, Luna wrote:
> The script I posted automates some of these steps by the way; 
> so you'll just have to set the paths correctly in the plugin 
> (/opt/SDKs/serve-d/bin/serve-d, /opt/SDKs/dcd/bin/dcd-server, 
> /opt/SDKs/dcd/bin/dcd-client); then set the serve-d version as 
> frozen.

Thank you. This seems to have worked better! Though I am still 
getting errors:

```
Could not initialize DCD for
```

and in the output get a lot of:

```
2025-07-21T15:30:59.455 [warning] first.d:474:visit Could not 
resolve location of module 'std/stdio'
2025-07-21T15:30:59.455 [warning] first.d:474:visit Could not 
resolve location of module 'std/getopt'
2025-07-21T15:30:59.455 [warning] first.d:474:visit Could not 
resolve location of module 'std/json'
2025-07-21T15:30:59.455 [warning] first.d:474:visit Could not 
resolve location of module 'config'
2025-07-21T15:30:59.455 [warning] first.d:474:visit Could not 
resolve location of module 'std/file'
```




More information about the Digitalmars-d-learn mailing list