Hi! Thanks for the instructions. So, I'm not the only one trying to compile the stuff.
Kjetil Beck wrote: > • qt-win-opensource-4.5.1 did you compiled it yourself, or did you find an appropriate distribution? > • gSOAP 2.7.9f Not really necessary. Works without as well, only a bunch of warning messages. > > Before starting vs2005 prompt I had to start VS2005 and change tools > -> options --> Projects and Solutions -> VC++ Directories: > Include files: > C:\Program Files\Windows Platform SDK for Windwos Server 2003 R2\Include > C:\Program Files\Windows Platform SDK for Windwos Server 2003 R2\Include\atl > C:\Program Files\Microsoft DirectX SDK (November 2008)\Include > Library files: > C:\Program Files\Windows Platform SDK for Windwos Server 2003 R2\Lib > C:\Program Files\Microsoft DirectX SDK (November 2008)\Lib\x86 I don't know why you should need this ... the visual studio command prompt does not check these settings (afaik), and, in any case, the --with-XXX statements of configure.vbs should take care of this. > > Add LocalConfig.kmk containing: > PATH_SDK_LIBSDL := C:/Library/SDL-1.2.13/ > <-- is not found by LISDL.kmk using --with-libSDL > SDK_VBOX_OPENSSL := C:/Library/openssl-0.9.8k/ > <-- don't know if these are needed... > SDK_VBOX_OPENSSL_INCS := C:/Library/openssl-0.9.8k/include/ Same here - worked without ... Ah, maybe ... I installed both SDL-1.2.13-win32 and SDL-devel-1.2.13-VC8, so configure.vbs found libsdl. Also, configure.vbs checks for lib/sdl.lib and lib/sdl.dll - maybe I copied the latter one into the lib dir from the main dir. Have fun, Sebastian _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
