[webkit-dev] How to fix this problem? -> Unsupported platform

Zoltan Horvath Horvath.Zoltan.6 at stud.u-szeged.hu
Fri Mar 20 01:52:36 PDT 2009


Hongwei Huang wrote at: 2009. 03. 20. 09.27.:
> After I successfully installed webkit on ubuntu 8.10 with qt 4, I run this
> instruction
> ->   WebKit/WebKitTools/Scripts/run-launcher, then I got the error ->
> Unsupported platform, can't determine built library locations. at
> /home/hhw/software/WebKit/WebKitTools/Scripts/webkitdirs.pm line 408.
>
> I guess this is an ordinary problem , but I googled and found nothing, will
> someone help me ?
>
> Thanks a lot! :)

Hey,

you have to set QTDIR and PATH env varibles, for example:
export QTDIR=/usr/local/Trolltech/Qt-4.5.0/
export PATH=$QTDIR/bin:$PATH

Zoltan


More information about the webkit-dev mailing list