I build wxWidgets and/or my application using:
Configure build with cmake -Bcmake-build -DwxUSE_WAYLAND="OFF" and then run build with cmake --build cmake-build
In file included from /home/apetitjean/devel/wxWidgets/src/gtk/app.cpp:32: /home/apetitjean/devel/wxWidgets/include/wx/gtk/private/wayland.h:32:10: fatal error: wx/protocols/pointer-warp-v1-client-protocol.h: No such file or directory 32 | #include "wx/protocols/pointer-warp-v1-client-protocol.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [libs/core/CMakeFiles/wxcore.dir/build.make:3520: libs/core/CMakeFiles/wxcore.dir/__/__/__/__/src/gtk/app.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[1]: *** [CMakeFiles/Makefile2:2329: libs/core/CMakeFiles/wxcore.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
I don't understand how does this happen, wxHAVE_WAYLAND_CLIENT shouldn't be defined in the generated setup.h as it can only be set if wxUSE_WAYLAND is on. And this doesn't seem to have changed since 3.3.2.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()