Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Performing C++ SOURCE FILE Test COMPLEX_TAGLIB_FILENAME failed with the following output:
- Change Dir: /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTryCompileExec546404323/fast"
- /usr/bin/make -f CMakeFiles/cmTryCompileExec546404323.dir/build.make CMakeFiles/cmTryCompileExec546404323.dir/build
- make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
- Building CXX object CMakeFiles/cmTryCompileExec546404323.dir/src.cxx.o
- /usr/lib/ccache/c++ -DCOMPLEX_TAGLIB_FILENAME -I/usr/include/taglib -I/usr/include/taglib -o CMakeFiles/cmTryCompileExec546404323.dir/src.cxx.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/src.cxx
- /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
- /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/src.cxx:5:38: error: cannot convert ‘const wchar_t*’ to ‘TagLib::FileName {aka const char*}’ in initialization
- TagLib::FileName fileName2(L"wchar");
- ^
- CMakeFiles/cmTryCompileExec546404323.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec546404323.dir/src.cxx.o' failed
- make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- make[1]: *** [CMakeFiles/cmTryCompileExec546404323.dir/src.cxx.o] Error 1
- Makefile:118: recipe for target 'cmTryCompileExec546404323/fast' failed
- make: *** [cmTryCompileExec546404323/fast] Error 2
- Source file was:
- #include <tfile.h>
- int main()
- {
- TagLib::FileName fileName1("char");
- TagLib::FileName fileName2(L"wchar");
- return 0;
- }
- Determining if the Q_WS_WIN exist failed with the following output:
- Change Dir: /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTryCompileExec2544969620/fast"
- /usr/bin/make -f CMakeFiles/cmTryCompileExec2544969620.dir/build.make CMakeFiles/cmTryCompileExec2544969620.dir/build
- make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
- Building CXX object CMakeFiles/cmTryCompileExec2544969620.dir/CheckSymbolExists.cxx.o
- /usr/lib/ccache/c++ -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -I/usr/include/taglib -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec2544969620.dir/CheckSymbolExists.cxx.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
- /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
- /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope
- return ((int*)(&Q_WS_WIN))[argc];
- ^
- CMakeFiles/cmTryCompileExec2544969620.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec2544969620.dir/CheckSymbolExists.cxx.o' failed
- make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- make[1]: *** [CMakeFiles/cmTryCompileExec2544969620.dir/CheckSymbolExists.cxx.o] Error 1
- Makefile:118: recipe for target 'cmTryCompileExec2544969620/fast' failed
- make: *** [cmTryCompileExec2544969620/fast] Error 2
- File /home/g33kyaditya/kde/build/amarok/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/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTryCompileExec1158015032/fast"
- /usr/bin/make -f CMakeFiles/cmTryCompileExec1158015032.dir/build.make CMakeFiles/cmTryCompileExec1158015032.dir/build
- make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
- Building CXX object CMakeFiles/cmTryCompileExec1158015032.dir/CheckSymbolExists.cxx.o
- /usr/lib/ccache/c++ -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -I/usr/include/taglib -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec1158015032.dir/CheckSymbolExists.cxx.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
- /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
- /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope
- return ((int*)(&Q_WS_QWS))[argc];
- ^
- CMakeFiles/cmTryCompileExec1158015032.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec1158015032.dir/CheckSymbolExists.cxx.o' failed
- make[1]: *** [CMakeFiles/cmTryCompileExec1158015032.dir/CheckSymbolExists.cxx.o] Error 1
- make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- Makefile:118: recipe for target 'cmTryCompileExec1158015032/fast' failed
- make: *** [cmTryCompileExec1158015032/fast] Error 2
- File /home/g33kyaditya/kde/build/amarok/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/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTryCompileExec3274469840/fast"
- /usr/bin/make -f CMakeFiles/cmTryCompileExec3274469840.dir/build.make CMakeFiles/cmTryCompileExec3274469840.dir/build
- make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
- Building CXX object CMakeFiles/cmTryCompileExec3274469840.dir/CheckSymbolExists.cxx.o
- /usr/lib/ccache/c++ -fmessage-length=0 -Wl,--as-needed -I/usr/include/taglib -I/usr/include/taglib -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec3274469840.dir/CheckSymbolExists.cxx.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
- /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
- /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope
- return ((int*)(&Q_WS_MAC))[argc];
- ^
- CMakeFiles/cmTryCompileExec3274469840.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3274469840.dir/CheckSymbolExists.cxx.o' failed
- make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- make[1]: *** [CMakeFiles/cmTryCompileExec3274469840.dir/CheckSymbolExists.cxx.o] Error 1
- Makefile:118: recipe for target 'cmTryCompileExec3274469840/fast' failed
- make: *** [cmTryCompileExec3274469840/fast] Error 2
- File /home/g33kyaditya/kde/build/amarok/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/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTryCompileExec601353885/fast"
- /usr/bin/make -f CMakeFiles/cmTryCompileExec601353885.dir/build.make CMakeFiles/cmTryCompileExec601353885.dir/build
- make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
- Building C object CMakeFiles/cmTryCompileExec601353885.dir/CheckSymbolExists.c.o
- /usr/lib/ccache/cc -fmessage-length=0 -I/usr/include/taglib -I/usr/include/taglib -o CMakeFiles/cmTryCompileExec601353885.dir/CheckSymbolExists.c.o -c /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CheckSymbolExists.c
- Linking C executable cmTryCompileExec601353885
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec601353885.dir/link.txt --verbose=1
- /usr/lib/ccache/cc -fmessage-length=0 -I/usr/include/taglib CMakeFiles/cmTryCompileExec601353885.dir/CheckSymbolExists.c.o -o cmTryCompileExec601353885 -rdynamic -L/usr/lib/x86_64-linux-gnu -ltag
- CMakeFiles/cmTryCompileExec601353885.dir/CheckSymbolExists.c.o: In function `main':
- CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTryCompileExec601353885.dir/build.make:88: recipe for target 'cmTryCompileExec601353885' failed
- make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- make[1]: *** [cmTryCompileExec601353885] Error 1
- Makefile:118: recipe for target 'cmTryCompileExec601353885/fast' failed
- make: *** [cmTryCompileExec601353885/fast] Error 2
- File /home/g33kyaditya/kde/build/amarok/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/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp
- Run Build Command:"/usr/bin/make" "cmTryCompileExec3592232913/fast"
- /usr/bin/make -f CMakeFiles/cmTryCompileExec3592232913.dir/build.make CMakeFiles/cmTryCompileExec3592232913.dir/build
- make[1]: Entering directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- /usr/bin/cmake -E cmake_progress_report /home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp/CMakeFiles 1
- Building C object CMakeFiles/cmTryCompileExec3592232913.dir/CheckFunctionExists.c.o
- /usr/lib/ccache/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=pthread_create -I/usr/include/taglib -o CMakeFiles/cmTryCompileExec3592232913.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.0/Modules/CheckFunctionExists.c
- Linking C executable cmTryCompileExec3592232913
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3592232913.dir/link.txt --verbose=1
- /usr/lib/ccache/cc -fmessage-length=0 -DCHECK_FUNCTION_EXISTS=pthread_create -I/usr/include/taglib CMakeFiles/cmTryCompileExec3592232913.dir/CheckFunctionExists.c.o -o cmTryCompileExec3592232913 -rdynamic -lpthreads -L/usr/lib/x86_64-linux-gnu -ltag
- /usr/bin/ld: cannot find -lpthreads
- collect2: error: ld returned 1 exit status
- CMakeFiles/cmTryCompileExec3592232913.dir/build.make:88: recipe for target 'cmTryCompileExec3592232913' failed
- make[1]: Leaving directory '/home/g33kyaditya/kde/build/amarok/CMakeFiles/CMakeTmp'
- make[1]: *** [cmTryCompileExec3592232913] Error 1
- Makefile:118: recipe for target 'cmTryCompileExec3592232913/fast' failed
- make: *** [cmTryCompileExec3592232913/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement