#11039: Fix mutter build on i686
--------------------+-----------------------
 Reporter:  renodr  |       Owner:  renodr
     Type:  defect  |      Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK    |     Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:          |
--------------------+-----------------------

Comment (by renodr):

 {{{
   CC       backends/meta-input-settings.lo
 backends/meta-input-settings.c: In function ‘lookup_tool_settings’:
 backends/meta-input-settings.c:1287:72: error: format ‘%lx’ expects
 argument of type ‘long unsigned int’, but argument 2 has type ‘guint64’
 {aka ‘long long unsigned int’} [-Werror=format=]
        path = g_strdup_printf
 ("/org/gnome/desktop/peripherals/stylus/%lx/", serial);
                                                                       ~~^
 ~~~~~~
                                                                       %llx
 cc1: all warnings being treated as errors
 make[4]: *** [Makefile:2839: backends/meta-input-settings.lo] Error 1
 make[4]: Leaving directory '/sources/mutter-3.30.2/mutter-3.30.2/src'
 make[3]: *** [Makefile:3016: all-recursive] Error 1
 make[3]: Leaving directory '/sources/mutter-3.30.2/mutter-3.30.2/src'
 make[2]: *** [Makefile:1856: all] Error 2
 make[2]: Leaving directory '/sources/mutter-3.30.2/mutter-3.30.2/src'
 make[1]: *** [Makefile:492: all-recursive] Error 1
 make[1]: Leaving directory '/sources/mutter-3.30.2/mutter-3.30.2'
 make: *** [Makefile:422: all] Error 2

 }}}

 Time to go give that flag a shot.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/11039#comment:9>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to