Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 4.61 KB | None | 0 0
  1. Determining if the Q_WS_WIN exist failed with the following output:
  2. Change Dir: /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:/usr/bin/make "cmTryCompileExec2970188241/fast"
  5. /usr/bin/make -f CMakeFiles/cmTryCompileExec2970188241.dir/build.make CMakeFiles/cmTryCompileExec2970188241.dir/build
  6. make[1]: Entering directory `/home/user/bin/keepassx/build/CMakeFiles/CMakeTmp'
  7. /usr/bin/cmake -E cmake_progress_report /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  8. Building CXX object CMakeFiles/cmTryCompileExec2970188241.dir/CheckSymbolExists.cxx.o
  9. /usr/bin/c++    -I/usr/include/qt4    -o CMakeFiles/cmTryCompileExec2970188241.dir/CheckSymbolExists.cxx.o -c /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  10. /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  11. /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope
  12.   return ((int*)(&Q_WS_WIN))[argc];
  13.                   ^
  14. make[1]: Leaving directory `/home/user/bin/keepassx/build/CMakeFiles/CMakeTmp'
  15. make[1]: *** [CMakeFiles/cmTryCompileExec2970188241.dir/CheckSymbolExists.cxx.o] Error 1
  16. make: *** [cmTryCompileExec2970188241/fast] Error 2
  17.  
  18. File /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  19. /* */
  20. #include <QtCore/qglobal.h>
  21.  
  22. int main(int argc, char** argv)
  23. {
  24.   (void)argv;
  25. #ifndef Q_WS_WIN
  26.   return ((int*)(&Q_WS_WIN))[argc];
  27. #else
  28.   (void)argc;
  29.   return 0;
  30. #endif
  31. }
  32.  
  33. Determining if the Q_WS_QWS exist failed with the following output:
  34. Change Dir: /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp
  35.  
  36. Run Build Command:/usr/bin/make "cmTryCompileExec3727086150/fast"
  37. /usr/bin/make -f CMakeFiles/cmTryCompileExec3727086150.dir/build.make CMakeFiles/cmTryCompileExec3727086150.dir/build
  38. make[1]: Entering directory `/home/user/bin/keepassx/build/CMakeFiles/CMakeTmp'
  39. /usr/bin/cmake -E cmake_progress_report /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  40. Building CXX object CMakeFiles/cmTryCompileExec3727086150.dir/CheckSymbolExists.cxx.o
  41. /usr/bin/c++    -I/usr/include/qt4    -o CMakeFiles/cmTryCompileExec3727086150.dir/CheckSymbolExists.cxx.o -c /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  42. /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  43. /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope
  44.   return ((int*)(&Q_WS_QWS))[argc];
  45.                   ^
  46. make[1]: *** [CMakeFiles/cmTryCompileExec3727086150.dir/CheckSymbolExists.cxx.o] Error 1
  47. make[1]: Leaving directory `/home/user/bin/keepassx/build/CMakeFiles/CMakeTmp'
  48. make: *** [cmTryCompileExec3727086150/fast] Error 2
  49.  
  50. File /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  51. /* */
  52. #include <QtCore/qglobal.h>
  53.  
  54. int main(int argc, char** argv)
  55. {
  56.   (void)argv;
  57. #ifndef Q_WS_QWS
  58.   return ((int*)(&Q_WS_QWS))[argc];
  59. #else
  60.   (void)argc;
  61.   return 0;
  62. #endif
  63. }
  64.  
  65. Determining if the Q_WS_MAC exist failed with the following output:
  66. Change Dir: /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp
  67.  
  68. Run Build Command:/usr/bin/make "cmTryCompileExec996044179/fast"
  69. /usr/bin/make -f CMakeFiles/cmTryCompileExec996044179.dir/build.make CMakeFiles/cmTryCompileExec996044179.dir/build
  70. make[1]: Entering directory `/home/user/bin/keepassx/build/CMakeFiles/CMakeTmp'
  71. /usr/bin/cmake -E cmake_progress_report /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  72. Building CXX object CMakeFiles/cmTryCompileExec996044179.dir/CheckSymbolExists.cxx.o
  73. /usr/bin/c++    -I/usr/include/qt4    -o CMakeFiles/cmTryCompileExec996044179.dir/CheckSymbolExists.cxx.o -c /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  74. /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  75. /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope
  76.   return ((int*)(&Q_WS_MAC))[argc];
  77.                   ^
  78. make[1]: *** [CMakeFiles/cmTryCompileExec996044179.dir/CheckSymbolExists.cxx.o] Error 1
  79. make[1]: Leaving directory `/home/user/bin/keepassx/build/CMakeFiles/CMakeTmp'
  80. make: *** [cmTryCompileExec996044179/fast] Error 2
  81.  
  82. File /home/user/bin/keepassx/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  83. /* */
  84. #include <QtCore/qglobal.h>
  85.  
  86. int main(int argc, char** argv)
  87. {
  88.   (void)argv;
  89. #ifndef Q_WS_MAC
  90.   return ((int*)(&Q_WS_MAC))[argc];
  91. #else
  92.   (void)argc;
  93.   return 0;
  94. #endif
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement