wojciech-graj / doom-ascii

DooM in the terminal!
GNU General Public License v2.0
512 stars 24 forks source link

Building doom-ascii on MacOS? #2

Closed sussyboiiii closed 4 months ago

sussyboiiii commented 1 year ago

Hello, I have always dreamt of playing doom in the terminal, but sadly when trying to make it on macos I get this error: clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [../doom_ascii/doom_ascii] Error 1 I'm on apple silicon running macos 13.4. Thanks for your help!

wojciech-graj commented 1 year ago

I'll need some more information to figure out what's wrong. You probably want to use the -v flag as suggested in the error message to find out more

sussyboiiii commented 1 year ago

Thanks for your response, when using -v I get this:

GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0
philippgehrig commented 4 months ago

I have run into the same issue. Is there an update on thisß Thank you very much!

wojciech-graj commented 4 months ago

If you run make mac, instead of just make, it should build. Later today I'll mention this in the README

sussyboiiii commented 4 months ago

It builds now! Its really hard/impossible to see is this normal? Screenshots are after running it and not pressing any inputs. Thanks!

Screenshot 2024-04-25 at 17 08 03 Screenshot 2024-04-25 at 17 08 14
wojciech-graj commented 4 months ago

See #8

sussyboiiii commented 4 months ago

Yes, this is the problem. Thank you!