Guest User

ungzd

a guest
Jul 1st, 2010
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. /home/kolen/src/AndroidUsbCamera/build$ LANG=en_EN cmake ../
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Looking for Q_WS_X11
  13. -- Looking for Q_WS_X11 - found
  14. -- Looking for Q_WS_WIN
  15. -- Looking for Q_WS_WIN - not found.
  16. -- Looking for Q_WS_QWS
  17. -- Looking for Q_WS_QWS - not found.
  18. -- Looking for Q_WS_MAC
  19. -- Looking for Q_WS_MAC - not found.
  20. -- Found Qt-Version 4.6.3 (using /usr/bin/qmake)
  21. -- Configuring done
  22. -- Generating done
  23. -- Build files have been written to: /home/kolen/src/AndroidUsbCamera/build
  24. /home/kolen/src/AndroidUsbCamera/build$ LANG=en_EN make
  25. [ 5%] Generating socketinterface.moc
  26. Scanning dependencies of target qtInterfaces_lib
  27. [ 11%] Building CXX object src/qtInterfaces/CMakeFiles/qtInterfaces_lib.dir/socketinterface.cpp.o
  28. In file included from /home/kolen/src/AndroidUsbCamera/src/qtInterfaces/socketinterface.cpp:21:0:
  29. /home/kolen/src/AndroidUsbCamera/src/qtInterfaces/socketinterface.h:24:41: fatal error: qt4/QtNetwork/QAbstractSocket: No such file or directory
  30. compilation terminated.
  31. make[2]: *** [src/qtInterfaces/CMakeFiles/qtInterfaces_lib.dir/socketinterface.cpp.o] Error 1
  32. make[1]: *** [src/qtInterfaces/CMakeFiles/qtInterfaces_lib.dir/all] Error 2
  33. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment