You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run make to build maliit framework on my 2-in-1 tablet running Linux Mint with a KDE Plasma Wayland desktop, I get the following error: aidan@Aidan-LIFEBOOK-T732:~/Documents/GitHub/Maliit/framework/build$ make [ 0%] Automatic MOC for target maliit-common [ 0%] Built target maliit-common_autogen Consolidate compiler generated dependencies of target maliit-common [ 2%] Built target maliit-common [ 3%] Automatic MOC for target maliit-connection [ 3%] Built target maliit-connection_autogen Consolidate compiler generated dependencies of target maliit-connection [ 3%] Building CXX object CMakeFiles/maliit-connection.dir/connection/waylandinputmethodconnection.cpp.o /home/aidan/Documents/GitHub/Maliit/framework/connection/waylandinputmethodconnection.cpp:21:10: fatal error: QtWaylandClient/private/qwayland-text-input-unstable-v2.h: No such file or directory 21 | #include <QtWaylandClient/private/qwayland-text-input-unstable-v2.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/maliit-connection.dir/build.make:265: CMakeFiles/maliit-connection.dir/connection/waylandinputmethodconnection.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:185: CMakeFiles/maliit-connection.dir/all] Error 2 make: *** [Makefile:146: all] Error 2
I've installed qtwayland5 and qtwayland5-dev-tools- is there anything else I need that Mint doesn't come with?
Thanks!
The text was updated successfully, but these errors were encountered:
When I run
make
to build maliit framework on my 2-in-1 tablet running Linux Mint with a KDE Plasma Wayland desktop, I get the following error:aidan@Aidan-LIFEBOOK-T732:~/Documents/GitHub/Maliit/framework/build$ make [ 0%] Automatic MOC for target maliit-common [ 0%] Built target maliit-common_autogen Consolidate compiler generated dependencies of target maliit-common [ 2%] Built target maliit-common [ 3%] Automatic MOC for target maliit-connection [ 3%] Built target maliit-connection_autogen Consolidate compiler generated dependencies of target maliit-connection [ 3%] Building CXX object CMakeFiles/maliit-connection.dir/connection/waylandinputmethodconnection.cpp.o /home/aidan/Documents/GitHub/Maliit/framework/connection/waylandinputmethodconnection.cpp:21:10: fatal error: QtWaylandClient/private/qwayland-text-input-unstable-v2.h: No such file or directory 21 | #include <QtWaylandClient/private/qwayland-text-input-unstable-v2.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/maliit-connection.dir/build.make:265: CMakeFiles/maliit-connection.dir/connection/waylandinputmethodconnection.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:185: CMakeFiles/maliit-connection.dir/all] Error 2 make: *** [Makefile:146: all] Error 2
I've installed qtwayland5 and qtwayland5-dev-tools- is there anything else I need that Mint doesn't come with?
Thanks!
The text was updated successfully, but these errors were encountered: