Date: prev next · Thread: first prev next last
2018 Archives by date, by thread · List index


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.


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.