[gtk-osx-users] [Gtk-osx-users] Problem Building gtkmm

2014-08-04 Thread Chris Share
Hi, I've successfully built gtk (and webkit) and I'd now like to build gtkmm. I tried: jhbuild build gtkmm however I'm getting the following error: In file included from context.cc:25: In file included from ../cairomm/context.h:24: ../cairomm/surface.h:33:10: fatal error: 'sigc++/slot.h' fil

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

2014-08-04 Thread Chris Share
Success! Thanks for the help. As you suggested, there was indeed an old version of X11 installed which I removed. Cheers, Chris - Original Message - From: John Ralls To: Chris Share Cc: GTK+-2 OSX Users Sent: Tuesday, 5 August 2014 1:31 AM Subject: Re: [gtk-osx-users] [Gtk-osx-us

Re: [gtk-osx-users] Building Glade on MaxOS 10.9.

2014-08-04 Thread John Ralls
On Aug 4, 2014, at 11:24 AM, Pascal wrote: > Many thanks John, all is ok now. > > You’re right, Python have to be installed at first with MacOS 10.9 as an > error is issued while bootstrapping: > $ jhbuild bootstrap > ... > CCLD libxsltmod.la > ld: library not found for -lpython2.7 > > May

Re: [gtk-osx-users] Building Glade on MaxOS 10.9.

2014-08-04 Thread Pascal
Many thanks John, all is ok now. You’re right, Python have to be installed at first with MacOS 10.9 as an error is issued while bootstrapping: $ jhbuild bootstrap ... CCLD libxsltmod.la ld: library not found for -lpython2.7 May I suggest that documentation needed to be more precise on this p

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

2014-08-04 Thread John Ralls
On Aug 3, 2014, at 11:58 PM, Chris Share wrote: > 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 > ^ > 1 error generated. > make[3]: *** [viewer-cairo.o] Error 1 > make[2]: ***

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

2014-08-04 Thread Chris Share
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 ^ 1 error generated. make[3]: *** [viewer-cairo.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all]