Re: [Gtk-osx-users] [gtk-osx-users] Problem Building gtkmm
Status: Beta
Brought to you by:
jralls
From: John R. <jr...@ce...> - 2014-08-05 13:45:19
|
On Aug 4, 2014, at 10:39 PM, Chris Share <cps...@ya...> wrote: > 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' file not found > #include <sigc++/slot.h> > ^ > In file included from context_surface_quartz.cc:20: > In file included from ../cairomm/context_private.h:23: > ../cairomm/surface.h:33:10: fatal error: 'sigc++/slot.h' file not found > #include <sigc++/slot.h> > ^ > 1 error generated. > make[2]: *** [context_surface_quartz.lo] Error 1 > make[2]: *** Waiting for unfinished jobs.... > In file included from context_surface_win32.cc:20: > In file included from ../cairomm/context_private.h:23: > ../cairomm/surface.h:33:10: fatal error: 'sigc++/slot.h' file not found > #include <sigc++/slot.h> > ^ > 1 error generated. > make[2]: *** [context_surface_win32.lo] Error 1 > 1 error generated. > make[2]: *** [context.lo] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > *** Error during phase build of cairomm: ########## Error running make -j 3 *** [7/15] > meta-gtk-osx-gtkmm. Regards, John Ralls |