Re: MacOS Weirdness

2023-01-16 Thread Johan via Digitalmars-d-learn
On Tuesday, 17 January 2023 at 03:48:03 UTC, Ruby The Roobster wrote: I just fixed a bug in my personal D hobby project. After pushing everything to github, I noticed that it fails to link with the latest LDC on MacOS. The error I'm getting is thus: ``` ld: warning: alignment (1) of atom 'an

MacOS Weirdness

2023-01-16 Thread Ruby The Roobster via Digitalmars-d-learn
I just fixed a bug in my personal D hobby project. After pushing everything to github, I noticed that it fails to link with the latest LDC on MacOS. The error I'm getting is thus: ``` ld: warning: alignment (1) of atom 'anon' is too small and may result in unaligned pointers ld: warning: poi