live@Toshiba:~/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles$
cmake ..
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_policy):
The OLD behavior for policy CMP0011 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Found Qt4: /usr/bin/qmake (found suitable version "4.8.7", minimum
required is "4.8.1")
-- Found Qt4: /usr/bin/qmake (found version "4.8.7")
-- Boost version: 1.65.1
-- Found Qt4: /usr/bin/qmake (found version "4.8.7")
CMake Error at CMakeLists.txt:305 (add_subdirectory):
add_subdirectory given source "3rdparty/libprojectm" which is not an
existing directory.
CMake Error at CMakeLists.txt:357 (add_subdirectory):
add_subdirectory given source "3rdparty/qxt" which is not an existing
directory.
-- Using builtin sha2 library
CMake Warning (dev) at tests/CMakeLists.txt:77 (add_custom_target):
Policy CMP0037 is not set: Target names should not be reserved and should
match a validity pattern. Run "cmake --help-policy CMP0037" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
The target name "test" is reserved or not valid for certain CMake
features,
such as generator expressions, and may result in undefined behavior.
This warning is for project developers. Use -Wno-dev to suppress it.
Building Clementine version: 1.3.1
The following components will be built:
Box support
D-Bus support
Devices: Audio CD support
Devices: DeviceKit backend
Devices: GIO device backend
Devices: MTP support
Devices: UDisks2 backend
Devices: iPod classic support
Dropbox support
Google Drive support
Last.fm support
Moodbar support
Pulse audio integration
Seafile support
Skydrive support
Spotify support: non-GPL binary helper
Visualisations
Wiimote support
The following components WILL NOT be built:
Crash reporting (disabled in CMake config)
Sparkle integration (missing Mac OS X, Sparkle)
-- Configuring incomplete, errors occurred!
See also
"/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeOutput.log".
See also
"/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeError.log".
Sorry i not speak english
--
You received this message because you are subscribed to the Google Groups
"Clementine Music Player" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir:
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_56d84/fast"
/usr/bin/make -f CMakeFiles/cmTC_56d84.dir/build.make
CMakeFiles/cmTC_56d84.dir/build
make[1]: se entra en el directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_56d84.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o
CMakeFiles/cmTC_56d84.dir/CheckSymbolExists.cxx.o -c
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
In function ‘int main(int, char**)’:
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19:
error: ‘Q_WS_WIN’ was not declared in this scope
return ((int*)(&Q_WS_WIN))[argc];
^~~~~~~~
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19:
note: suggested alternative: ‘Q_WS_X11’
return ((int*)(&Q_WS_WIN))[argc];
^~~~~~~~
Q_WS_X11
CMakeFiles/cmTC_56d84.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_56d84.dir/CheckSymbolExists.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_56d84.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: se sale del directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_56d84/fast' failed
make: *** [cmTC_56d84/fast] Error 2
File
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_WIN
return ((int*)(&Q_WS_WIN))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir:
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_ad83c/fast"
/usr/bin/make -f CMakeFiles/cmTC_ad83c.dir/build.make
CMakeFiles/cmTC_ad83c.dir/build
make[1]: se entra en el directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ad83c.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o
CMakeFiles/cmTC_ad83c.dir/CheckSymbolExists.cxx.o -c
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
In function ‘int main(int, char**)’:
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19:
error: ‘Q_WS_QWS’ was not declared in this scope
return ((int*)(&Q_WS_QWS))[argc];
^~~~~~~~
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19:
note: suggested alternative: ‘Q_WS_X11’
return ((int*)(&Q_WS_QWS))[argc];
^~~~~~~~
Q_WS_X11
CMakeFiles/cmTC_ad83c.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_ad83c.dir/CheckSymbolExists.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_ad83c.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: se sale del directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_ad83c/fast' failed
make: *** [cmTC_ad83c/fast] Error 2
File
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_QWS
return ((int*)(&Q_WS_QWS))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir:
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0ca68/fast"
/usr/bin/make -f CMakeFiles/cmTC_0ca68.dir/build.make
CMakeFiles/cmTC_0ca68.dir/build
make[1]: se entra en el directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0ca68.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o
CMakeFiles/cmTC_0ca68.dir/CheckSymbolExists.cxx.o -c
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
In function ‘int main(int, char**)’:
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19:
error: ‘Q_WS_MAC’ was not declared in this scope
return ((int*)(&Q_WS_MAC))[argc];
^~~~~~~~
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19:
note: suggested alternative: ‘Q_WS_X11’
return ((int*)(&Q_WS_MAC))[argc];
^~~~~~~~
Q_WS_X11
CMakeFiles/cmTC_0ca68.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_0ca68.dir/CheckSymbolExists.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_0ca68.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: se sale del directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0ca68/fast' failed
make: *** [cmTC_0ca68/fast] Error 2
File
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_MAC
return ((int*)(&Q_WS_MAC))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pthread_create exist failed with the following output:
Change Dir:
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_37855/fast"
/usr/bin/make -f CMakeFiles/cmTC_37855.dir/build.make
CMakeFiles/cmTC_37855.dir/build
make[1]: se entra en el directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_37855.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_37855.dir/CheckSymbolExists.c.o -c
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_37855
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37855.dir/link.txt
--verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_37855.dir/CheckSymbolExists.c.o -o
cmTC_37855
CMakeFiles/cmTC_37855.dir/CheckSymbolExists.c.o: En la función `main':
CheckSymbolExists.c:(.text+0x15): referencia a `pthread_create' sin definir
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_37855.dir/build.make:97: recipe for target 'cmTC_37855' failed
make[1]: *** [cmTC_37855] Error 1
make[1]: se sale del directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_37855/fast' failed
make: *** [cmTC_37855/fast] Error 2
File
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with
the following output:
Change Dir:
/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0fb58/fast"
/usr/bin/make -f CMakeFiles/cmTC_0fb58.dir/build.make
CMakeFiles/cmTC_0fb58.dir/build
make[1]: se entra en el directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0fb58.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTC_0fb58.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_0fb58
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fb58.dir/link.txt
--verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic
CMakeFiles/cmTC_0fb58.dir/CheckFunctionExists.c.o -o cmTC_0fb58 -lpthreads
/usr/bin/ld: no se puede encontrar -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_0fb58.dir/build.make:97: recipe for target 'cmTC_0fb58' failed
make[1]: *** [cmTC_0fb58] Error 1
make[1]: se sale del directorio
'/home/live/clementine-1.3.1+git276-g3485bbe43+dfsg/bin/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0fb58/fast' failed
make: *** [cmTC_0fb58/fast] Error 2