| 1 | # Log file generated by
|
|---|
| 2 | #
|
|---|
| 3 | # './configure '
|
|---|
| 4 | #
|
|---|
| 5 |
|
|---|
| 6 | ***** Checking environment *****
|
|---|
| 7 | Determined build machine: linux.x86, target machine: linux.x86
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | ***** Checking kBuild *****
|
|---|
| 11 | found
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | ***** Checking gcc *****
|
|---|
| 15 | found version 4.5.1
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 | ***** Checking as86 *****
|
|---|
| 19 | found version 0.16.17
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | ***** Checking bcc *****
|
|---|
| 23 | compiling the following source file:
|
|---|
| 24 | int foo(a)
|
|---|
| 25 | int a;
|
|---|
| 26 | {
|
|---|
| 27 | return 0;
|
|---|
| 28 | }
|
|---|
| 29 | using the following command line:
|
|---|
| 30 | bcc -B /usr/bin/ -C-c -3 -S -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.c
|
|---|
| 31 | found version 0.16.17
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | ***** Checking iasl *****
|
|---|
| 35 | found version 20101013
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 | ***** Checking xslt *****
|
|---|
| 39 | found
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 | ***** Checking pthread *****
|
|---|
| 43 | compiling the following source file:
|
|---|
| 44 | #include <cstdio>
|
|---|
| 45 | #include <pthread.h>
|
|---|
| 46 | extern "C" int main(void)
|
|---|
| 47 | {
|
|---|
| 48 | pthread_mutex_t mutex;
|
|---|
| 49 | if (pthread_mutex_init(&mutex, NULL)) {
|
|---|
| 50 | printf("pthread_mutex_init() failed\n");
|
|---|
| 51 | return 1;
|
|---|
| 52 | }
|
|---|
| 53 | if (pthread_mutex_lock(&mutex)) {
|
|---|
| 54 | printf("pthread_mutex_lock() failed\n");
|
|---|
| 55 | return 1;
|
|---|
| 56 | }
|
|---|
| 57 | if (pthread_mutex_unlock(&mutex)) {
|
|---|
| 58 | printf("pthread_mutex_unlock() failed\n");
|
|---|
| 59 | return 1;
|
|---|
| 60 | }
|
|---|
| 61 | printf("found, OK.\n");
|
|---|
| 62 | }
|
|---|
| 63 | using the following command line:
|
|---|
| 64 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lpthread"
|
|---|
| 65 | executing the binary
|
|---|
| 66 | found, OK.
|
|---|
| 67 |
|
|---|
| 68 |
|
|---|
| 69 | ***** Checking libxml2 *****
|
|---|
| 70 | compiling the following source file:
|
|---|
| 71 | #include <cstdio>
|
|---|
| 72 | #include <libxml/xmlversion.h>
|
|---|
| 73 | extern "C" int main(void)
|
|---|
| 74 | {
|
|---|
| 75 | printf("found version %s", LIBXML_DOTTED_VERSION);
|
|---|
| 76 | #if LIBXML_VERSION >= 20626
|
|---|
| 77 | printf(", OK.\n");
|
|---|
| 78 | return 0;
|
|---|
| 79 | #else
|
|---|
| 80 | printf(", expected version 2.6.26 or higher\n");
|
|---|
| 81 | return 1;
|
|---|
| 82 | #endif
|
|---|
| 83 | }
|
|---|
| 84 | using the following command line:
|
|---|
| 85 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lxml2 -lpthread -I/usr/include/libxml2"
|
|---|
| 86 | executing the binary
|
|---|
| 87 | found version 2.7.8, OK.
|
|---|
| 88 |
|
|---|
| 89 |
|
|---|
| 90 | ***** Checking libxslt *****
|
|---|
| 91 | compiling the following source file:
|
|---|
| 92 | #include <cstdio>
|
|---|
| 93 | #include <libxslt/xsltconfig.h>
|
|---|
| 94 | extern "C" int main(void)
|
|---|
| 95 | {
|
|---|
| 96 | printf("found version %s", LIBXSLT_DOTTED_VERSION);
|
|---|
| 97 | #if LIBXSLT_VERSION >= 10117
|
|---|
| 98 | printf(", OK.\n");
|
|---|
| 99 | return 0;
|
|---|
| 100 | #else
|
|---|
| 101 | printf(", expected version 1.1.17 or higher\n");
|
|---|
| 102 | return 1;
|
|---|
| 103 | #endif
|
|---|
| 104 | }
|
|---|
| 105 | using the following command line:
|
|---|
| 106 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lxslt -lz -lm -lxml2 -lpthread -I/usr/include/libxml2"
|
|---|
| 107 | executing the binary
|
|---|
| 108 | found version 1.1.26, OK.
|
|---|
| 109 |
|
|---|
| 110 |
|
|---|
| 111 | ***** Checking libIDL *****
|
|---|
| 112 | found version 0.8.14
|
|---|
| 113 |
|
|---|
| 114 |
|
|---|
| 115 | ***** Checking ssl *****
|
|---|
| 116 | compiling the following source file:
|
|---|
| 117 | #include <cstdio>
|
|---|
| 118 | #include <openssl/opensslv.h>
|
|---|
| 119 | extern "C" int main(void)
|
|---|
| 120 | {
|
|---|
| 121 | printf("found version %s", OPENSSL_VERSION_TEXT);
|
|---|
| 122 | #if OPENSSL_VERSION_NUMBER >= 0x00908000
|
|---|
| 123 | printf(", OK.\n");
|
|---|
| 124 | return 0;
|
|---|
| 125 | #else
|
|---|
| 126 | printf(", expected version 0.9.8 or higher\n");
|
|---|
| 127 | return 1;
|
|---|
| 128 | #endif
|
|---|
| 129 | }
|
|---|
| 130 | using the following command line:
|
|---|
| 131 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc " -lcrypto"
|
|---|
| 132 | executing the binary
|
|---|
| 133 | found version OpenSSL 1.0.0b 16 Nov 2010, OK.
|
|---|
| 134 |
|
|---|
| 135 |
|
|---|
| 136 | ***** Checking libcurl *****
|
|---|
| 137 | compiling the following source file:
|
|---|
| 138 | #include <cstdio>
|
|---|
| 139 | #include <curl/curl.h>
|
|---|
| 140 | extern "C" int main(void)
|
|---|
| 141 | {
|
|---|
| 142 | printf("found version %s", LIBCURL_VERSION);
|
|---|
| 143 | #if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71601
|
|---|
| 144 | printf(", OK.\n");
|
|---|
| 145 | return 0;
|
|---|
| 146 | #else
|
|---|
| 147 | printf(", expected version 7.16.1 or higher\n");
|
|---|
| 148 | return 1;
|
|---|
| 149 | #endif
|
|---|
| 150 | }
|
|---|
| 151 | using the following command line:
|
|---|
| 152 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lcurl "
|
|---|
| 153 | executing the binary
|
|---|
| 154 | found version 7.21.2, OK.
|
|---|
| 155 |
|
|---|
| 156 |
|
|---|
| 157 | ***** Checking zlib *****
|
|---|
| 158 | compiling the following source file:
|
|---|
| 159 | #include <cstdio>
|
|---|
| 160 | #include <zlib.h>
|
|---|
| 161 | extern "C" int main(void)
|
|---|
| 162 | {
|
|---|
| 163 | printf("found version %s", ZLIB_VERSION);
|
|---|
| 164 | #if ZLIB_VERNUM >= 0x1210
|
|---|
| 165 | printf(", OK.\n");
|
|---|
| 166 | return 0;
|
|---|
| 167 | #else
|
|---|
| 168 | printf(", expected version 1.2.1 or higher\n");
|
|---|
| 169 | return 1;
|
|---|
| 170 | #endif
|
|---|
| 171 | }
|
|---|
| 172 | using the following command line:
|
|---|
| 173 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lz "
|
|---|
| 174 | executing the binary
|
|---|
| 175 | found version 1.2.5, OK.
|
|---|
| 176 |
|
|---|
| 177 |
|
|---|
| 178 | ***** Checking libpng *****
|
|---|
| 179 | compiling the following source file:
|
|---|
| 180 | #include <cstdio>
|
|---|
| 181 | #include <png.h>
|
|---|
| 182 | extern "C" int main(void)
|
|---|
| 183 | {
|
|---|
| 184 | printf("found version %s", PNG_LIBPNG_VER_STRING);
|
|---|
| 185 | #if PNG_LIBPNG_VER >= 10205
|
|---|
| 186 | printf(", OK.\n");
|
|---|
| 187 | return 0;
|
|---|
| 188 | #else
|
|---|
| 189 | printf(", expected version 1.2.5 or higher\n");
|
|---|
| 190 | return 1;
|
|---|
| 191 | #endif
|
|---|
| 192 | }
|
|---|
| 193 | using the following command line:
|
|---|
| 194 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lpng "
|
|---|
| 195 | executing the binary
|
|---|
| 196 | found version 1.4.4, OK.
|
|---|
| 197 |
|
|---|
| 198 |
|
|---|
| 199 | ***** Checking SDL *****
|
|---|
| 200 | compiling the following source file:
|
|---|
| 201 | #include <cstdio>
|
|---|
| 202 | #include <SDL.h>
|
|---|
| 203 | #include <SDL_main.h>
|
|---|
| 204 | #undef main
|
|---|
| 205 | extern "C" int main(int argc, char** argv)
|
|---|
| 206 | {
|
|---|
| 207 | printf("found version %d.%d.%d",
|
|---|
| 208 | SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL);
|
|---|
| 209 | #if SDL_VERSION_ATLEAST(1,2,7)
|
|---|
| 210 | printf(", OK.\n");
|
|---|
| 211 | return 0;
|
|---|
| 212 | #else
|
|---|
| 213 | printf(", expected version 1.2.7 or higher\n");
|
|---|
| 214 | return 1;
|
|---|
| 215 | #endif
|
|---|
| 216 | }
|
|---|
| 217 | using the following command line:
|
|---|
| 218 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/lib -lSDL -lpthread -I/usr/include/SDL "
|
|---|
| 219 | executing the binary
|
|---|
| 220 | found version 1.2.14, OK.
|
|---|
| 221 |
|
|---|
| 222 |
|
|---|
| 223 | ***** Checking X libraries *****
|
|---|
| 224 | compiling the following source file:
|
|---|
| 225 | #include <cstdio>
|
|---|
| 226 | #include <X11/Xlib.h>
|
|---|
| 227 | extern "C" int main(void)
|
|---|
| 228 | {
|
|---|
| 229 | Display *dpy;
|
|---|
| 230 | int scrn_num;
|
|---|
| 231 | Screen *scrn;
|
|---|
| 232 | Window win;
|
|---|
| 233 |
|
|---|
| 234 | dpy = XOpenDisplay(NULL);
|
|---|
| 235 | scrn_num = DefaultScreen(dpy);
|
|---|
| 236 | scrn = ScreenOfDisplay(dpy, scrn_num);
|
|---|
| 237 | win = XCreateWindow(dpy, RootWindowOfScreen(scrn), 0, 0, 100, 100,
|
|---|
| 238 | 0, 16, InputOutput, CopyFromParent, 0, NULL);
|
|---|
| 239 | XDestroyWindow(dpy, win);
|
|---|
| 240 | XCloseDisplay(dpy);
|
|---|
| 241 | }
|
|---|
| 242 | using the following command line:
|
|---|
| 243 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -I/usr/local/include"
|
|---|
| 244 | found
|
|---|
| 245 |
|
|---|
| 246 |
|
|---|
| 247 | ***** Checking Xcursor *****
|
|---|
| 248 | compiling the following source file:
|
|---|
| 249 | #include <cstdio>
|
|---|
| 250 | #include <X11/Xlib.h>
|
|---|
| 251 | #include <X11/Xcursor/Xcursor.h>
|
|---|
| 252 | extern "C" int main(void)
|
|---|
| 253 | {
|
|---|
| 254 | XcursorImage *cursor = XcursorImageCreate (10, 10);
|
|---|
| 255 | XcursorImageDestroy(cursor);
|
|---|
| 256 | return 0;
|
|---|
| 257 | }
|
|---|
| 258 | using the following command line:
|
|---|
| 259 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXcursor -I/usr/local/include"
|
|---|
| 260 | found
|
|---|
| 261 |
|
|---|
| 262 |
|
|---|
| 263 | ***** Checking Xinerama *****
|
|---|
| 264 | compiling the following source file:
|
|---|
| 265 | #include <X11/Xlib.h>
|
|---|
| 266 | #include <X11/extensions/Xinerama.h>
|
|---|
| 267 | extern "C" int main(void)
|
|---|
| 268 | {
|
|---|
| 269 | Display *dpy;
|
|---|
| 270 | Bool flag;
|
|---|
| 271 | dpy = XOpenDisplay(NULL);
|
|---|
| 272 | if (dpy)
|
|---|
| 273 | {
|
|---|
| 274 | flag = XineramaIsActive(dpy);
|
|---|
| 275 | XCloseDisplay(dpy);
|
|---|
| 276 | }
|
|---|
| 277 | }
|
|---|
| 278 | using the following command line:
|
|---|
| 279 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXinerama -I/usr/local/include"
|
|---|
| 280 | found
|
|---|
| 281 |
|
|---|
| 282 |
|
|---|
| 283 | ***** Checking Xrandr *****
|
|---|
| 284 | compiling the following source file:
|
|---|
| 285 | #include <X11/Xlib.h>
|
|---|
| 286 | #include <X11/extensions/Xrandr.h>
|
|---|
| 287 | extern "C" int main(void)
|
|---|
| 288 | {
|
|---|
| 289 | Display *dpy;
|
|---|
| 290 | Bool flag;
|
|---|
| 291 | int major, minor;
|
|---|
| 292 | dpy = XOpenDisplay(NULL);
|
|---|
| 293 | if (dpy)
|
|---|
| 294 | {
|
|---|
| 295 | flag = XRRQueryVersion(dpy, &major, &minor);
|
|---|
| 296 | XCloseDisplay(dpy);
|
|---|
| 297 | }
|
|---|
| 298 | }
|
|---|
| 299 | using the following command line:
|
|---|
| 300 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXrandr -I/usr/local/include"
|
|---|
| 301 | found
|
|---|
| 302 |
|
|---|
| 303 |
|
|---|
| 304 | ***** Checking Xmu *****
|
|---|
| 305 | compiling the following source file:
|
|---|
| 306 | #include <cstdio>
|
|---|
| 307 | #include <X11/Xatom.h>
|
|---|
| 308 | #include <X11/Xlib.h>
|
|---|
| 309 | #include <X11/Xutil.h>
|
|---|
| 310 | #include <X11/Xmu/StdCmap.h>
|
|---|
| 311 | extern "C" int main(void)
|
|---|
| 312 | {
|
|---|
| 313 | Display *dpy;
|
|---|
| 314 | int scrn_num;
|
|---|
| 315 | Screen *scrn;
|
|---|
| 316 |
|
|---|
| 317 | dpy = XOpenDisplay(NULL);
|
|---|
| 318 | if (dpy)
|
|---|
| 319 | {
|
|---|
| 320 | scrn_num = DefaultScreen(dpy);
|
|---|
| 321 | scrn = ScreenOfDisplay(dpy, scrn_num);
|
|---|
| 322 | Status status = XmuLookupStandardColormap(dpy, RootWindowOfScreen(scrn), 0,
|
|---|
| 323 | 24, XA_RGB_DEFAULT_MAP, False, True);
|
|---|
| 324 | printf("Status = %x\n", status);
|
|---|
| 325 | XCloseDisplay(dpy);
|
|---|
| 326 | }
|
|---|
| 327 | return 0;
|
|---|
| 328 | }
|
|---|
| 329 | using the following command line:
|
|---|
| 330 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXmu -I/usr/local/include"
|
|---|
| 331 | found
|
|---|
| 332 |
|
|---|
| 333 |
|
|---|
| 334 | ***** Checking Mesa / GLU *****
|
|---|
| 335 | compiling the following source file:
|
|---|
| 336 | #include <cstdio>
|
|---|
| 337 | #include <X11/Xlib.h>
|
|---|
| 338 | #include <GL/glx.h>
|
|---|
| 339 | #include <GL/glu.h>
|
|---|
| 340 | extern "C" int main(void)
|
|---|
| 341 | {
|
|---|
| 342 | Display *dpy;
|
|---|
| 343 | int major, minor;
|
|---|
| 344 |
|
|---|
| 345 | dpy = XOpenDisplay(NULL);
|
|---|
| 346 | if (dpy)
|
|---|
| 347 | {
|
|---|
| 348 | Bool glx_version = glXQueryVersion(dpy, &major, &minor);
|
|---|
| 349 | XCloseDisplay(dpy);
|
|---|
| 350 | if (glx_version)
|
|---|
| 351 | {
|
|---|
| 352 | printf("found version %u.%u, OK.\n", major, minor);
|
|---|
| 353 | return 0;
|
|---|
| 354 | }
|
|---|
| 355 | }
|
|---|
| 356 | printf("found (inactive), OK.\n");
|
|---|
| 357 | return 0;
|
|---|
| 358 | }
|
|---|
| 359 | using the following command line:
|
|---|
| 360 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lGL -I/usr/local/include"
|
|---|
| 361 | executing the binary
|
|---|
| 362 | found (inactive), OK.
|
|---|
| 363 |
|
|---|
| 364 |
|
|---|
| 365 | ***** Checking Qt4 *****
|
|---|
| 366 | compiling the following source file:
|
|---|
| 367 | #include <cstdio>
|
|---|
| 368 | #include <QtGlobal>
|
|---|
| 369 | extern "C" int main(void)
|
|---|
| 370 | {
|
|---|
| 371 | printf("found version %s", QT_VERSION_STR);
|
|---|
| 372 | #if QT_VERSION >= 0x040400
|
|---|
| 373 | printf(", OK.\n");
|
|---|
| 374 | return 0;
|
|---|
| 375 | #else
|
|---|
| 376 | printf(", expected version 4.4.0 or higher\n");
|
|---|
| 377 | return 1;
|
|---|
| 378 | #endif
|
|---|
| 379 | }
|
|---|
| 380 | using the following command line:
|
|---|
| 381 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-L/usr/lib -lQtCore -lpthread -I/usr/include/QtCore -DQT_SHARED -I/usr/include/QtCore "
|
|---|
| 382 | executing the binary (LD_LIBRARY_PATH=/usr/lib)
|
|---|
| 383 | found version 4.7.1, OK.
|
|---|
| 384 |
|
|---|
| 385 |
|
|---|
| 386 | ***** Checking Qt4 devtools *****
|
|---|
| 387 | found version 4.7.1
|
|---|
| 388 |
|
|---|
| 389 |
|
|---|
| 390 | ***** Checking python support *****
|
|---|
| 391 | compiling the following source file:
|
|---|
| 392 | #include <cstdio>
|
|---|
| 393 | #include <Python.h>
|
|---|
| 394 | extern "C" int main(void)
|
|---|
| 395 | {
|
|---|
| 396 | Py_Initialize();
|
|---|
| 397 | printf("found version %s", PY_VERSION);
|
|---|
| 398 | #if PY_VERSION_HEX >= 0x02030000
|
|---|
| 399 | printf(", OK.\n");
|
|---|
| 400 | return 0;
|
|---|
| 401 | #else
|
|---|
| 402 | printf(", expected version 2.3 or higher\n");
|
|---|
| 403 | return 1;
|
|---|
| 404 | #endif
|
|---|
| 405 | }
|
|---|
| 406 | using the following command line:
|
|---|
| 407 | g++ -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc -I/usr/include/python2.7 /usr/lib64/libpython2.7.so
|
|---|
| 408 | g++: /usr/lib64/libpython2.7.so: No such file or directory
|
|---|
| 409 | In file included from /usr/include/python2.7/Python.h:8:0,
|
|---|
| 410 | from /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc:2:
|
|---|
| 411 | /usr/include/python2.7/pyconfig.h:1149:0: warning: "_POSIX_C_SOURCE" redefined
|
|---|
| 412 | /usr/include/features.h:162:0: note: this is the location of the previous definition
|
|---|
| 413 | /usr/include/python2.7/pyconfig.h:1171:0: warning: "_XOPEN_SOURCE" redefined
|
|---|
| 414 | /usr/include/features.h:164:0: note: this is the location of the previous definition
|
|---|
| 415 | compiling the following source file:
|
|---|
| 416 | #include <cstdio>
|
|---|
| 417 | #include <Python.h>
|
|---|
| 418 | extern "C" int main(void)
|
|---|
| 419 | {
|
|---|
| 420 | Py_Initialize();
|
|---|
| 421 | printf("found version %s", PY_VERSION);
|
|---|
| 422 | #if PY_VERSION_HEX >= 0x02030000
|
|---|
| 423 | printf(", OK.\n");
|
|---|
| 424 | return 0;
|
|---|
| 425 | #else
|
|---|
| 426 | printf(", expected version 2.3 or higher\n");
|
|---|
| 427 | return 1;
|
|---|
| 428 | #endif
|
|---|
| 429 | }
|
|---|
| 430 | using the following command line:
|
|---|
| 431 | g++ -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc -I/usr/include/python2.7 /usr/lib/64/libpython2.7.so
|
|---|
| 432 | g++: /usr/lib/64/libpython2.7.so: No such file or directory
|
|---|
| 433 | In file included from /usr/include/python2.7/Python.h:8:0,
|
|---|
| 434 | from /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc:2:
|
|---|
| 435 | /usr/include/python2.7/pyconfig.h:1149:0: warning: "_POSIX_C_SOURCE" redefined
|
|---|
| 436 | /usr/include/features.h:162:0: note: this is the location of the previous definition
|
|---|
| 437 | /usr/include/python2.7/pyconfig.h:1171:0: warning: "_XOPEN_SOURCE" redefined
|
|---|
| 438 | /usr/include/features.h:164:0: note: this is the location of the previous definition
|
|---|
| 439 | compiling the following source file:
|
|---|
| 440 | #include <cstdio>
|
|---|
| 441 | #include <Python.h>
|
|---|
| 442 | extern "C" int main(void)
|
|---|
| 443 | {
|
|---|
| 444 | Py_Initialize();
|
|---|
| 445 | printf("found version %s", PY_VERSION);
|
|---|
| 446 | #if PY_VERSION_HEX >= 0x02030000
|
|---|
| 447 | printf(", OK.\n");
|
|---|
| 448 | return 0;
|
|---|
| 449 | #else
|
|---|
| 450 | printf(", expected version 2.3 or higher\n");
|
|---|
| 451 | return 1;
|
|---|
| 452 | #endif
|
|---|
| 453 | }
|
|---|
| 454 | using the following command line:
|
|---|
| 455 | g++ -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc -I/usr/include/python2.7 /usr/lib/libpython2.7.so
|
|---|
| 456 | In file included from /usr/include/python2.7/Python.h:8:0,
|
|---|
| 457 | from /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc:2:
|
|---|
| 458 | /usr/include/python2.7/pyconfig.h:1149:0: warning: "_POSIX_C_SOURCE" redefined
|
|---|
| 459 | /usr/include/features.h:162:0: note: this is the location of the previous definition
|
|---|
| 460 | /usr/include/python2.7/pyconfig.h:1171:0: warning: "_XOPEN_SOURCE" redefined
|
|---|
| 461 | /usr/include/features.h:164:0: note: this is the location of the previous definition
|
|---|
| 462 | executing the binary
|
|---|
| 463 | found version 2.7, OK.
|
|---|
| 464 |
|
|---|
| 465 |
|
|---|
| 466 | ***** Checking PulseAudio *****
|
|---|
| 467 | compiling the following source file:
|
|---|
| 468 | #include <cstdio>
|
|---|
| 469 | #include <pulse/version.h>
|
|---|
| 470 | extern "C" int main(void)
|
|---|
| 471 | {
|
|---|
| 472 | printf("found version %s API version %d", pa_get_headers_version(), PA_API_VERSION);
|
|---|
| 473 | #if PA_API_VERSION >= 9
|
|---|
| 474 | printf(", OK.\n");
|
|---|
| 475 | return 0;
|
|---|
| 476 | #else
|
|---|
| 477 | printf(", expected version 0.9.0 (API version 9) or higher\n");
|
|---|
| 478 | return 1;
|
|---|
| 479 | #endif
|
|---|
| 480 | }
|
|---|
| 481 | using the following command line:
|
|---|
| 482 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc " -lpulse"
|
|---|
| 483 | executing the binary
|
|---|
| 484 | found version 0.9.22 API version 12, OK.
|
|---|
| 485 |
|
|---|
| 486 |
|
|---|
| 487 | ***** Checking static stc++ library *****
|
|---|
| 488 | compiling the following source file:
|
|---|
| 489 | #include <string>
|
|---|
| 490 |
|
|---|
| 491 | extern "C" int main(void)
|
|---|
| 492 | {
|
|---|
| 493 | std::string s = "test";
|
|---|
| 494 | return 0;
|
|---|
| 495 | }
|
|---|
| 496 | using the following command line:
|
|---|
| 497 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../libstdc++.a"
|
|---|
| 498 | found
|
|---|
| 499 |
|
|---|
| 500 |
|
|---|
| 501 | ***** Checking Linux kernel sources *****
|
|---|
| 502 | compiling the following source file:
|
|---|
| 503 | #include <linux/version.h>
|
|---|
| 504 | int printf(const char *format, ...);
|
|---|
| 505 | int main(void)
|
|---|
| 506 | {
|
|---|
| 507 | printf("found version %d.%d.%d", LINUX_VERSION_CODE / 65536,
|
|---|
| 508 | (LINUX_VERSION_CODE % 65536) / 256,
|
|---|
| 509 | LINUX_VERSION_CODE % 256);
|
|---|
| 510 | #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,0)
|
|---|
| 511 | printf(", OK.\n");
|
|---|
| 512 | return 0;
|
|---|
| 513 | #else
|
|---|
| 514 | printf(", expected version 2.4.0 or higher\n");
|
|---|
| 515 | return 1;
|
|---|
| 516 | #endif
|
|---|
| 517 | }
|
|---|
| 518 | using the following command line:
|
|---|
| 519 | gcc -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.c -nostdinc -I/lib/modules/2.6.36-ARCH/build/include
|
|---|
| 520 | executing the binary
|
|---|
| 521 | found version 2.6.36, OK.
|
|---|
| 522 |
|
|---|
| 523 |
|
|---|
| 524 | ***** Checking ALSA *****
|
|---|
| 525 | compiling the following source file:
|
|---|
| 526 | #include <cstdio>
|
|---|
| 527 | #include <alsa/asoundlib.h>
|
|---|
| 528 | extern "C" int main(void)
|
|---|
| 529 | {
|
|---|
| 530 | printf("found version %d.%d.%d",
|
|---|
| 531 | SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR);
|
|---|
| 532 | #if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10006
|
|---|
| 533 | printf(", OK.\n");
|
|---|
| 534 | return 0;
|
|---|
| 535 | #else
|
|---|
| 536 | printf(", expected version 1.0.6 or higher\n");
|
|---|
| 537 | return 1;
|
|---|
| 538 | #endif
|
|---|
| 539 | }
|
|---|
| 540 | using the following command line:
|
|---|
| 541 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lasound"
|
|---|
| 542 | executing the binary
|
|---|
| 543 | found version 1.0.23, OK.
|
|---|
| 544 |
|
|---|
| 545 |
|
|---|
| 546 | ***** Checking libcap library *****
|
|---|
| 547 | compiling the following source file:
|
|---|
| 548 | #include <cstdio>
|
|---|
| 549 | #include <sys/types.h>
|
|---|
| 550 | #include <sys/capability.h>
|
|---|
| 551 |
|
|---|
| 552 | extern "C" int main(void)
|
|---|
| 553 | {
|
|---|
| 554 | char buf[1024];
|
|---|
| 555 | cap_t caps = cap_get_proc();
|
|---|
| 556 | snprintf(buf, sizeof(buf), "Current caps are '%s'\n", cap_to_text(caps, NULL));
|
|---|
| 557 | return 0;
|
|---|
| 558 | }
|
|---|
| 559 | using the following command line:
|
|---|
| 560 | g++ -g -O -Wall -o /build/src/VirtualBox-3.2.12_OSE/.tmp_out /build/src/VirtualBox-3.2.12_OSE/.tmp_src.cc "-lcap"
|
|---|
| 561 | executing the binary
|
|---|
| 562 |
|
|---|
| 563 |
|
|---|
| 564 | found
|
|---|
| 565 |
|
|---|
| 566 |
|
|---|
| 567 | ***** Checking compiler.h *****
|
|---|
| 568 | compiler.h not found
|
|---|
| 569 |
|
|---|
| 570 |
|
|---|