Ticket #52444: CMakeError.log

File CMakeError.log, 6.6 KB (added by andrew.grapentin@…, 8 years ago)
Line 
1Determining if the Q_WS_X11 exist failed with the following output:
2Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp
3
4Run Build Command:"/opt/local/bin/gmake" "cmTC_82588/fast"
5/opt/local/bin/gmake -f CMakeFiles/cmTC_82588.dir/build.make CMakeFiles/cmTC_82588.dir/build
6gmake[1]: Entering directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp'
7Building CXX object CMakeFiles/cmTC_82588.dir/CheckSymbolExists.cxx.o
8/usr/bin/clang++    -I/opt/local/libexec/qt4/include  -pipe -Os -stdlib=libc++  -DSPATIALITE_VERSION_GE_4_0_0 -DSPATIALITE_VERSION_G_4_1_1 -DSPATIALITE_HAS_INIT_EX  -arch x86_64 -mmacosx-version-min=10.12   -o CMakeFiles/cmTC_82588.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
9/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_X11'
10  return ((int*)(&Q_WS_X11))[argc];
11                  ^
121 error generated.
13CMakeFiles/cmTC_82588.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_82588.dir/CheckSymbolExists.cxx.o' failed
14gmake[1]: *** [CMakeFiles/cmTC_82588.dir/CheckSymbolExists.cxx.o] Error 1
15gmake[1]: Leaving directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp'
16Makefile:126: recipe for target 'cmTC_82588/fast' failed
17gmake: *** [cmTC_82588/fast] Error 2
18
19File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
20/* */
21#include <QtCore/qglobal.h>
22
23int main(int argc, char** argv)
24{
25  (void)argv;
26#ifndef Q_WS_X11
27  return ((int*)(&Q_WS_X11))[argc];
28#else
29  (void)argc;
30  return 0;
31#endif
32}
33
34Determining if the Q_WS_WIN exist failed with the following output:
35Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp
36
37Run Build Command:"/opt/local/bin/gmake" "cmTC_5ce6d/fast"
38/opt/local/bin/gmake -f CMakeFiles/cmTC_5ce6d.dir/build.make CMakeFiles/cmTC_5ce6d.dir/build
39gmake[1]: Entering directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp'
40Building CXX object CMakeFiles/cmTC_5ce6d.dir/CheckSymbolExists.cxx.o
41/usr/bin/clang++    -I/opt/local/libexec/qt4/include  -pipe -Os -stdlib=libc++  -DSPATIALITE_VERSION_GE_4_0_0 -DSPATIALITE_VERSION_G_4_1_1 -DSPATIALITE_HAS_INIT_EX  -arch x86_64 -mmacosx-version-min=10.12   -o CMakeFiles/cmTC_5ce6d.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
42/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_WIN'
43  return ((int*)(&Q_WS_WIN))[argc];
44                  ^
451 error generated.
46CMakeFiles/cmTC_5ce6d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5ce6d.dir/CheckSymbolExists.cxx.o' failed
47gmake[1]: *** [CMakeFiles/cmTC_5ce6d.dir/CheckSymbolExists.cxx.o] Error 1
48gmake[1]: Leaving directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp'
49Makefile:126: recipe for target 'cmTC_5ce6d/fast' failed
50gmake: *** [cmTC_5ce6d/fast] Error 2
51
52File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
53/* */
54#include <QtCore/qglobal.h>
55
56int main(int argc, char** argv)
57{
58  (void)argv;
59#ifndef Q_WS_WIN
60  return ((int*)(&Q_WS_WIN))[argc];
61#else
62  (void)argc;
63  return 0;
64#endif
65}
66
67Determining if the Q_WS_QWS exist failed with the following output:
68Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp
69
70Run Build Command:"/opt/local/bin/gmake" "cmTC_f43f8/fast"
71/opt/local/bin/gmake -f CMakeFiles/cmTC_f43f8.dir/build.make CMakeFiles/cmTC_f43f8.dir/build
72gmake[1]: Entering directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp'
73Building CXX object CMakeFiles/cmTC_f43f8.dir/CheckSymbolExists.cxx.o
74/usr/bin/clang++    -I/opt/local/libexec/qt4/include  -pipe -Os -stdlib=libc++  -DSPATIALITE_VERSION_GE_4_0_0 -DSPATIALITE_VERSION_G_4_1_1 -DSPATIALITE_HAS_INIT_EX  -arch x86_64 -mmacosx-version-min=10.12   -o CMakeFiles/cmTC_f43f8.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
75/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_QWS'
76  return ((int*)(&Q_WS_QWS))[argc];
77                  ^
781 error generated.
79CMakeFiles/cmTC_f43f8.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f43f8.dir/CheckSymbolExists.cxx.o' failed
80gmake[1]: *** [CMakeFiles/cmTC_f43f8.dir/CheckSymbolExists.cxx.o] Error 1
81gmake[1]: Leaving directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp'
82Makefile:126: recipe for target 'cmTC_f43f8/fast' failed
83gmake: *** [cmTC_f43f8/fast] Error 2
84
85File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_16_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
86/* */
87#include <QtCore/qglobal.h>
88
89int main(int argc, char** argv)
90{
91  (void)argv;
92#ifndef Q_WS_QWS
93  return ((int*)(&Q_WS_QWS))[argc];
94#else
95  (void)argc;
96  return 0;
97#endif
98}
99