Lev, On Thursday 18 June 2009, Lev Lvovsky wrote: > I'm running on OSX 10.5 and was curious if it was possible to build w/ > o any KDE support (use headless and SDL only)?
There is no KDE support but the GUI is written in Qt (which is used by KDE as well). Yes, omitting the Qt GUI is possible. Add the following entries to LocalConfig.kmk (create this file in the root of the tree): VBOX_WITH_QTGUI= VBOX_WITH_KCHMVIEWER= > I get the following errors on build: > > --- > Config.kmk:1679: /path/to/vbox/out/darwin.x86/release/GCCConfig.kmk: > No such file or directory > Config.kmk:3814: /path/to/vbox/out/darwin.x86/release/revision.kmk: No > such file or directory > /path/to/vbox/src/libs/Makefile.kmk:51: /path/to/vbox/src/libs/ > curl-7.19.4/Makefile.kmk: No such file or directory > /path/to/vbox/kBuild/sdks/W2K3DDK.kmk:59: kBuild: PATH_SDK_W2K3DDK > couldn't be determined! > /path/to/vbox/kBuild/sdks/WINPSDKINCS.kmk:61: kBuild: > PATH_SDK_WINPSDKINCS couldn't be determined! > kmk: *** No rule to make target `/path/to/vbox/src/libs/curl-7.19.4/ > Makefile.kmk'. Stop. > --- > > Not sure if it's defaulting to windows (?) which is causing those > PATH_SDK_W2K3DDK errors, or whether those errors are truly causing any > problems. > > Do I need to get the curl libs manually? Right, you need curl and openssl as well, even if you are building the headless version. Kind regards, Frank -- Dr.-Ing. Frank Mehnert Sun Microsystems, Inc. www.sun.com
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
