Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Something
Monday, October 16th, 2006 at 9:52:52am UTC 

  1. if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/sfw/include/gtk-1.2 -I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include -D_REENTRANT -g -O2 -Wall -Wpointer-arith -finline-functions -ffast-math -funroll-all-loops -DDATA_DIR=\"/usr/local/share/xmms\" -DPLUGIN_DIR=\"/usr/local/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/local/share/locale\" -DI386_ASSEM -I../intl -I..  -I/usr/local/include  -g -O2 -Wall -Wpointer-arith -finline-functions -ffast-math -funroll-all-loops -MT fullscreen.o -MD -MP -MF ".deps/fullscreen.Tpo" \
  2.   -c -o fullscreen.o `test -f 'fullscreen.c' || echo './'`fullscreen.c; \
  3. then mv -f ".deps/fullscreen.Tpo" ".deps/fullscreen.Po"; \
  4. else rm -f ".deps/fullscreen.Tpo"; exit 1; \
  5. fi
  6. fullscreen.c:73:38: X11/extensions/xf86vmode.h: No such file or directory
  7. fullscreen.c:74:38: X11/extensions/xf86vmstr.h: No such file or directory
  8. fullscreen.c: In function `xmms_fullscreen_available':
  9. fullscreen.c:79: error: `XF86VidModeModeInfo' undeclared (first use in this function)
  10. fullscreen.c:79: error: (Each undeclared identifier is reported only once
  11. fullscreen.c:79: error: for each function it appears in.)
  12. fullscreen.c:79: error: `dummy' undeclared (first use in this function)
  13. fullscreen.c:81: warning: implicit declaration of function `XF86VidModeQueryExtension'
  14. fullscreen.c:84: warning: implicit declaration of function `XF86VidModeGetAllModeLines'
  15. fullscreen.c: At top level:
  16. fullscreen.c:93: error: syntax error before "XF86VidModeModeInfo"
  17. fullscreen.c:93: warning: no semicolon at end of struct or union
  18. fullscreen.c:96: error: syntax error before '}' token
  19. fullscreen.c:97: warning: type defaults to `int' in declaration of `fullscreen_display_t'
  20. fullscreen.c:97: warning: data definition has no type or storage class
  21. fullscreen.c:98: error: syntax error before '*' token
  22. fullscreen.c:98: warning: type defaults to `int' in declaration of `displays'
  23. fullscreen.c:98: warning: data definition has no type or storage class
  24. fullscreen.c:105: error: syntax error before "fullscreen_display_t"
  25. fullscreen.c:105: warning: no semicolon at end of struct or union
  26. fullscreen.c:107: warning: type defaults to `int' in declaration of `fullscreen_window_t'
  27. fullscreen.c:107: warning: data definition has no type or storage class
  28. fullscreen.c:108: error: syntax error before '*' token
  29. fullscreen.c:108: warning: type defaults to `int' in declaration of `windows'
  30. fullscreen.c:108: warning: data definition has no type or storage class
  31. fullscreen.c:115: error: syntax error before '*' token
  32. fullscreen.c:116: warning: return type defaults to `int'
  33. fullscreen.c: In function `getdisplay':
  34. fullscreen.c:123: error: request for member `display' in something not a structure or union
  35. fullscreen.c:135: error: request for member `display' in something not a structure or union
  36. fullscreen.c:136: error: request for member `modes' in something not a structure or union
  37. fullscreen.c:137: error: request for member `origmode' in something not a structure or union
  38. fullscreen.c:138: error: request for member `num_modes' in something not a structure or union
  39. fullscreen.c:139: error: request for member `is_full' in something not a structure or union
  40. fullscreen.c:140: error: request for member `can_full' in something not a structure or union
  41. fullscreen.c: At top level:
  42. fullscreen.c:144: error: syntax error before '*' token
  43. fullscreen.c:145: warning: return type defaults to `int'
  44. fullscreen.c: In function `getwindow':
  45. fullscreen.c:152: error: request for member `window' in something not a structure or union
  46. fullscreen.c:164: error: request for member `window' in something not a structure or union
  47. fullscreen.c:165: error: request for member `ox' in something not a structure or union
  48. fullscreen.c:166: error: request for member `oy' in something not a structure or union
  49. fullscreen.c:167: error: request for member `owidth' in something not a structure or union
  50. fullscreen.c:168: error: request for member `oheight' in something not a structure or union
  51. fullscreen.c:169: error: request for member `display' in something not a structure or union
  52. fullscreen.c:170: error: request for member `is_full' in something not a structure or union
  53. fullscreen.c: In function `xmms_fullscreen_init':
  54. fullscreen.c:177: error: `fwin' undeclared (first use in this function)
  55. fullscreen.c:179: error: `XF86VidModeModeLine' undeclared (first use in this function)
  56. fullscreen.c:179: error: syntax error before "origmode"
  57. fullscreen.c:200: warning: implicit declaration of function `XF86VidModeGetModeLine'
  58. fullscreen.c:202: error: `origmode' undeclared (first use in this function)
  59. fullscreen.c: In function `xmms_fullscreen_enter':
  60. fullscreen.c:236: error: `fwin' undeclared (first use in this function)
  61. fullscreen.c:315: warning: implicit declaration of function `XF86VidModeSwitchToMode'
  62. fullscreen.c:319: warning: implicit declaration of function `XF86VidModeSetViewPort'
  63. fullscreen.c: In function `xmms_fullscreen_leave':
  64. fullscreen.c:337: error: `fwin' undeclared (first use in this function)
  65. fullscreen.c: In function `xmms_fullscreen_in':
  66. fullscreen.c:368: error: `fwin' undeclared (first use in this function)
  67. fullscreen.c: In function `xmms_fullscreen_mark':
  68. fullscreen.c:382: error: `fwin' undeclared (first use in this function)
  69. fullscreen.c: In function `xmms_fullscreen_unmark':
  70. fullscreen.c:403: error: `fwin' undeclared (first use in this function)
  71. fullscreen.c: In function `xmms_fullscreen_cleanup':
  72. fullscreen.c:419: error: `display' undeclared (first use in this function)
  73. fullscreen.c:427: error: request for member `window' in something not a structure or union
  74. fullscreen.c:429: error: request for member `display' in something not a structure or union
  75. fullscreen.c:437: error: request for member `display' in something not a structure or union
  76. fullscreen.c:445: error: request for member `modes' in something not a structure or union
  77. fullscreen.c: In function `xmms_fullscreen_modelist':
  78. fullscreen.c:461: error: `fwin' undeclared (first use in this function)
  79. gmake[4]: *** [fullscreen.o] Error 1
  80. gmake[4]: Leaving directory `/tmp/xmms-1.2.10/xmms'
  81. gmake[3]: *** [all-recursive] Error 1
  82. gmake[3]: Leaving directory `/tmp/xmms-1.2.10/xmms'
  83. gmake[2]: *** [all] Error 2
  84. gmake[2]: Leaving directory `/tmp/xmms-1.2.10/xmms'
  85. gmake[1]: *** [all-recursive] Error 1
  86. gmake[1]: Leaving directory `/tmp/xmms-1.2.10'
  87. gmake: *** [all] Error 2

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right