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 <[email protected]> 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 <[email protected]> >> >> 09.02.2012, 14:00, "rakesh sadhu" <[email protected]>: >> > 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 > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt > _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
