Advertisement
Guest User

Untitled

a guest
Feb 20th, 2015
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. Determining if the Q_WS_WIN exist failed with the following output:
  2. Change Dir: /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:/usr/bin/gmake "cmTryCompileExec2851170453/fast"
  5. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2851170453.dir/build.make CMakeFiles/cmTryCompileExec2851170453.dir/build
  6. gmake[1]: Вхожу у каталог "/home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp"
  7. /usr/bin/cmake -E cmake_progress_report /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  8. Building CXX object CMakeFiles/cmTryCompileExec2851170453.dir/CheckSymbolExists.cxx.o
  9. /usr/bin/c++ -I/usr/lib/qt/include -o CMakeFiles/cmTryCompileExec2851170453.dir/CheckSymbolExists.cxx.o -c /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  10. /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  11. /home/laslo/Downloads/flacon-1.0.1/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. gmake[1]: *** [CMakeFiles/cmTryCompileExec2851170453.dir/CheckSymbolExists.cxx.o] Помилка 1
  15. gmake[1]: Залишаю каталог "/home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp"
  16. gmake: *** [cmTryCompileExec2851170453/fast] Помилка 2
  17.  
  18. File /home/laslo/Downloads/flacon-1.0.1/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/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp
  35.  
  36. Run Build Command:/usr/bin/gmake "cmTryCompileExec3235478212/fast"
  37. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3235478212.dir/build.make CMakeFiles/cmTryCompileExec3235478212.dir/build
  38. gmake[1]: Вхожу у каталог "/home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp"
  39. /usr/bin/cmake -E cmake_progress_report /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  40. Building CXX object CMakeFiles/cmTryCompileExec3235478212.dir/CheckSymbolExists.cxx.o
  41. /usr/bin/c++ -I/usr/lib/qt/include -o CMakeFiles/cmTryCompileExec3235478212.dir/CheckSymbolExists.cxx.o -c /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  42. /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  43. /home/laslo/Downloads/flacon-1.0.1/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. gmake[1]: *** [CMakeFiles/cmTryCompileExec3235478212.dir/CheckSymbolExists.cxx.o] Помилка 1
  47. gmake[1]: Залишаю каталог "/home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp"
  48. gmake: *** [cmTryCompileExec3235478212/fast] Помилка 2
  49.  
  50. File /home/laslo/Downloads/flacon-1.0.1/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/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp
  67.  
  68. Run Build Command:/usr/bin/gmake "cmTryCompileExec958069583/fast"
  69. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec958069583.dir/build.make CMakeFiles/cmTryCompileExec958069583.dir/build
  70. gmake[1]: Вхожу у каталог "/home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp"
  71. /usr/bin/cmake -E cmake_progress_report /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  72. Building CXX object CMakeFiles/cmTryCompileExec958069583.dir/CheckSymbolExists.cxx.o
  73. /usr/bin/c++ -I/usr/lib/qt/include -o CMakeFiles/cmTryCompileExec958069583.dir/CheckSymbolExists.cxx.o -c /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  74. /home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  75. /home/laslo/Downloads/flacon-1.0.1/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. gmake[1]: *** [CMakeFiles/cmTryCompileExec958069583.dir/CheckSymbolExists.cxx.o] Помилка 1
  79. gmake[1]: Залишаю каталог "/home/laslo/Downloads/flacon-1.0.1/build/CMakeFiles/CMakeTmp"
  80. gmake: *** [cmTryCompileExec958069583/fast] Помилка 2
  81.  
  82. File /home/laslo/Downloads/flacon-1.0.1/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