Tiggit icon indicating copy to clipboard operation
Tiggit copied to clipboard

configuring under gentoo issue

Open ohhmm opened this issue 9 years ago • 0 comments

~/sources/bountysource/Tiggit/build $ cmake .. -- The C compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - 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 -- Detecting CXX compile features -- Detecting CXX compile features - done -- Boost version: 1.60.0 -- Found the following Boost libraries: -- filesystem -- system -- thread -- Found CURL: /usr/lib64/libcurl.so (found version "7.45.0") -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8") -- Found wxWidgets: TRUE
CMake Warning (dev) at CMakeLists.txt:16 (add_subdirectory): The source directory

/home/name/sources/bountysource/Tiggit/libs/spread

does not contain a CMakeLists.txt file.

CMake does not support this case but it used to work accidentally and is being allowed for compatibility.

Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:17 (add_subdirectory): The source directory

/home/name/sources/bountysource/Tiggit/libs/unpackcpp

does not contain a CMakeLists.txt file.

CMake does not support this case but it used to work accidentally and is being allowed for compatibility.

Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run "cmake --help-policy CMP0014" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring done CMake Error at CMakeLists.txt:50 (add_executable): Cannot find source file:

libs/mangle/stream/clients/io_stream.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

CMake Error: CMake can not determine linker language for target: tiggit CMake Error: Cannot determine link language for target "tiggit". -- Generating done -- Build files have been written to: /home/name/sources/bountysource/Tiggit/build

ohhmm avatar May 23 '16 08:05 ohhmm