summaryrefslogtreecommitdiffstats
path: root/LogReceiver/build/CMakeFiles/CMakeError.log
diff options
context:
space:
mode:
authorNiklas2011-09-05 17:04:22 +0200
committerNiklas2011-09-05 17:04:22 +0200
commit5ea57d78c4c42551fcf57d423b13a0897f7db980 (patch)
tree134f4bbfacb52040a75529185f4a959b3d0d23c8 /LogReceiver/build/CMakeFiles/CMakeError.log
parentadded a new container class which holds config informations about an interfac... (diff)
downloadfbgui-5ea57d78c4c42551fcf57d423b13a0897f7db980.tar.gz
fbgui-5ea57d78c4c42551fcf57d423b13a0897f7db980.tar.xz
fbgui-5ea57d78c4c42551fcf57d423b13a0897f7db980.zip
tried to manage cmake but failed. also tried to add the del_route() method of interface.c but failed too. made a static lib of the customdhcpcd files but couldn't change it to a shared lib. (tried to add SHARE to the add_library code but this resulted in an error multiple declarations of main...
Diffstat (limited to 'LogReceiver/build/CMakeFiles/CMakeError.log')
-rw-r--r--LogReceiver/build/CMakeFiles/CMakeError.log87
1 files changed, 87 insertions, 0 deletions
diff --git a/LogReceiver/build/CMakeFiles/CMakeError.log b/LogReceiver/build/CMakeFiles/CMakeError.log
new file mode 100644
index 0000000..44add4d
--- /dev/null
+++ b/LogReceiver/build/CMakeFiles/CMakeError.log
@@ -0,0 +1,87 @@
+Determining if the Q_WS_WIN exist failed with the following output:
+Change Dir: /home/niklas/fbgui/LogReceiver/build/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/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o
+/usr/bin/gcc -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o -c /home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
+/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
+/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:25: error: ‘Q_WS_WIN’ undeclared (first use in this function)
+/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:25: note: each undeclared identifier is reported only once for each function it appears in
+make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o] Error 1
+make[1]: Leaving directory `/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp'
+make: *** [cmTryCompileExec/fast] Error 2
+
+File /home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
+/* */
+#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/niklas/fbgui/LogReceiver/build/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/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o
+/usr/bin/gcc -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o -c /home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
+/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
+/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:25: error: ‘Q_WS_QWS’ undeclared (first use in this function)
+/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:25: note: each undeclared identifier is reported only once for each function it appears in
+make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o] Error 1
+make[1]: Leaving directory `/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp'
+make: *** [cmTryCompileExec/fast] Error 2
+
+File /home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
+/* */
+#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/niklas/fbgui/LogReceiver/build/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/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp'
+/usr/bin/cmake -E cmake_progress_report /home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CMakeFiles 1
+Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o
+/usr/bin/gcc -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o -c /home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
+/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
+/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:25: error: ‘Q_WS_MAC’ undeclared (first use in this function)
+/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:25: note: each undeclared identifier is reported only once for each function it appears in
+make[1]: *** [CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o] Error 1
+make[1]: Leaving directory `/home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp'
+make: *** [cmTryCompileExec/fast] Error 2
+
+File /home/niklas/fbgui/LogReceiver/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
+/* */
+#include <QtCore/qglobal.h>
+
+void cmakeRequireSymbol(int dummy,...){(void)dummy;}
+int main()
+{
+#ifndef Q_WS_MAC
+ cmakeRequireSymbol(0,&Q_WS_MAC);
+#endif
+ return 0;
+}
+