Re: [Gtk-osx-users] [gtk-osx-users] Getting Started with WebKitGTK+
Status: Beta
Brought to you by:
jralls
From: Chris S. <cps...@ya...> - 2014-08-04 07:01:20
|
I tried what was suggested below however I've run into another build error: viewer-cairo.c:35:10: fatal error: 'cairo-xlib.h' file not found #include <cairo-xlib.h> ^ 1 error generated. make[3]: *** [viewer-cairo.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 *** Error during phase build of pango: ########## Error running make -j 3 *** [21/38] ----- Original Message ----- From: John Ralls <jr...@ce...> To: Chris Share <cps...@ya...> Cc: GTK+-2 OSX Users <gtk...@li...> Sent: Monday, 4 August 2014 10:28 AM Subject: Re: [gtk-osx-users] [Gtk-osx-users] Getting Started with WebKitGTK+ On Aug 3, 2014, at 5:07 PM, Chris Share <cps...@ya...> wrote: > Sorry but I'm not clear about how to proceed. > > Do I need to go through the installation process again using: > > jhbuild bootstrap > jhbuild build meta-gtk-osx-bootstrap meta-gtk-osx-webkit > jhbuild build meta-gtk-osx-core > The last step is unnecessary and won’t actually build anything. meta-gtk-osx-webkit will build meta-gtk-osx-core. You only need to run bootstrap again if you delete the installation directory. So you can (assuming the default build directory, ~/gtk): rm -rf ~/gtk/src rm -rf ~/gtk/inst jhbuild bootstrap jhbuild build meta-gtk-osx-bootstrap meta-gtk-osx-webkit Or you can just force-rebuild everything starting with the basic gtk stack with jhbuild build -f meta-gtk-osx-webkit Regards, John Ralls |