Hi there,
I'm currently trying to install the game porting toolkit on my M2pro Mac Mini. (MacOS Sonoma 14.0) As the InstallAware AGPT-Installer always failed with "error 1" (..check disk space blabla) I tried the installation using the console and the steps described here: https://www.applegamingwiki.com/wiki/Game_Porting_Toolkit
But: The general installation step always fails:
brew -v install apple/apple/game-porting-toolkit
It results in the following error:
Error: apple/apple/game-porting-toolkit 1.0.4 did not build
Logs:
/Users/jgruen/Library/Logs/Homebrew/game-porting-toolkit/00.options.out
/Users/jgruen/Library/Logs/Homebrew/game-porting-toolkit/wine64-build
/Users/jgruen/Library/Logs/Homebrew/game-porting-toolkit/01.configure.cc
/Users/jgruen/Library/Logs/Homebrew/game-porting-toolkit/01.configure
If reporting this issue please do so to (not Homebrew/brew or Homebrew/homebrew-core):
apple/apple
If you scroll up, you can see the likely source of the problem:
...
checking for ft2build.h... yes
checking for -lfreetype... not found
configure: error: FreeType 64-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
...
Note that I also have XCode 15.0 installed. FreeType is also available under /usr/local/opt/ All previous steps were ok. This one fails.
How can I "install" the 64 bit development version? By the way I also have the include files, so some kind of FreeType dev code is here. (/usr/local/include/freetype2/ft2build.h for example)
Any help or idea would be cool.