2
0
forked from Ivasoft/DSView
Files
DSView/DSLogic-gui/CMakeFiles/CMakeError.log
2014-04-14 17:46:11 +08:00

1649 lines
90 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: Leaving directory `/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make: *** [cmTryCompileExec/fast] Error 2
File /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: Leaving directory `/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make: *** [cmTryCompileExec/fast] Error 2
File /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: Leaving directory `/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make: *** [cmTryCompileExec/fast] Error 2
File /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: Leaving directory `/home/liuzherui/programming/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec] Error 1
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: Leaving directory `/home/andy/work/DSLogic/DSLogic-gui/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec] Error 1
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec] Error 1
make: *** [cmTryCompileExec/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_WIN was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_WIN
cmakeRequireSymbol(0,&Q_WS_WIN);
#endif
return 0;
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_QWS was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_QWS
cmakeRequireSymbol(0,&Q_WS_QWS);
#endif
return 0;
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o -c /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function int main():
/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:25: error: Q_WS_MAC was not declared in this scope
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2
File /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef Q_WS_MAC
cmakeRequireSymbol(0,&Q_WS_MAC);
#endif
return 0;
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
make[1]: Leaving directory `/home/andy/work/DSLogic-open/DSLogic-gui/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec/fast] Error 2