From 15734edeffcf26c1cb2a7e89bb9b10035f2dc9f1 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Tue, 6 Sep 2011 18:40:01 +0200 Subject: no build dirs in git --- LogReceiver/build/CMakeFiles/CMakeError.log | 87 ----------------------------- 1 file changed, 87 deletions(-) delete mode 100644 LogReceiver/build/CMakeFiles/CMakeError.log (limited to 'LogReceiver/build/CMakeFiles/CMakeError.log') diff --git a/LogReceiver/build/CMakeFiles/CMakeError.log b/LogReceiver/build/CMakeFiles/CMakeError.log deleted file mode 100644 index 44add4d..0000000 --- a/LogReceiver/build/CMakeFiles/CMakeError.log +++ /dev/null @@ -1,87 +0,0 @@ -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 - -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 - -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 - -void cmakeRequireSymbol(int dummy,...){(void)dummy;} -int main() -{ -#ifndef Q_WS_MAC - cmakeRequireSymbol(0,&Q_WS_MAC); -#endif - return 0; -} - -- cgit v1.2.3-55-g7522