| 1 |
|
|---|
| 2 | ./configure
|
|---|
| 3 | Checking for environment: Determined build machine: linux.amd64, target machine: linux.amd64, OK.
|
|---|
| 4 | Checking for kBuild: found, OK.
|
|---|
| 5 | Checking for gcc: found version 5.4.0, OK.
|
|---|
| 6 | Checking for Open Watcom:
|
|---|
| 7 | ** Open Watcom was not found!
|
|---|
| 8 | Checking for iasl: found version 20160108, OK.
|
|---|
| 9 | Checking for xslt: found, OK.
|
|---|
| 10 | Checking for mkisofs: found genisoimage 1.1.11 (Linux), OK.
|
|---|
| 11 | Checking for pthread: found, OK.
|
|---|
| 12 | Checking for libxml2: found version 2.9.3, OK.
|
|---|
| 13 | Checking for libIDL: found version 0.8.14, OK.
|
|---|
| 14 | Checking for ssl: found version OpenSSL 1.0.2g 1 Mar 2016, OK.
|
|---|
| 15 | Checking for libcurl: found version 7.47.0, OK.
|
|---|
| 16 | Checking for libvpx: found version 1.5.0, OK.
|
|---|
| 17 | Checking for zlib: found version 1.2.8, OK.
|
|---|
| 18 | Checking for libpng: found version 1.2.54, OK.
|
|---|
| 19 | Checking for SDL: found version 1.2.15, OK.
|
|---|
| 20 | Checking for X libraries: found, OK.
|
|---|
| 21 | Checking for Xcursor: found, OK.
|
|---|
| 22 | Checking for Xinerama: found, OK.
|
|---|
| 23 | Checking for Xrandr: found, OK.
|
|---|
| 24 | Checking for Xmu: found, OK.
|
|---|
| 25 | Checking for Mesa / GLU: found version 1.4, OK.
|
|---|
| 26 | Checking for Qt5:
|
|---|
| 27 | ** qt5 not found!
|
|---|
| 28 | Check /home/talos/source/vbox/configure.log for details
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 | cat configure.log:
|
|---|
| 32 | ***** Checking Qt5 *****
|
|---|
| 33 | (Qt5 from pkg-config)
|
|---|
| 34 | compiling the following source file:
|
|---|
| 35 | #include <QtGlobal>
|
|---|
| 36 | extern "C" int main(void)
|
|---|
| 37 | {
|
|---|
| 38 | #if QT_VERSION >= 329216
|
|---|
| 39 | return 0;
|
|---|
| 40 | #else
|
|---|
| 41 | return 1;
|
|---|
| 42 | #endif
|
|---|
| 43 | }
|
|---|
| 44 | using the following command line:
|
|---|
| 45 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib/x86_64-linux-gnu -lQt5Core -lpthread -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5"
|
|---|
| 46 | executing the binary (LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu)
|
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 | (Qt5 from '/usr/lib/qt5')
|
|---|
| 50 | compiling the following source file:
|
|---|
| 51 | #include <QtGlobal>
|
|---|
| 52 | extern "C" int main(void)
|
|---|
| 53 | {
|
|---|
| 54 | #if QT_VERSION >= 329216
|
|---|
| 55 | return 0;
|
|---|
| 56 | #else
|
|---|
| 57 | return 1;
|
|---|
| 58 | #endif
|
|---|
| 59 | }
|
|---|
| 60 | using the following command line:
|
|---|
| 61 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib/qt5/lib -lQt5CoreVBox -lpthread -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -DQT_SHARED"
|
|---|
| 62 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 63 | compilation terminated.
|
|---|
| 64 |
|
|---|
| 65 |
|
|---|
| 66 | compiling the following source file:
|
|---|
| 67 | #include <QtGlobal>
|
|---|
| 68 | extern "C" int main(void)
|
|---|
| 69 | {
|
|---|
| 70 | #if QT_VERSION >= 329216
|
|---|
| 71 | return 0;
|
|---|
| 72 | #else
|
|---|
| 73 | return 1;
|
|---|
| 74 | #endif
|
|---|
| 75 | }
|
|---|
| 76 | using the following command line:
|
|---|
| 77 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib/qt5/lib -lQt5Core -lpthread -I/usr/lib/qt5/include -I/usr/lib/qt5/include/QtCore -DQT_SHARED"
|
|---|
| 78 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 79 | compilation terminated.
|
|---|
| 80 |
|
|---|
| 81 |
|
|---|
| 82 | (Qt5 from '/usr/share/qt5')
|
|---|
| 83 | compiling the following source file:
|
|---|
| 84 | #include <QtGlobal>
|
|---|
| 85 | extern "C" int main(void)
|
|---|
| 86 | {
|
|---|
| 87 | #if QT_VERSION >= 329216
|
|---|
| 88 | return 0;
|
|---|
| 89 | #else
|
|---|
| 90 | return 1;
|
|---|
| 91 | #endif
|
|---|
| 92 | }
|
|---|
| 93 | using the following command line:
|
|---|
| 94 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/share/qt5/lib -lQt5CoreVBox -lpthread -I/usr/share/qt5/include -I/usr/share/qt5/include/QtCore -DQT_SHARED"
|
|---|
| 95 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 96 | compilation terminated.
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 | compiling the following source file:
|
|---|
| 100 | #include <QtGlobal>
|
|---|
| 101 | extern "C" int main(void)
|
|---|
| 102 | {
|
|---|
| 103 | #if QT_VERSION >= 329216
|
|---|
| 104 | return 0;
|
|---|
| 105 | #else
|
|---|
| 106 | return 1;
|
|---|
| 107 | #endif
|
|---|
| 108 | }
|
|---|
| 109 | using the following command line:
|
|---|
| 110 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/share/qt5/lib -lQt5Core -lpthread -I/usr/share/qt5/include -I/usr/share/qt5/include/QtCore -DQT_SHARED"
|
|---|
| 111 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 112 | compilation terminated.
|
|---|
| 113 |
|
|---|
| 114 |
|
|---|
| 115 | (Qt5 from '/usr/lib64/qt5')
|
|---|
| 116 | compiling the following source file:
|
|---|
| 117 | #include <QtGlobal>
|
|---|
| 118 | extern "C" int main(void)
|
|---|
| 119 | {
|
|---|
| 120 | #if QT_VERSION >= 329216
|
|---|
| 121 | return 0;
|
|---|
| 122 | #else
|
|---|
| 123 | return 1;
|
|---|
| 124 | #endif
|
|---|
| 125 | }
|
|---|
| 126 | using the following command line:
|
|---|
| 127 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib64/qt5/lib -lQt5CoreVBox -lpthread -I/usr/lib64/qt5/include -I/usr/lib64/qt5/include/QtCore -DQT_SHARED"
|
|---|
| 128 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 129 | compilation terminated.
|
|---|
| 130 |
|
|---|
| 131 |
|
|---|
| 132 | compiling the following source file:
|
|---|
| 133 | #include <QtGlobal>
|
|---|
| 134 | extern "C" int main(void)
|
|---|
| 135 | {
|
|---|
| 136 | #if QT_VERSION >= 329216
|
|---|
| 137 | return 0;
|
|---|
| 138 | #else
|
|---|
| 139 | return 1;
|
|---|
| 140 | #endif
|
|---|
| 141 | }
|
|---|
| 142 | using the following command line:
|
|---|
| 143 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib64/qt5/lib -lQt5Core -lpthread -I/usr/lib64/qt5/include -I/usr/lib64/qt5/include/QtCore -DQT_SHARED"
|
|---|
| 144 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 145 | compilation terminated.
|
|---|
| 146 |
|
|---|
| 147 |
|
|---|
| 148 | (Qt5 from '/usr')
|
|---|
| 149 | compiling the following source file:
|
|---|
| 150 | #include <QtGlobal>
|
|---|
| 151 | extern "C" int main(void)
|
|---|
| 152 | {
|
|---|
| 153 | #if QT_VERSION >= 329216
|
|---|
| 154 | return 0;
|
|---|
| 155 | #else
|
|---|
| 156 | return 1;
|
|---|
| 157 | #endif
|
|---|
| 158 | }
|
|---|
| 159 | using the following command line:
|
|---|
| 160 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib -lQt5CoreVBox -lpthread -I/usr/include -I/usr/include/QtCore -DQT_SHARED"
|
|---|
| 161 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 162 | compilation terminated.
|
|---|
| 163 |
|
|---|
| 164 |
|
|---|
| 165 | compiling the following source file:
|
|---|
| 166 | #include <QtGlobal>
|
|---|
| 167 | extern "C" int main(void)
|
|---|
| 168 | {
|
|---|
| 169 | #if QT_VERSION >= 329216
|
|---|
| 170 | return 0;
|
|---|
| 171 | #else
|
|---|
| 172 | return 1;
|
|---|
| 173 | #endif
|
|---|
| 174 | }
|
|---|
| 175 | using the following command line:
|
|---|
| 176 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/lib -lQt5Core -lpthread -I/usr/include -I/usr/include/QtCore -DQT_SHARED"
|
|---|
| 177 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 178 | compilation terminated.
|
|---|
| 179 |
|
|---|
| 180 |
|
|---|
| 181 | (Qt5 from '/usr/local')
|
|---|
| 182 | compiling the following source file:
|
|---|
| 183 | #include <QtGlobal>
|
|---|
| 184 | extern "C" int main(void)
|
|---|
| 185 | {
|
|---|
| 186 | #if QT_VERSION >= 329216
|
|---|
| 187 | return 0;
|
|---|
| 188 | #else
|
|---|
| 189 | return 1;
|
|---|
| 190 | #endif
|
|---|
| 191 | }
|
|---|
| 192 | using the following command line:
|
|---|
| 193 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/local/lib -lQt5CoreVBox -lpthread -I/usr/local/include -I/usr/local/include/QtCore -DQT_SHARED"
|
|---|
| 194 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 195 | compilation terminated.
|
|---|
| 196 |
|
|---|
| 197 |
|
|---|
| 198 | compiling the following source file:
|
|---|
| 199 | #include <QtGlobal>
|
|---|
| 200 | extern "C" int main(void)
|
|---|
| 201 | {
|
|---|
| 202 | #if QT_VERSION >= 329216
|
|---|
| 203 | return 0;
|
|---|
| 204 | #else
|
|---|
| 205 | return 1;
|
|---|
| 206 | #endif
|
|---|
| 207 | }
|
|---|
| 208 | using the following command line:
|
|---|
| 209 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/usr/local/lib -lQt5Core -lpthread -I/usr/local/include -I/usr/local/include/QtCore -DQT_SHARED"
|
|---|
| 210 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 211 | compilation terminated.
|
|---|
| 212 |
|
|---|
| 213 |
|
|---|
| 214 | (Qt5 from '/home/talos/source/vbox/tools/linux.amd64/qt/v5.*')
|
|---|
| 215 | compiling the following source file:
|
|---|
| 216 | #include <QtGlobal>
|
|---|
| 217 | extern "C" int main(void)
|
|---|
| 218 | {
|
|---|
| 219 | #if QT_VERSION >= 329216
|
|---|
| 220 | return 0;
|
|---|
| 221 | #else
|
|---|
| 222 | return 1;
|
|---|
| 223 | #endif
|
|---|
| 224 | }
|
|---|
| 225 | using the following command line:
|
|---|
| 226 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/lib -lQt5CoreVBox -lpthread -I/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/include -I/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/include/QtCore -DQT_SHARED"
|
|---|
| 227 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 228 | compilation terminated.
|
|---|
| 229 |
|
|---|
| 230 |
|
|---|
| 231 | compiling the following source file:
|
|---|
| 232 | #include <QtGlobal>
|
|---|
| 233 | extern "C" int main(void)
|
|---|
| 234 | {
|
|---|
| 235 | #if QT_VERSION >= 329216
|
|---|
| 236 | return 0;
|
|---|
| 237 | #else
|
|---|
| 238 | return 1;
|
|---|
| 239 | #endif
|
|---|
| 240 | }
|
|---|
| 241 | using the following command line:
|
|---|
| 242 | g++ -fPIC -g -O -Wall -o /home/talos/source/vbox/.tmp_out /home/talos/source/vbox/.tmp_src.cc "-L/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/lib -lQt5Core -lpthread -I/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/include -I/home/talos/source/vbox/tools/linux.amd64/qt/v5.*/include/QtCore -DQT_SHARED"
|
|---|
| 243 | /home/talos/source/vbox/.tmp_src.cc:1:20: fatal error: QtGlobal: No such file or directory
|
|---|
| 244 | compilation terminated.
|
|---|
| 245 |
|
|---|
| 246 |
|
|---|
| 247 | ** qt5 not found!
|
|---|
| 248 |
|
|---|