Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.76 KB | None | 0 0
  1. $ gcc -o przyklad -l/usr/X11R6/include -L/usr/X11R6/lib -R/usr/X11R6/lib -IX11
  2. przyklad.c
  3. gcc: unrecognized option '-R/usr/X11R6/lib'
  4. przyklad.c:6:22: error: X11/Xlib.h: No such file or directory
  5. przyklad.c:7:23: error: X11/Xutil.h: No such file or directory
  6. przyklad.c: In function 'main':
  7. przyklad.c:20: error: 'Display' undeclared (first use in this function)
  8. przyklad.c:20: error: (Each undeclared identifier is reported only once
  9. przyklad.c:20: error: for each function it appears in.)
  10. przyklad.c:20: error: 'display' undeclared (first use in this function)
  11. przyklad.c:21: error: 'Window' undeclared (first use in this function)
  12. przyklad.c:21: error: expected ';' before 'window'
  13. przyklad.c:22: error: 'GC' undeclared (first use in this function)
  14. przyklad.c:22: error: expected ';' before 'gc'
  15. przyklad.c:23: error: 'XEvent' undeclared (first use in this function)
  16. przyklad.c:23: error: expected ';' before 'event'
  17. przyklad.c:24: error: 'KeySym' undeclared (first use in this function)
  18. przyklad.c:24: error: expected ';' before 'key'
  19. przyklad.c:25: error: 'XSizeHints' undeclared (first use in this function)
  20. przyklad.c:25: error: expected ';' before 'info'
  21. przyklad.c:33: error: 'XPoint' undeclared (first use in this function)
  22. przyklad.c:33: error: expected ';' before 'triangle'
  23. przyklad.c:34: error: expected ';' before 'square'
  24. przyklad.c:35: error: 'poly' undeclared (first use in this function)
  25. przyklad.c:36: error: expected ';' before 'pts'
  26. przyklad.c:39: error: expected ';' before 'current_point'
  27. przyklad.c:43: error: 'Colormap' undeclared (first use in this function)
  28. przyklad.c:43: error: expected ';' before 'colormap'
  29. przyklad.c:51: error: 'colormap' undeclared (first use in this function)
  30. przyklad.c: In function 'AllocNamedColor':
  31. przyklad.c:55: error: 'XColor' undeclared (first use in this function)
  32. przyklad.c:55: error: expected ';' before 'col'
  33. przyklad.c:56: error: 'col' undeclared (first use in this function)
  34. przyklad.c: In function 'main':
  35. przyklad.c:66: error: 'info' undeclared (first use in this function)
  36. przyklad.c:70: error: 'PPosition' undeclared (first use in this function)
  37. przyklad.c:70: error: 'PSize' undeclared (first use in this function)
  38. przyklad.c:72: error: 'window' undeclared (first use in this function)
  39. przyklad.c:75: error: 'None' undeclared (first use in this function)
  40. przyklad.c:77: error: 'gc' undeclared (first use in this function)
  41. przyklad.c:82: error: 'KeyPressMask' undeclared (first use in this function)
  42. przyklad.c:82: error: 'ExposureMask' undeclared (first use in this function)
  43. przyklad.c:82: error: 'ButtonPressMask' undeclared (first use in this function)
  44. przyklad.c:83: error: 'ButtonReleaseMask' undeclared (first use in this functio
  45. )
  46. przyklad.c:83: error: 'Button1MotionMask' undeclared (first use in this functio
  47. )
  48. przyklad.c:90: error: 'event' undeclared (first use in this function)
  49. przyklad.c:94: error: 'Expose' undeclared (first use in this function)
  50. przyklad.c:108: error: 'pts' undeclared (first use in this function)
  51. przyklad.c:112: error: 'square' undeclared (first use in this function)
  52. przyklad.c:112: error: 'triangle' undeclared (first use in this function)
  53. przyklad.c:118: error: 'Nonconvex' undeclared (first use in this function)
  54. przyklad.c:118: error: 'CoordModePrevious' undeclared (first use in this functi
  55. n)
  56. przyklad.c:128: error: 'MappingNotify' undeclared (first use in this function)
  57. przyklad.c:132: error: 'ButtonRelease' undeclared (first use in this function)
  58. przyklad.c:133: error: 'Button1' undeclared (first use in this function)
  59. przyklad.c:135: error: 'current_point' undeclared (first use in this function)
  60. przyklad.c:148: error: 'KeyPress' undeclared (first use in this function)
  61. przyklad.c:149: error: 'key' undeclared (first use in this function)
  62.  
  63. mASTEr@master-q50wd92q ~
  64. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement