NickBeeuwsaert / homebrew-native

Compile GTK application as native Quartz applications (no XQuartz)
3 stars 2 forks source link

Error when install gtk+3-native #3

Open ghost opened 10 years ago

ghost commented 10 years ago
==> Installing gtk+3-native
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gtk+/3.8/gtk+-3.8.2.tar.xz
######################################################################## 100.0%
==> ./configure --disable-silent-rules --enable-quartz-backend --enable-gtk2-dependency --prefix=/usr/local/Cellar/gtk+3-native/3.8.2
==> make install
Couldn't find include 'Pango-1.0.gir' (search path: ['../gdk', 'gir-1.0', '/usr/local/Cellar/gobject-introspection/1.38.0/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/local/Cellar/gobject-introspection/1.38.0/share/gir-1.0'])
make[3]: *** [Gdk-3.0.gir] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1

I do have pango-native installed:

$ brew install pango-native
Warning: pango-native-1.34.0 already installed
NickBeeuwsaert commented 10 years ago

I haven't had a ton of free time lately, so it might take me a while to get around to checking this out. I think inkscape-native had a similar problem with pango, and it required some patching. Also I think with inkscape for some reason, when you ran brew-install with --debug, after the build failed, you could run make install again and it would work just fine