Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. base-static-configure output:
  2. ...
  3. configure: *** checking feature: X libraries and plugins ***
  4. configure: *** for plug-ins: ximagesink ***
  5. checking for X... yes
  6. configure: *** These plugins will be built: ximagesink
  7.  
  8. configure: *** checking feature: X11 XVideo extensions ***
  9. configure: *** for plug-ins: xvimagesink ***
  10. checking for XVIDEO... yes
  11. configure: *** These plugins will be built: xvimagesink
  12.  
  13. configure: *** checking feature: X Shared Memory extension ***
  14. configure: *** for plug-ins: ***
  15. checking for XSHM... yes
  16. checking for XShmAttach in -lXext... yes
  17. configure: *** These plugins will be built:
  18. ...
  19.  
  20. bad-static-configure output:
  21. ...
  22. checking for GMODULE_NO_EXPORT... yes
  23. checking for X11... no
  24. checking for EXIF... no
  25. ...
  26. checking for winsock2.h... no
  27. checking for X... no
  28. configure: No package 'x11' found
  29. checking for glTexImage2D in -lGL... yes
  30. checking GL/gl.h usability... yes
  31. checking GL/gl.h presence... yes
  32. ...
  33. checking for WAYLAND_EGL... no
  34. host is x86_64-unknown-linux-gnu
  35. configure: WARNING: X or Wayland is required for OpenGL support
  36. configure: WARNING: Either OpenGL or OpenGL|ES is required for OpenGL support
  37. configure: WARNING: Could not find any OpenGL platforms to use such as CGL, WGL or GLX
  38. configure: WARNING: Could not find any window systems to use such as Cocoa, Win32API or X11
  39. checking for GLeglImageOES... no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement