[webkit-qt] QtWebKit Build Failure on Linux

Andras Becsi abecsi at webkit.org
Thu Feb 9 06:26:14 PST 2012


Hi,

If you do not export QTDIR in your .bashrc, it won't be defined in
your shell, as your snippet informs you: "syncqt: QTDIR not defined"

You can check whether it is set by doing:

echo $QTDIR

before calling the build-webkit script.


/Andras

On 9 February 2012 14:49, rakesh sadhu <peerpandit at gmail.com> wrote:
> I've  added entries in .bashrc file
>
> QTDIR="/usr/local/Trolltech/Qt-4.8.0"
> export PATH=$QTDIR/bin:$PATH
> export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
>
> But Its failing , earlier it used to build , i did svn up and failed
> thereafter.
>
>
>
> 2012/2/9 Konstantin Tokarev <annulen at yandex.ru>
>>
>> 09.02.2012, 14:00, "rakesh sadhu" <peerpandit at gmail.com>:
>> > Hi ,
>> > I am trying to do Debug build for  QtWebKit on Linux Ubuntu 10.10 .
>> > But I'm getting failure, I've qt4.8 locally build and QTDIR is pointing
>> > to /usr/local/Trolltech/Qt-4.8.0 .
>> > Kindly help and errors are in mentioned in pastebin
>> > http://pastebin.com/bsmmsNiB
>>
>> Personally, I never use environemnt variables for Qt setup but use e.g.
>>
>> build-webkit --qmake=/usr/local/Trolltech/Qt-4.8.0/bin/qmake
>>
>> --
>> Regards,
>> Konstantin
>
>
>
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>


More information about the webkit-qt mailing list