DMD on OSX broken?

Steven Schveighoffer schveiguy at gmail.com
Wed Nov 17 17:35:56 UTC 2021


On 11/17/21 11:49 AM, WebFreak001 wrote:
> I'm using DMD on the GitHub Actions OSX runner and suddenly I'm getting 
> these weird linker errors: 
> https://github.com/Pure-D/serve-d/runs/4240327451?check_suite_focus=true
> 
> anyone else getting errors like that? I don't have a mac so I have no 
> way of checking if it actually happens on real devices or how to fix it.
> 
> I have `env MACOSX_DEPLOYMENT_TARGET=10.12` set because I wanted to 
> support older OSX versions, not sure if that's something that could 
> influence this error

It might.

Maybe try removing that to test? I'm not sure what OS the github actions 
image is.

I recently had some issues with linking with LDC on my M1 Pro macbook. 
Changing the deployment target to 11 (from 12) helped.

-Steve


More information about the Digitalmars-d mailing list