Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /home/kolen/src/AndroidUsbCamera/build$ LANG=en_EN cmake ../
- -- The C compiler identification is GNU
- -- The CXX compiler identification is GNU
- -- Check for working C compiler: /usr/bin/gcc
- -- Check for working C compiler: /usr/bin/gcc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Looking for Q_WS_X11
- -- Looking for Q_WS_X11 - found
- -- Looking for Q_WS_WIN
- -- Looking for Q_WS_WIN - not found.
- -- Looking for Q_WS_QWS
- -- Looking for Q_WS_QWS - not found.
- -- Looking for Q_WS_MAC
- -- Looking for Q_WS_MAC - not found.
- -- Found Qt-Version 4.6.3 (using /usr/bin/qmake)
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/kolen/src/AndroidUsbCamera/build
- /home/kolen/src/AndroidUsbCamera/build$ LANG=en_EN make
- [ 5%] Generating socketinterface.moc
- Scanning dependencies of target qtInterfaces_lib
- [ 11%] Building CXX object src/qtInterfaces/CMakeFiles/qtInterfaces_lib.dir/socketinterface.cpp.o
- In file included from /home/kolen/src/AndroidUsbCamera/src/qtInterfaces/socketinterface.cpp:21:0:
- /home/kolen/src/AndroidUsbCamera/src/qtInterfaces/socketinterface.h:24:41: fatal error: qt4/QtNetwork/QAbstractSocket: No such file or directory
- compilation terminated.
- make[2]: *** [src/qtInterfaces/CMakeFiles/qtInterfaces_lib.dir/socketinterface.cpp.o] Error 1
- make[1]: *** [src/qtInterfaces/CMakeFiles/qtInterfaces_lib.dir/all] Error 2
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment