MacThings

Results 18 comments of MacThings

I picked up the project some days ago and I will release 2.0 next time. :) It will run under latest macOS and is Intel/ARM (U2B). Did a lot of...

> @MacThings why need those changes? Because it has problems with the header directories. And I fixed this Header Missing Error: ``` CMake Error at /Users/luigi/Library/Frameworks/SDL2.framework/Resources/CMake/sdl2-config.cmake:17 (message): File or directory...

@thomasf1 Sadly it seems to work with min. 26.x only. Can't get it to compile for previous versions because of "too new" Dependencies. Perhaps the Deps are working on previous...

I pulled the repo again and now I get this error if I try to compile: ``` luigi@M4:~/Documents/GitHub/s25client/build$ cmake -DCMAKE_BUILD_TYPE=Release .. -- Using CMake 4.1.2 CMake Error at CMakeLists.txt:27 (include):...

Ok I did recurse. Now building starts but stopps here (9%): ``` ld: symbol(s) not found for architecture arm64 clang++: error: linker command failed with exit code 1 (use -v...

Got it! ``` cmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_PREFIX_PATH="/opt/homebrew" \ -DCMAKE_IGNORE_PATH="/usr/local" \ -DCMAKE_CXX_FLAGS="-std=c++17 \ -Wno-error=missing-noreturn \ -Wno-error=deprecated-copy \ -Wno-error=unused-parameter \ -Wno-error=undef \ -Wno-error=cast-qual" .. make -j$(sysctl -n hw.ncpu) ``` -...

Without -DCMAKE_PREFIX_PATH="/opt/homebrew" \ I get ``` [ 5%] Generating gen/languages/rttr-ko.mo /opt/homebrew/bin/msgmerge: ld: warning: ignoring file '/usr/local/lib/libboost_unit_test_framework.dylib': found architecture 'x86_64', required architecture 'arm64' ``` by the way now I don't need...

Here the complete log [compile.log](https://github.com/user-attachments/files/23291897/compile.log)

All in `/opt/homebrew/lib/cmake` points to ../../Cellar. Ok so far. ``` drwxr-xr-x 4 luigi admin 128B 14 Aug. 03:41 ./ drwxr-xr-x 48 luigi admin 1,5K 14 Aug. 03:41 ../ -r--r--r-- 1...