Checking for environment: Determined build machine: linux.amd64, target machine: linux.amd64, OK. Checking for kBuild: found, OK. Checking for gcc: found version 4.1.3, OK. Checking for as86: found version 0.16.14, OK. Checking for bcc: found version 0.16.14, OK. Checking for iasl: found version 20061109, OK. Checking for xslt: found, OK. Checking for pthread: found, OK. Checking for libxml2: found version 2.6.30, OK. Checking for libxslt: found version 1.1.21, OK. Checking for libIDL: found version 0.8.9, OK. Checking for zlib: found version 1.2.3.3, OK. Checking for libpng: found version 1.2.15beta5, OK. Checking for SDL: found version 1.2.11, OK. Checking for X libraries: found, OK. Checking for Xcursor: found, OK. Checking for Qt3: found version 3.3.7, OK. Checking for Qt3 devtools: found version 3.3.7, OK. Checking for Qt4: found version 4.3.2, OK. Checking for Qt4 devtools: found version 4.3.2, OK. Checking for Qt4 uic3: found version 4.3.2, OK. Checking for static stc++ library: found, OK. Checking for Linux kernel sources: found version 2.6.22, OK. Checking for ALSA: found version 1.0.14, OK. Checking for PulseAudio: found version 0.9.6 API version 10, OK. Checking for compiler.h: compiler.h not found, OK. Checking for 32-bit support: OK. Successfully generated '/home/paul/Desktop/svn/vbox/AutoConfig.kmk' and '/home/paul/Desktop/svn/vbox/env.sh'. Source '/home/paul/Desktop/svn/vbox/env.sh' once before you start to build VBox: source /home/paul/Desktop/svn/vbox/env.sh kmk To compile the kernel module, do: cd ./out/linux.amd64/release/bin/src make Enjoy! _src.cc "-lxml2 -lpthread -I/usr/include/libxml2" executing the binary found version 2.6.30, OK. ***** Checking libxslt ***** compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", LIBXSLT_DOTTED_VERSION); #if LIBXSLT_VERSION >= 10117 printf(", OK.\n"); return 0; #else printf(", expected version 1.1.17 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "-lxslt -lxml2 -lpthread -I/usr/include/libxml2" executing the binary found version 1.1.21, OK. ***** Checking libIDL ***** found version 0.8.9 ***** Checking zlib ***** compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", ZLIB_VERSION); #if ZLIB_VERNUM >= 0x1210 printf(", OK.\n"); return 0; #else printf(", expected version 1.2.1 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "-lz " executing the binary found version 1.2.3.3, OK. ***** Checking libpng ***** compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", PNG_LIBPNG_VER_STRING); #if PNG_LIBPNG_VER >= 10205 printf(", OK.\n"); return 0; #else printf(", expected version 1.2.5 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "-lpng " executing the binary found version 1.2.15beta5, OK. ***** Checking SDL ***** compiling the following source file: #include #include #include extern "C" int main(int argc, char** argv) { printf("found version %d.%d.%d", SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL); #if SDL_VERSION_ATLEAST(1,2,7) printf(", OK.\n"); return 0; #else printf(", expected version 1.2.7 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "-L/usr/lib -lSDL -I/usr/include/SDL" executing the binary found version 1.2.11, OK. ***** Checking X libraries ***** compiling the following source file: #include #include extern "C" int main(void) { Display *dpy; int scrn_num; Screen *scrn; Window win; dpy = XOpenDisplay(NULL); scrn_num = DefaultScreen(dpy); scrn = ScreenOfDisplay(dpy, scrn_num); win = XCreateWindow(dpy, RootWindowOfScreen(scrn), 0, 0, 100, 100, 0, 16, InputOutput, CopyFromParent, 0, NULL); XDestroyWindow(dpy, win); } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -I/usr/local/include" found ***** Checking Xcursor ***** compiling the following source file: #include #include #include extern "C" int main(void) { XcursorImage *cursor = XcursorImageCreate (10, 10); XcursorImageDestroy(cursor); return 0; } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXcursor -I/usr/local/include" found ***** Checking Qt3 ***** compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", QT_VERSION_STR); #if QT_VERSION >= 0x030305 printf(", OK.\n"); return 0; #elif QT_VERSION >= 0x030300 printf("\n ** WARNING: QT < 3.3.5 has known problems!\n"); #else printf(", expected version 3.3.0 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc -I/usr/qt/3/include -L/usr/qt/3/lib -lqt-mt -lpthread .tmp_src.cc:2:21: error: qglobal.h: No such file or directory .tmp_src.cc: In function 'int main()': .tmp_src.cc:5: error: 'QT_VERSION_STR' was not declared in this scope compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", QT_VERSION_STR); #if QT_VERSION >= 0x030305 printf(", OK.\n"); return 0; #elif QT_VERSION >= 0x030300 printf("\n ** WARNING: QT < 3.3.5 has known problems!\n"); #else printf(", expected version 3.3.0 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc -I/usr/qt/3/include -L/usr/qt/3/lib64 -lqt-mt -lpthread .tmp_src.cc:2:21: error: qglobal.h: No such file or directory .tmp_src.cc: In function 'int main()': .tmp_src.cc:5: error: 'QT_VERSION_STR' was not declared in this scope compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", QT_VERSION_STR); #if QT_VERSION >= 0x030305 printf(", OK.\n"); return 0; #elif QT_VERSION >= 0x030300 printf("\n ** WARNING: QT < 3.3.5 has known problems!\n"); #else printf(", expected version 3.3.0 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc -I/usr/lib/qt3/include -L/usr/lib/qt3/lib -lqt-mt -lpthread .tmp_src.cc:2:21: error: qglobal.h: No such file or directory .tmp_src.cc: In function 'int main()': .tmp_src.cc:5: error: 'QT_VERSION_STR' was not declared in this scope compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", QT_VERSION_STR); #if QT_VERSION >= 0x030305 printf(", OK.\n"); return 0; #elif QT_VERSION >= 0x030300 printf("\n ** WARNING: QT < 3.3.5 has known problems!\n"); #else printf(", expected version 3.3.0 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc -I/usr/lib/qt3/include -L/usr/lib/qt3/lib64 -lqt-mt -lpthread .tmp_src.cc:2:21: error: qglobal.h: No such file or directory .tmp_src.cc: In function 'int main()': .tmp_src.cc:5: error: 'QT_VERSION_STR' was not declared in this scope compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", QT_VERSION_STR); #if QT_VERSION >= 0x030305 printf(", OK.\n"); return 0; #elif QT_VERSION >= 0x030300 printf("\n ** WARNING: QT < 3.3.5 has known problems!\n"); #else printf(", expected version 3.3.0 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc -I/usr/lib/qt-3.3/include -L/usr/lib/qt-3.3/lib -lqt-mt -lpthread .tmp_src.cc:2:21: error: qglobal.h: No such file or directory .tmp_src.cc: In function 'int main()': .tmp_src.cc:5: error: 'QT_VERSION_STR' was not declared in this scope compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", QT_VERSION_STR); #if QT_VERSION >= 0x030305 printf(", OK.\n"); return 0; #elif QT_VERSION >= 0x030300 printf("\n ** WARNING: QT < 3.3.5 has known problems!\n"); #else printf(", expected version 3.3.0 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc -I/usr/lib/qt-3.3/include -L/usr/lib/qt-3.3/lib64 -lqt-mt -lpthread .tmp_src.cc:2:21: error: qglobal.h: No such file or directory .tmp_src.cc: In function 'int main()': .tmp_src.cc:5: error: 'QT_VERSION_STR' was not declared in this scope compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", QT_VERSION_STR); #if QT_VERSION >= 0x030305 printf(", OK.\n"); return 0; #elif QT_VERSION >= 0x030300 printf("\n ** WARNING: QT < 3.3.5 has known problems!\n"); #else printf(", expected version 3.3.0 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc -I/usr/share/qt3/include -L/usr/share/qt3/lib -lqt-mt -lpthread executing the binary found version 3.3.7, OK. ***** Checking Qt3 devtools ***** found version 3.3.7 ***** Checking Qt4 ***** compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s", QT_VERSION_STR); #if QT_VERSION >= 0x040200 printf(", OK.\n"); return 0; printf(", expected version 4.2.0 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "-pthread -L/usr/X11R6/lib -lQtGui -laudio -lXt -lpng -lSM -lICE -lQtCore -lz -lgthread-2.0 -lrt -lglib-2.0 -lpthread -lXi -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -ldl -lpthread -I/usr/include/qt4 -I/usr/include/qt4/QtGui" executing the binary found version 4.3.2, OK. ***** Checking Qt4 devtools ***** found version 4.3.2 ***** Checking Qt4 uic3 ***** found version 4.3.2 ***** Checking static stc++ library ***** compiling the following source file: #include extern "C" int main(void) { std::string s = "test"; return 0; } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "/usr/lib/gcc/x86_64-linux-gnu/4.1.3/libstdc++.a" found ***** Checking Linux kernel sources ***** compiling the following source file: #include int printf(const char *format, ...); int main(void) { printf("found version %d.%d.%d", LINUX_VERSION_CODE / 65536, (LINUX_VERSION_CODE % 65536) / 256, LINUX_VERSION_CODE % 256); #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,0) printf(", OK.\n"); return 0; #else printf(", expected version 2.4.0 or higher\n"); return 1; #endif } using the following command line: gcc -O -Wall -o .tmp_out .tmp_src.c -nostdinc -I/lib/modules/2.6.22-14-generic/build/include executing the binary found version 2.6.22, OK. ***** Checking ALSA ***** compiling the following source file: #include #include extern "C" int main(void) { printf("found version %d.%d.%d", SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR); #if 10000*SND_LIB_MAJOR + 100*SND_LIB_MINOR + SND_LIB_SUBMINOR >= 10006 printf(", OK.\n"); return 0; #else printf(", expected version 1.0.6 or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "-lasound" executing the binary found version 1.0.14, OK. ***** Checking PulseAudio ***** compiling the following source file: #include #include extern "C" int main(void) { printf("found version %s API version %d", pa_get_headers_version(), PA_API_VERSION); #if PA_API_VERSION >= 9 printf(", OK.\n"); return 0; #else printf(", expected version 0.9.0 (API version 9) or higher\n"); return 1; #endif } using the following command line: g++ -O -Wall -o .tmp_out .tmp_src.cc "-lpulse" executing the binary found version 0.9.6 API version 10, OK. ***** Checking compiler.h ***** compiler.h not found ***** Checking 32-bit support ***** compiling the following source file: #include int main(void) { return 0; } using the following command line: gcc -m32 -O -Wall -o .tmp_out .tmp_src.c