nillerusr / source-engine

Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Other
1.22k stars 190 forks source link

[MacOS] build issue #223

Closed Such815 closed 1 year ago

Such815 commented 1 year ago

Can someone help me with this issue

python3 ./waf configure -T release --64bits --prefix='' --build-games=hl2 -v Setting top to : /Users/har/Downloads/source-engine Setting out to : /Users/har/Downloads/source-engine/build Build type : release LTO build : no PolyOpt build : no Checking for 'clang' (C compiler) : 21:26:06 runner ['clang', '-dM', '-E', '-'] clang Target OS : darwin Target CPU : aarch64 Target binfmt : mac-o Checking for 'clang++' (C++ compiler) : 21:26:06 runner ['/usr/bin/clang++', '-dM', '-E', '-'] /usr/bin/clang++ Target OS : darwin Target CPU : aarch64 Target binfmt : mac-o Checking for program 'git' : /opt/homebrew/bin/git Checking git hash : 21:26:06 runner ['/opt/homebrew/bin/git', 'describe', '--dirty', '--always'] d56e8557 Checking for program 'strip' : /usr/bin/strip Checking for required C flags : 21:26:06 runner ['clang', '-fsanitize=signed-integer-overflow', '-fsanitize=undefined', '-ggdb3', '-O0', '-std=c11', '-Wall', '-Werror', '-Wextra', '-Wno-sign-compare', '-Wno-unused-parameter', '-Wno-unused-variable', '-Wshadow', '-fno-strict-aliasing', '-fvisibility=hidden', '-O2', '-funsafe-math-optimizations', '-ftree-vectorize', '-ffast-math', '-pipe', '-fPIC', '-L/Users/har/Downloads/source-engine/lib/darwin/aarch64/', '-pthread', '-fsigned-char', '-DDX_TO_GL_ABSTRACTION', '-DGL_GLEXT_PROTOTYPES', '-DBINK_VIDEO', '-DUSE_SDL=1', '-DPLATFORM_64BITS=1', '-DOSX=1', '-D_OSX=1', '-DPOSIX=1', '-D_POSIX=1', '-DPLATFORM_POSIX=1', '-DGNUC', '-DNO_HOOK_MALLOC', '-D_DLL_EXT=.dylib', '-DNDEBUG', '-DGIT_COMMIT_HASH="d56e8557"', '../test.c', '-c', '-o/Users/har/Downloads/source-engine/build/.conf_check_dfa61be6b5772a7b95533734fae3eef1/testbuild/test.c.1.o']

nillerusr commented 1 year ago

Where issue?