On Wed, 2016-09-28 at 09:07 +0400, Sami Tarazi wrote:
> On Wed, Sep 28, 2016 at 7:37 AM, Douglas R. Reno <[email protected]> wrote:
> > 
> > 
> > On Tue, Sep 27, 2016 at 10:19 PM, Sami Tarazi <[email protected]> wrote:
> > > 
> > > mutter compilation fails:
> > > 
> > > src/backends/meta-input-settings.c:1245:78: error: format ‘%lx’
> > > expects argument of type ‘long unsigned int’
> > > fixed as:
> > > path = g_strdup_printf
> > > ("/org/gnome/settings-daemon/peripherals/wacom/%s/%llx/",
> > > 
> > > src/core/window.c:3528:27: error: comparison between signed and
> > > unsigned integer expressions
> > > fixed as:
> > > if (info->winsys_id == (int) winsys_id)
> > > 
> > > src/core/window.c:3734:28: error: comparison between signed and
> > > unsigned integer expressions
> > > fixed as:
> > > if ((int) old_output_winsys_id != window->monitor->winsys_id
> > > 
> > > src/core/window.c:3528:31: error: ‘init’ undeclared (first use in this
> > > function)
> > > fixed:
> > > if (info->winsys_id == (int) winsys_id)
> > > 
> > > core/window.c:3528:31: note: each undeclared identifier is reported
> > > only once for each function it appears in core/window.c:3528:37:
> > > error: expected ‘)’ before ‘winsys_id’
> > > fixed by the previous statement
> > > 
> > > backends/native/meta-monitor-manager-kms.c:851:41: error: comparison
> > > between signed and unsigned integer expressions
> > > fixed as:
> > > if (manager->crtcs[i].crtc_id == (int)
> > > output_kms->current_encoder->crtc_id)
> > > 
> > > also complaining about mutter-clutter
> > > 
> > > Sami
> > 
> > 
> > Hi Sami,
> > 
> > Have you built gnome-settings-daemon yet? That was a bit further back in the
> > chapter.
> > 
> > Also, have you installed libinput, libwacom, and xf86-input-wacom? Those
> > were required as part of gnome-settings-daemon
> > 
> > --
> > http://lists.linuxfromscratch.org/listinfo/blfs-dev
> > FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> > Unsubscribe: See the above information page
> > 
> 
> Hi Doglas,
> 
> yes I build all of packages, here is my log:
> 
> gnome-settings-daemon-3.22.0        27/09/2016 20:01
> libwacom-0.22        19/09/2016 06:09
> xf86-input-wacom-0.33.0        19/09/2016 13:00 xorg-7.7
> 
> This was built on on an old core-due Toshiba notebook that has two
> other lfs's. The build is 32 bit.
> Also similar problems showed in mutter-3.20.3 and mutter-3.20.3 on 2
> different machines back in February and August.
> 
> Sami

There is a fix for this.

https://git.gnome.org/browse/mutter/patch/?id=028157081c0428bac1269078dd7f3360e3810824

Regards,
Wayne.

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to