SilentRipper_

Results 26 comments of SilentRipper_

> > re-add the 5.11 icon ;) > > How does that look like? > > I do not see any difference between the icons in https://github.com/luanti-org/luanti/tree/master/misc and https://github.com/luanti-org/luanti/tree/5.11.0/misc ....

Well as you can see there's a bug in the icon, it's replaced by another https://imgur.com/a/OqudPlI

> Not reproduced on macOS 15.6.1. i do not remember seeing the same problem in previous macOS versions. So I expect this is macOS 26 specific. I tried on MacOS...

I'd really like to compile Luanti so I can make custom clients

> Try to call cmake with `ICONV_LIBRARY` parameter. Something like > > ``` > cmake .. \ > -DCMAKE_FIND_FRAMEWORK=LAST \ > -DCMAKE_INSTALL_PREFIX=../build/macos/ \ > -DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUE \ > -DICONV_LIBRARY=/opt/homebrew/opt/libiconv/lib/libiconv.a >...

[CMakeCache.txt](https://github.com/user-attachments/files/23251338/CMakeCache.txt) > It looks like the build process is trying to link the app against a different OpenGL implementation than is integrated in mac os. > > Can you please...

btw I tried on MacOs High Sierra, MacOs Sequoia too and it didn't work

> [@SilentRipperMC](https://github.com/SilentRipperMC) Do you have MacPorts installed? Yeah

I need to change the XCode version ?

> > I need to change the XCode version ? > > Just try, if you get an error like: `/path/to/sdk/MacOSX26.0.sdk/usr/include/c++/v1/__config:49:6 "_LIBCPP_ENABLE_ASSERTIONS has been removed, please use _LIBCPP_HARDENING_MODE instead"` >...