Open mitch-spec opened 10 months ago
It compiles as soon as i am adding the following: CFLAGS = -Wall -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I/usr/include -L/opt/homebrew/opt/freetype/lib -I/opt/homebrew/opt/freetype/include/freetype2 -I/opt/homebrew/opt/libpng/include/libpng16
I figured it out with
freetype-config --cflags
freetype-config --libtool
freetype-config --libs
I am trying to compile fontconvert on MacOS Sonoma M1. freetype 2.13.2 is already installed and linked via brew.
Compiling fontconvert throws the following error.
When i am adding homebrew's location of freetype there's this error:
Do you have any idea how to resolve the issue?