diamondburned / gotktrix

Matrix client in Go and GTK4
GNU Affero General Public License v3.0
312 stars 6 forks source link

Compile issue on macOS: libffi #38

Open tschloss opened 1 year ago

tschloss commented 1 year ago

Hi, I am stuck with a compile error on macOS:

github.com/diamondburned/gotk4/pkg/core/intern
# pkg-config --cflags  -- gobject-2.0
Package 'gobject-2.0' requires 'libffi >= 3.0.0' but version of libffi is 2.1
pkg-config: exit status 1

Any hints - I currently don't have the energy to dig into this rabbit hole.

Thanks

diamondburned commented 1 year ago

Brew's libffi version is 3.4.3, so probably just update that.