You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the problem is likely that the freetype2 library is not included properly for MacOS. It should probably be quite easy to fix for someone more familiar with the makefile than me.
The text was updated successfully, but these errors were encountered:
Describe the bug
Both the automatic release process and myself compiling locally fails with the following error:
which clearly indicates that libraries are not included and linked properly.
Attach save file
N/A
Steps to reproduce
On MacOS, run e.g.
make RELEASE=1 TILES=1 SOUND=1 LOCALIZE=0 CLANG=0
and watch the compilation fail.Expected behavior
The compilation succeeds.
Screenshots
No response
Versions and configuration
OS: MacOS Sequoia 15.0
Additional context
The following addition to
Makefile
made the compilation succeed:So the problem is likely that the
freetype2
library is not included properly for MacOS. It should probably be quite easy to fix for someone more familiar with the makefile than me.The text was updated successfully, but these errors were encountered: