Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. .obj/qwaylandxkb.o: In function `QWaylandXkb::keysymToQtKey(unsigned int, QFlags<Qt::KeyboardModifier>&)':
  2. qwaylandxkb.cpp:(.text+0x19): undefined reference to `xkb_keysym_to_utf32'
  3. .obj/qwaylandxkb.o: In function `QWaylandXkb::modifiers(xkb_state*)':
  4. qwaylandxkb.cpp:(.text+0x2c6): undefined reference to `xkb_state_mod_name_is_active'
  5. qwaylandxkb.cpp:(.text+0x2e7): undefined reference to `xkb_state_mod_name_is_active'
  6. qwaylandxkb.cpp:(.text+0x308): undefined reference to `xkb_state_mod_name_is_active'
  7. qwaylandxkb.cpp:(.text+0x329): undefined reference to `xkb_state_mod_name_is_active'
  8. collect2: error: ld returned 1 exit status
  9. Makefile:363: recipe for target '../../lib/libQt5WaylandClient.so.5.8.1' failed
  10. make[2]: *** [../../lib/libQt5WaylandClient.so.5.8.1] Error 1
  11. make[2]: Leaving directory '/home/ybakos/projects/qtwayland/src/client'
  12. Makefile:71: recipe for target 'sub-client-make_first' failed
  13. make[1]: *** [sub-client-make_first] Error 2
  14. make[1]: Leaving directory '/home/ybakos/projects/qtwayland/src'
  15. Makefile:44: recipe for target 'sub-src-make_first' failed
  16. make: *** [sub-src-make_first] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement