[Gtk-osx-users] Can't build on 10.8.2
Status: Beta
Brought to you by:
jralls
From: John A. V. <ja...@ne...> - 2013-01-08 00:56:11
|
Does one of these commands build Gtk+? jhbuild bootstrap jhbuild build meta-gtk-osx-bootstrap Those two commands seemed to run OK. It's this command that fails: jhbuild build meta-gtk-osx-core Here's the contents of my gtk/inst/lib/pkgconfig/ atk.pc gdk-pixbuf-2.0.pc libffi.pc cairo-ft.pc gio-2.0.pc liblzma.pc cairo-gobject.pc gio-unix-2.0.pc libpng.pc@ cairo-pdf.pc glib-2.0.pc libpng15.pc cairo-png.pc gmodule-2.0.pc libxml-2.0.pc cairo-ps.pc gmodule-export-2.0.pc libxslt.pc cairo-quartz-font.pc gmodule-no-export-2.0.pc pango.pc cairo-quartz.pc gobject-2.0.pc pangocairo.pc cairo-script.pc gobject-introspection-1.0.pc pixman-1.pc cairo-svg.pc gobject-introspection-no-export-1.0.pc python-2.7.pc cairo.pc gthread-2.0.pc python.pc@ expat.pc libexslt.pc python2.pc@ I don't have PKG_CONFIG_PATH set. Here's what happens when I run pkg-config: jav> ~/.local/bin/jhbuild shell Prefix: /Users/jav/gtk/inst Entered jhbuild shell, type 'exit' to return. jav> pkg-config --cflags gtk+-2.0 gtk+-3.0 Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found Package gtk+-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-3.0' found |