Skip to content

Clang Error when trying to compile on MacOS

Attempting to make on MacOS returns these clang: warning: argument unused during compilation: '-fuse-ld=lld' [-Wunused-command-line-argument] errors and fails.

Compiled version 1.1 and it returned undef: _startwin_isopen Undefined symbols for architecture x86_64: "_startwin_isopen", referenced from: _initputs in lto.o engineLogCallback(void*, loguru::Message const&) in lto.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Failed linking eduke32!

Is this not able to be compiled for MacOS or is there a certain way to compile this? Or is this not compatible with MacOS?

Edited by Brandon Dahdah