Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. cp config.def.h config.h
  2. cc -O3 -std=c99 -Wall -Wextra -pedantic -Wold-style-declaration -Wmissing-prototypes -Wno-unused-parameter -lX11 -o sowm sowm.c
  3. /usr/bin/ld: /tmp/ccVANZdK.o: in function `notify_enter':
  4. sowm.c:(.text+0x40): undefined reference to `XCheckTypedEvent'
  5. /usr/bin/ld: sowm.c:(.text+0x94): undefined reference to `XSetInputFocus'
  6. /usr/bin/ld: /tmp/ccVANZdK.o: in function `key_press':
  7. sowm.c:(.text+0xec): undefined reference to `XkbKeycodeToKeysym'
  8. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_fs':
  9. sowm.c:(.text+0x1e9): undefined reference to `XGetGeometry'
  10. /usr/bin/ld: sowm.c:(.text+0x216): undefined reference to `XMoveResizeWindow'
  11. /usr/bin/ld: sowm.c:(.text+0x23f): undefined reference to `XMoveResizeWindow'
  12. /usr/bin/ld: /tmp/ccVANZdK.o: in function `button_press':
  13. sowm.c:(.text+0x2cc): undefined reference to `XGetGeometry'
  14. /usr/bin/ld: sowm.c:(.text+0x2e0): undefined reference to `XRaiseWindow'
  15. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_prev':
  16. sowm.c:(.text+0x374): undefined reference to `XRaiseWindow'
  17. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_next':
  18. sowm.c:(.text+0x3d3): undefined reference to `XRaiseWindow'
  19. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_center':
  20. sowm.c:(.text+0x4c9): undefined reference to `XGetGeometry'
  21. /usr/bin/ld: sowm.c:(.text+0x500): undefined reference to `XMoveWindow'
  22. /usr/bin/ld: /tmp/ccVANZdK.o: in function `ws_go':
  23. sowm.c:(.text+0x58c): undefined reference to `XMapWindow'
  24. /usr/bin/ld: sowm.c:(.text+0x5dc): undefined reference to `XUnmapWindow'
  25. /usr/bin/ld: /tmp/ccVANZdK.o: in function `configure_request':
  26. sowm.c:(.text+0x6b6): undefined reference to `XConfigureWindow'
  27. /usr/bin/ld: /tmp/ccVANZdK.o: in function `notify_motion':
  28. sowm.c:(.text+0x770): undefined reference to `XCheckTypedEvent'
  29. /usr/bin/ld: /tmp/ccVANZdK.o: in function `map_request':
  30. sowm.c:(.text+0x84d): undefined reference to `XSelectInput'
  31. /usr/bin/ld: sowm.c:(.text+0x8a6): undefined reference to `XGetGeometry'
  32. /usr/bin/ld: sowm.c:(.text+0x91e): undefined reference to `XMapWindow'
  33. /usr/bin/ld: sowm.c:(.text+0x947): undefined reference to `XSetInputFocus'
  34. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_to_ws':
  35. sowm.c:(.text+0xc31): undefined reference to `XUnmapWindow'
  36. /usr/bin/ld: /tmp/ccVANZdK.o: in function `input_grab':
  37. sowm.c:(.text+0xcff): undefined reference to `XGetModifierMapping'
  38. /usr/bin/ld: sowm.c:(.text+0xd44): undefined reference to `XKeysymToKeycode'
  39. /usr/bin/ld: sowm.c:(.text+0xda4): undefined reference to `XKeysymToKeycode'
  40. /usr/bin/ld: sowm.c:(.text+0xde1): undefined reference to `XGrabKey'
  41. /usr/bin/ld: sowm.c:(.text+0xe33): undefined reference to `XGrabButton'
  42. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_prev':
  43. sowm.c:(.text+0x3a1): undefined reference to `XSetInputFocus'
  44. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_next':
  45. sowm.c:(.text+0x3ff): undefined reference to `XSetInputFocus'
  46. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_kill':
  47. sowm.c:(.text+0x42c): undefined reference to `XKillClient'
  48. /usr/bin/ld: /tmp/ccVANZdK.o: in function `ws_go':
  49. sowm.c:(.text+0x639): undefined reference to `XSetInputFocus'
  50. /usr/bin/ld: /tmp/ccVANZdK.o: in function `notify_motion':
  51. sowm.c:(.text+0x7e2): undefined reference to `XMoveResizeWindow'
  52. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_focus':
  53. sowm.c:(.text+0x9ee): undefined reference to `XSetInputFocus'
  54. /usr/bin/ld: /tmp/ccVANZdK.o: in function `notify_destroy':
  55. sowm.c:(.text+0xb6f): undefined reference to `XSetInputFocus'
  56. /usr/bin/ld: /tmp/ccVANZdK.o: in function `win_to_ws':
  57. sowm.c:(.text+0xc6e): undefined reference to `XSetInputFocus'
  58. /usr/bin/ld: /tmp/ccVANZdK.o: in function `input_grab':
  59. sowm.c:(.text+0xe6d): undefined reference to `XFreeModifiermap'
  60. /usr/bin/ld: /tmp/ccVANZdK.o: in function `main':
  61. sowm.c:(.text.startup+0x23): undefined reference to `XOpenDisplay'
  62. /usr/bin/ld: sowm.c:(.text.startup+0x51): undefined reference to `XSetErrorHandler'
  63. /usr/bin/ld: sowm.c:(.text.startup+0x7f): undefined reference to `XDisplayWidth'
  64. /usr/bin/ld: sowm.c:(.text.startup+0x9a): undefined reference to `XDisplayHeight'
  65. /usr/bin/ld: sowm.c:(.text.startup+0xb8): undefined reference to `XSelectInput'
  66. /usr/bin/ld: sowm.c:(.text.startup+0xc9): undefined reference to `XCreateFontCursor'
  67. /usr/bin/ld: sowm.c:(.text.startup+0xdf): undefined reference to `XDefineCursor'
  68. /usr/bin/ld: sowm.c:(.text.startup+0x111): undefined reference to `XNextEvent'
  69. collect2: error: ld returned 1 exit status
  70. make: *** [Makefile:13: sowm] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement