Re: [gtk-osx-users] [Gtk-osx-users] Getting Started with WebKitGTK+



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 <jralls ceridwen us>
To: Chris Share <cpsmusic yahoo com>
Cc: GTK+-2 OSX Users <gtk-osx-users lists sourceforge net>
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 <cpsmusic yahoo com> 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


------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Gtk-osx-users mailing list
Gtk-osx-users lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtk-osx-users


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]