Guest User

Untitled

a guest
Jan 22nd, 2018
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. tex_bmp.cpp
  2. tex_codec.cpp
  3. ../../../source/lib/sysdep/os/unix/x/x.cpp: In function ‘int clipboard_filter(void*, SDL_Event*)’:
  4. ../../../source/lib/sysdep/os/unix/x/x.cpp:267:42: error: ‘union SDL_SysWMmsg::<anonymous>’ has no member named ‘x11’
  5. XEvent* xevent = &event->syswm.msg->msg.x11.event;
  6. ^~~
  7. ../../../source/lib/sysdep/os/unix/x/x.cpp: In function ‘Status x11_clipboard_init()’:
  8. ../../../source/lib/sysdep/os/unix/x/x.cpp:323:30: error: ‘union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
  9. g_SDL_Display = info.info.x11.display;
  10. ^~~
  11. ../../../source/lib/sysdep/os/unix/x/x.cpp:324:29: error: ‘union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
  12. g_SDL_Window = info.info.x11.window;
  13. ^~~
  14. ../../../source/lib/sysdep/os/unix/x/x.cpp: In function ‘Status sys_cursor_create(int, int, void*, int, int, void**)’:
  15. ../../../source/lib/sysdep/os/unix/x/x.cpp:419:52: error: ‘union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
  16. impl->cursor = XcursorImageLoadCursor(wminfo.info.x11.display, image);
  17. ^~~
  18. ../../../source/lib/sysdep/os/unix/x/x.cpp: In function ‘Status sys_cursor_set(sys_cursor)’:
  19. ../../../source/lib/sysdep/os/unix/x/x.cpp:453:18: error: ‘union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
  20. if(wminfo.info.x11.window)
  21. ^~~
  22. ../../../source/lib/sysdep/os/unix/x/x.cpp:454:25: error: ‘union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
  23. window = wminfo.info.x11.window;
  24. ^~~
  25. ../../../source/lib/sysdep/os/unix/x/x.cpp:458:29: error: ‘union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
  26. XDefineCursor(wminfo.info.x11.display, window,
  27. ^~~
  28. ../../../source/lib/sysdep/os/unix/x/x.cpp:462:21: error: ‘union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
  29. XSync(wminfo.info.x11.display, False);
  30. ^~~
  31. ../../../source/lib/sysdep/os/unix/x/x.cpp: In function ‘Status sys_cursor_free(sys_cursor)’:
  32. ../../../source/lib/sysdep/os/unix/x/x.cpp:483:26: error: ‘union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
  33. XFreeCursor(wminfo.info.x11.display, impl->cursor);
  34. ^~~
  35. lowlevel.make:768: recipe for target 'obj/lowlevel_Release/x.o' failed
  36. make[1]: *** [obj/lowlevel_Release/x.o] Error 1
  37. make[1]: *** Waiting for unfinished jobs....
  38. Makefile:134: recipe for target 'lowlevel' failed
  39. make: *** [lowlevel] Error 2
  40. andy@oceanus:~/src/0ad/build/workspaces/gcc$
Add Comment
Please, Sign In to add comment