On Thu, Feb 23, 2012 at 03:50:13PM +0000, Samantha Alice wrote: > Hiya, > > I'm trying to build Gnome 3.2.2 using blfs-version 2012-02-21. > > Unfortunately mutter-3.2.1 fails to build with the following errors... > > make[4]: Entering directory > `/home/gordon/Software/g/gnome-3.2.2/mutter-3.2.1/src/compositor/plugins' > CC default_la-default.lo > In file included from > /usr/include/clutter-1.0/clutter/clutter-backend.h:43:0, > from /usr/include/clutter-1.0/clutter/clutter.h:43, > from ../../../src/meta/compositor-mutter.h:28, > from ../../../src/meta/meta-plugin.h:29, > from default.c:24: > /usr/include/clutter-1.0/clutter/clutter-stage-window.h:77:3: error: > unknown type name 'CoglFramebuffer'
Looks as if you didn't install cogl ? But that would prevent you building clutter. CoglFramebuffer appears to be defined in /usr/include/cogl/cogl/cogl-framebuffer.h [ yes, I do have cogl/cogl/ ]. Perhaps you deleted or moved something after you built clutter, and this is consequential damage ? Your deep directory structure also prompts me to ask: are you using freshly-unpacked source tarballs each time you try to build a package ? ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
