[Development] Disabling -Bsymbolic when using wayland-scanner

Dmitry Cherkassov dcherkassov at gmail.com
Tue Oct 14 20:52:45 CEST 2014


Hi, Thiago and Giulio.

We had talk on #qt today regarding  problem with &wl_display_interface
from libwayland being shadowed by &wl_display_interface from
wayland-scanner-generated source code:

WL_EXPORT const struct wl_interface wl_display_interface = {
        "wl_display", 1,
        2, wl_display_requests,
        2, wl_display_events,
};

I've tried your patch from here ->
https://codereview.qt-project.org/#/c/97051/1 but it didn't work for
me :(

Closer look revealed that you remove bsymbolic_functions from building:
CONFIG -= bsymbolic_functions

Didn't you intend to remove bsymbolic and add bsymbolic_functions to
CONFIG instead:
CONFIG -= bsymbolic
CONFIG += bsymbolic_functions

Thanks.

-- 
With best regards,
Dmitry



More information about the Development mailing list