snock ~/Descargas/a $ git clone https://github.com/tomahawk-player/tomahawk.git Cloning into 'tomahawk'... remote: Counting objects: 57186, done. remote: Compressing objects: 100% (11500/11500), done. remote: Total 57186 (delta 46193), reused 56366 (delta 45440) Receiving objects: 100% (57186/57186), 22.87 MiB | 544 KiB/s, done. Resolving deltas: 100% (46193/46193), done. snock ~/Descargas/a $ mkdir tomahawk/build && cd tomahawk/build mkdir: se ha creado el directorio «tomahawk/build» snock ~/Descargas/a/tomahawk/build $ cmake .. -- The C compiler identification is GNU 4.7.2 -- The CXX compiler identification is GNU 4.7.2 -- 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 -- 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 -- Build with support for breakpad. -- Building Tomahawk 0.5.99.20121102-git-master-a26482d full GUI version *** -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/libX11.so -- 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 Qt4: /usr/bin/qmake (found suitable version "4.8.3", minimum required is "4.7.0") -- Found Phonon: /usr/include (Required is at least version "4.5.0") -- Phonon found; ensure that phonon-vlc is at least 0.4 -- Found Echonest: /usr/lib/libechonest.so (found suitable version "2.0.1", minimum required is "2.0.0") -- Could NOT find CLuceneUnstable (missing: CLUCENE_UNSTABLE_LIBS) -- Found CLucene core library: /usr/local/lib/libclucene-core.so -- Found CLucene shared library: /usr/local/lib/libclucene-shared.so -- Found CLucene include dir: /usr/local/include -- Found CLucene library dir: /usr/local/lib -- Found CLucene: /usr/local/lib/libclucene-core.so;/usr/local/lib/libclucene-shared.so version 2.3.3.4 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1") -- checking for module 'QJson>=0.5' -- found QJson, version 0.7.1 -- Found QJSON: qjson;QtCore -- Found TagLib: -L/usr/lib -ltag -- Performing Test COMPLEX_TAGLIB_FILENAME -- Performing Test COMPLEX_TAGLIB_FILENAME - Failed -- Boost version: 1.50.0 -- checking for module 'qca2' -- found qca2, version 2.0.3 -- Found QCA2: /usr/lib/libqca.so -- Found LibAttica: /usr/lib/libattica.so (found suitable version "0.4.1", minimum required is "0.4.0") -- Found Qt4: /usr/bin/qmake (found version "4.8.3") -- Found quazip: /usr/local/lib/libquazip.so CMake Warning at CMakeModules/FindJreen.cmake:28 (MESSAGE): You don't have pkg-config and so the Jreen version check does not work! Call Stack (most recent call first): CMakeModules/MacroOptionalFindPackage.cmake:32 (find_package) CMakeLists.txt:133 (macro_optional_find_package) -- Found Jreen: /usr/local/lib/libjreen.so (Required is at least version "1.0.5") -- Found QTweetLib: /usr/local/lib/libQTweetLib.so -- Found LibLastFm: /usr/local/lib64/liblastfm.so (Required is at least version "1.0.0") -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found Qt-Version 4.8.3 (using /usr/bin/qmake) -- Found X11: /usr/lib/libX11.so -- Found OpenSSL: /usr/lib/libssl.so -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Did not find automoc4 (Automoc4Config.cmake, install git://anongit.kde.org/automoc). (missing: AUTOMOC4_EXECUTABLE) -- Found Perl: /usr/bin/perl (found version "5.16.1") -- KDE4 not found, because Automoc4 not found. -- KDE4 is installed, will install protocol file ----------------------------------------------------------------------------- -- The following external packages were located on your system. -- This installation will have the extra features provided by these packages. ----------------------------------------------------------------------------- * Qt - A cross-platform application and UI framework * Phonon - The Phonon multimedia library * Echonest - Qt library for communicating with The Echo Nest * CLucene - The open-source, C++ search engine * QJson - Qt library that maps JSON data to QVariant objects * TagLib - Audio Meta-Data Library * Boost - Provides free peer-reviewed portable C++ source libraries * QCA2 - Provides encryption and signing functions required for Grooveshark resolver * libattica - Provides support for automatic fetching and managing of resolvers from the tomahawk website * QuaZip - Provides support for extracting downloaded resolvers automatically. * Jreen - Qt XMPP Library * QTweetLib - Qt Twitter Library * liblastfm - Qt library for the Last.fm webservices * Threads - Threading Library ----------------------------------------------------------------------------- -- Congratulations! All external packages have been found. ----------------------------------------------------------------------------- -- Found Qt-Version 4.8.3 (using /usr/bin/qmake) -- Found X11: /usr/lib/libX11.so Building in debug mode, enabling all debug updates CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include): File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/CheckSymbolExists.cmake:38 (include) /usr/share/apps/cmake/modules/FindQt4.cmake:408 (INCLUDE) src/breakpad/CrashReporter/CMakeLists.txt:4 (FIND_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it. -- Found Qt-Version 4.8.3 (using /usr/bin/qmake) CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include): File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/CheckFunctionExists.cmake:30 (include) /usr/share/apps/cmake/modules/FindX11.cmake:305 (INCLUDE) /usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE) /usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE) src/breakpad/CrashReporter/CMakeLists.txt:4 (FIND_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include): File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/CheckLibraryExists.cmake:29 (include) /usr/share/apps/cmake/modules/FindX11.cmake:306 (INCLUDE) /usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:30 (FIND_PACKAGE) /usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE) src/breakpad/CrashReporter/CMakeLists.txt:4 (FIND_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it. -- Found X11: /usr/lib/libX11.so CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include): File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/CheckLibraryExists.cmake:29 (include) /usr/share/cmake-2.8/Modules/FindThreads.cmake:25 (include) /usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE) /usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE) src/breakpad/CrashReporter/CMakeLists.txt:4 (FIND_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake:33 (include): File /usr/share/cmake-2.8/Modules/CMakeExpandImportedTargets.cmake includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/CheckSymbolExists.cmake:38 (include) /usr/share/cmake-2.8/Modules/FindThreads.cmake:26 (include) /usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE) /usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE) src/breakpad/CrashReporter/CMakeLists.txt:4 (FIND_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:92 (include): File /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via CMAKE_MODULE_PATH) which shadows /usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause errors later on . Policy CMP0017 is not set: Prefer files from the CMake module directory when including from there. Run "cmake --help-policy CMP0017" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindThreads.cmake:165 (include) /usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE) /usr/share/apps/cmake/modules/FindQt4.cmake:1230 (INCLUDE) src/breakpad/CrashReporter/CMakeLists.txt:4 (FIND_PACKAGE) This warning is for project developers. Use -Wno-dev to suppress it. -- OS_SPECIFIC_LINK_LIBRARIES: -- Configuring done -- Generating done -- Build files have been written to: /home/snock/Descargas/a/tomahawk/build