Please find enclosed the cmake error log file.
Determining if the Q_WS_X11 exist failed with the following output:
Change Dir: /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3690683921/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3690683921.dir/build.make CMakeFiles/cmTryCompileExec3690683921.dir/build
make[1]: Entering directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3690683921.dir/CheckSymbolExists.c.o
/usr/bin/cc   -I/usr/include/qt5    -o CMakeFiles/cmTryCompileExec3690683921.dir/CheckSymbolExists.c.o   -c /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_X11’ undeclared (first use in this function)
   return ((int*)(&Q_WS_X11))[argc];
                   ^
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [CMakeFiles/cmTryCompileExec3690683921.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec3690683921/fast] Error 2

File /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef Q_WS_X11
  return ((int*)(&Q_WS_X11))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2316895753/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2316895753.dir/build.make CMakeFiles/cmTryCompileExec2316895753.dir/build
make[1]: Entering directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2316895753.dir/CheckSymbolExists.c.o
/usr/bin/cc   -I/usr/include/qt5    -o CMakeFiles/cmTryCompileExec2316895753.dir/CheckSymbolExists.c.o   -c /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_WIN’ undeclared (first use in this function)
   return ((int*)(&Q_WS_WIN))[argc];
                   ^
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [CMakeFiles/cmTryCompileExec2316895753.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec2316895753/fast] Error 2

File /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#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/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1188594204/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1188594204.dir/build.make CMakeFiles/cmTryCompileExec1188594204.dir/build
make[1]: Entering directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1188594204.dir/CheckSymbolExists.c.o
/usr/bin/cc   -I/usr/include/qt5    -o CMakeFiles/cmTryCompileExec1188594204.dir/CheckSymbolExists.c.o   -c /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_QWS’ undeclared (first use in this function)
   return ((int*)(&Q_WS_QWS))[argc];
                   ^
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [CMakeFiles/cmTryCompileExec1188594204.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec1188594204/fast] Error 2

File /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#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/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1968002547/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1968002547.dir/build.make CMakeFiles/cmTryCompileExec1968002547.dir/build
make[1]: Entering directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1968002547.dir/CheckSymbolExists.c.o
/usr/bin/cc   -I/usr/include/qt5    -o CMakeFiles/cmTryCompileExec1968002547.dir/CheckSymbolExists.c.o   -c /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘Q_WS_MAC’ undeclared (first use in this function)
   return ((int*)(&Q_WS_MAC))[argc];
                   ^
/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [CMakeFiles/cmTryCompileExec1968002547.dir/CheckSymbolExists.c.o] Error 1
make[1]: Leaving directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec1968002547/fast] Error 2

File /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#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/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec812839197/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec812839197.dir/build.make CMakeFiles/cmTryCompileExec812839197.dir/build
make[1]: Entering directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec812839197.dir/CheckSymbolExists.c.o
/usr/bin/cc    -o CMakeFiles/cmTryCompileExec812839197.dir/CheckSymbolExists.c.o   -c /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec812839197
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec812839197.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTryCompileExec812839197.dir/CheckSymbolExists.c.o  -o cmTryCompileExec812839197 -rdynamic 
CMakeFiles/cmTryCompileExec812839197.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec812839197] Error 1
make[1]: Leaving directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec812839197/fast] Error 2

File /home/devanshu/Documents/PMC/plasma-mediacenter/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/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1110523676/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1110523676.dir/build.make CMakeFiles/cmTryCompileExec1110523676.dir/build
make[1]: Entering directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1110523676.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec1110523676.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1110523676
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1110523676.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec1110523676.dir/CheckFunctionExists.c.o  -o cmTryCompileExec1110523676 -rdynamic -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec1110523676] Error 1
make[1]: Leaving directory `/home/devanshu/Documents/PMC/plasma-mediacenter/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec1110523676/fast] Error 2


_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to