i wyskakuje mi takie coś
Kod: Zaznacz cały
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1123 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)
-- Configuring incomplete, errors occurred!
root@piotr-desktop:/home/piotr/Pobrane/ip-changer#
a jak wchodze dalej w kolejny katalog ip-changer[gdzie nie ma plikow cmake itp]
Kod: Zaznacz cały
-- Configuring incomplete, errors occurred!
root@piotr-desktop:/home/piotr/Pobrane/ip-changer# cd ip-changer/
root@piotr-desktop:/home/piotr/Pobrane/ip-changer/ip-changer# 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
CMake Error at CMakeLists.txt:1 (include):
include called with wrong number of arguments. Include only takes one
file.
CMake Error at CMakeLists.txt:20 (QT4_WRAP_UI):
Unknown CMake command "QT4_WRAP_UI".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
Kod: Zaznacz cały
CMake Error at CMakeLists.txt:1 (include):
include called with wrong number of arguments. Include only takes one
file.
CMake Error at CMakeLists.txt:20 (QT4_WRAP_UI):
Unknown CMake command "QT4_WRAP_UI".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.