MacThings
MacThings
``` luigi@M4:~$ ls -l /opt/homebrew/Cellar/boost/1.89.0 total 40 drwxr-xr-x 3 luigi admin 96B 14 Aug. 03:41 include/ -rw-r--r-- 1 luigi admin 4,6K 2 Nov. 17:18 INSTALL_RECEIPT.json drwxr-xr-x 83 luigi admin 2,6K...
I tried the "make install" method and got this: [compile6.log](https://github.com/user-attachments/files/23300377/compile6.log) If I copy the 2 SDL FW to the Build Folder: ``` -rw-r--r-- 1 luigi staff 5,9K 3 Nov. 11:28...
I recognized that pkg-config was not installed for arm64. Did it now. Than in .bashrc only this was there: `export PATH="/usr/local/sbin:$PATH"` changed it to `export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" ` All /opt/homebrew ```...
That's my CPATH: `/opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/opt/java/bin:/usr/local/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin://Applications/Topaz Gigapixel AI.app/Contents/Resources/bin:/Library/Apple/usr/bin:/Applications/Little Snitch.app/Contents/Components:/usr/local/go/bin:/Users/luigi/.lmstudio/bin:/Users/luigi/.lmstudio/bin:/Users/luigi/.lmstudio/bin` And here MWE: ``` luigi@M4:~/Documents/GitHub/s25client/build$ /usr/bin/c++ -xc++ -E -v -isystem /opt/homebrew/include - < /dev/null Apple clang version 17.0.0 (clang-1700.3.19.1) Target: arm64-apple-darwin25.0.0 Thread model:...
Try the Version from today 8:52
Ok I tried something. Putting `export MACOSX_DEPLOYMENT_TARGET=12.0` in the top of my compile script. ``` luigi@M4-2:~$ otool -l /Users/luigi/Documents/GitHub/s25client/build/s25client.app/Contents/MacOS/s25client | rg LC_BUILD_VERSION -A3 cmd LC_BUILD_VERSION cmdsize 32 platform 1 minos...
Ok go into the package to MacOS and start in Terminal ./s25client What happened? The "updater" is missing, I know. But it should work without it.
Ok perhaps the dylib in video driver folder is not running on old OS versions. Can you please otool this file?