Building from source without homebrew or any other package manager.
Download the latest version of the [https://pkg-config.freedesktop.org/releases/?C=M;O=A](pkg-config source).
LDFLAGS="-framework CoreFoundation -framework Carbon" ./configure --with-internal-glib
make
sudo make install
@mkdeak
Thanks for the info. I'm also running Sonoma 14.5 on Apple Silicon (M1 Air).
But no joy. I tried to make pkgconfig 0.28.
From what I gleaned from the link you provided, I tried:
CFLAGS="-Wno-int-conversion"
CXXFLAGS="-Wno-int-conversion"
./configure --with-internal-glib
Same errors as before when I tried to make.
Did I misinterpret the link? Should I try a newer pkgconfig?
Should I try to build glib separately and then try to build pkgconfig without using its internal glib?
Again, thanks!
@rangelfn