On Wed, 2016-04-27 at 13:35 +0100, martynvidler wrote: > I,m trying to build Gnome and I get an error with Mutter-3.16.3. > Configure works fine but make errors out > > > default.c:692:13: error: "Deprecated macro. Use > clutter_actor_is_visible instead" [-Werror] > if (CLUTTER_ACTOR_IS_VISIBLE (preview->actor) > ^ > default.c:705:3: warning: 'clutter_actor_lower' is deprecated: Use > 'clutter_actor_set_child_below_sibling' instead [-Wdeprecated- > declarations] > clutter_actor_lower (preview->actor, window_actor); > ^ > In file included from /usr/include/clutter-1.0/clutter/clutter- > deprecated.h:6:0, > from /usr/include/clutter-1.0/clutter/clutter.h:111, > from ../../../src/meta/common.h:32, > from ../../../src/meta/boxes.h:26, > from ../../../src/meta/compositor.h:27, > from ../../../src/meta/meta-plugin.h:26, > from default.c:24: > /usr/include/clutter-1.0/clutter/deprecated/clutter-actor.h:65:17: > note: declared here > void clutter_actor_lower (Clu > tterActor > ^ > cc1: all warnings being treated as errors > Makefile:514: recipe for target 'default_la-default.lo' failed > make[4]: *** [default_la-default.lo] Error 1 > > I have all deps without a problem > > hope we can sort this out > Thanks > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page
What version of clutter are you using? If you are building GNOME 3.16, then you should stick with clutter 1.22.x Wayne. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
