Le 26/06/2018 à 10:54, Caolán McNamara a écrit :
On Tue, 2018-06-26 at 07:58 +0200, Jean-Baptiste Faure wrote:
‘GdkSeat’ was not declared in this scope
https://gerrit.libreoffice.org/56448 will probably solve that
Thank you, but I am sorry, it seems not enough, now I get these error messages after a make vcl.clean && make:

/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx: In member function ‘void GtkInstanceMenuButton::grab_broken(GdkEventGrabBroken*)’: /home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2986:13: error: ‘GdkSeat’ was not declared in this scope
             GdkSeat* pSeat = gdk_display_get_default_seat(pDisplay);
             ^~~~~~~
/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2986:13: note: suggested alternative: ‘GdkEvent’
             GdkSeat* pSeat = gdk_display_get_default_seat(pDisplay);
             ^~~~~~~
             GdkEvent
/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2986:22: error: ‘pSeat’ was not declared in this scope
             GdkSeat* pSeat = gdk_display_get_default_seat(pDisplay);
                      ^~~~~
/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2986:22: note: suggested alternative: ‘creat’
             GdkSeat* pSeat = gdk_display_get_default_seat(pDisplay);
                      ^~~~~
                      creat
/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2986:30: error: ‘gdk_display_get_default_seat’ was not declared in this scope
             GdkSeat* pSeat = gdk_display_get_default_seat(pDisplay);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2986:30: note: suggested alternative: ‘gdk_display_get_default_screen’
             GdkSeat* pSeat = gdk_display_get_default_seat(pDisplay);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              gdk_display_get_default_screen
/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2988:27: error: ‘GDK_SEAT_CAPABILITY_ALL’ was not declared in this scope                            GDK_SEAT_CAPABILITY_ALL, true, nullptr, nullptr, nullptr, nullptr);
                           ^~~~~~~~~~~~~~~~~~~~~~~
/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2988:27: note: suggested alternative: ‘GTK_PRINT_CAPABILITY_SCALE’                            GDK_SEAT_CAPABILITY_ALL, true, nullptr, nullptr, nullptr, nullptr);
                           ^~~~~~~~~~~~~~~~~~~~~~~
                           GTK_PRINT_CAPABILITY_SCALE
/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2987:13: error: ‘gdk_seat_grab’ was not declared in this scope              gdk_seat_grab(pSeat, gtk_widget_get_window(GTK_WIDGET(m_pMenuHack)),
             ^~~~~~~~~~~~~
/home/libo/master/vcl/unx/gtk3/gtk3gtkinst.cxx:2987:13: note: suggested alternative: ‘gdk_device_grab’              gdk_seat_grab(pSeat, gtk_widget_get_window(GTK_WIDGET(m_pMenuHack)),
             ^~~~~~~~~~~~~
             gdk_device_grab


Best regards.
JBF

--
Seuls des formats ouverts peuvent assurer la pérennité de vos documents.
Disclaimer: my Internet Provider being located in France, each of our
exchanges over Internet will be scanned by French spying services.

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to