Advertisement
Guest User

Untitled

a guest
Mar 8th, 2013
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. In file included from src/touchegg/gestures/collector/GestureCollector.h:24:0,
  2. from src/touchegg/gestures/collector/GestureCollector.cpp:21:
  3. ./src/touchegg/util/Include.h:26:30: fatal error: QtGui/QX11Info: No such file or directory
  4. compilation terminated.
  5. In file included from src/touchegg/gestures/handler/GestureHandler.h:24:0,
  6. from src/touchegg/gestures/handler/GestureHandler.cpp:21:
  7. ./src/touchegg/util/Include.h:26:30: fatal error: QtGui/QX11Info: No such file or directory
  8. compilation terminated.
  9. In file included from src/touchegg/gestures/types/GestureDirectionEnum.h:24:0,
  10. from src/touchegg/gestures/types/GestureDirectionEnum.cpp:21:
  11. ./src/touchegg/util/Include.h:26:30: fatal error: QtGui/QX11Info: No such file or directoryIn file included from src/touchegg/actions/types/ActionTypeEnum.h:24:0,
  12. from src/touchegg/actions/types/ActionTypeEnum.cpp:21:
  13. ./src/touchegg/util/Include.h:26:30: fatal error: QtGui/QX11Info: No such file or directory
  14.  
  15. compilation terminated.
  16. compilation terminated.
  17. In file included from src/touchegg/config/Config.h:24:0,
  18. from src/touchegg/config/Config.cpp:21:
  19. ./src/touchegg/util/Include.h:26:30: fatal error: QtGui/QX11Info: No such file or directory
  20. compilation terminated.
  21. In file included from src/touchegg/gestures/factory/GestureFactory.h:24:0,
  22. from src/touchegg/gestures/factory/GestureFactory.cpp:21:
  23. ./src/touchegg/util/Include.h:26:30: fatal error: QtGui/QX11Info: No such file or directory
  24. compilation terminated.
  25. In file included from src/touchegg/gestures/implementation/Gesture.h:24:0,
  26. from src/touchegg/gestures/implementation/Gesture.cpp:21:
  27. ./src/touchegg/util/Include.h:26:30: fatal error: QtGui/QX11Info: No such file or directory
  28. compilation terminated.
  29. In file included from src/touchegg/gestures/types/GestureTypeEnum.h:24:0,
  30. from src/touchegg/gestures/types/GestureTypeEnum.cpp:21:
  31. ./src/touchegg/util/Include.h:26:30: fatal error: QtGui/QX11Info: No such file or directory
  32. compilation terminated.
  33. make: *** [GestureHandler.o] Error 1
  34. make: *** Waiting for unfinished jobs....
  35. make: *** [GestureCollector.o] Error 1
  36. make: *** [Gesture.o] Error 1
  37. make: *** [Config.o] Error 1
  38. make: *** [GestureDirectionEnum.o] Error 1
  39. make: *** [GestureFactory.o] Error 1
  40. make: *** [ActionTypeEnum.o] Error 1
  41. make: *** [GestureTypeEnum.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement