Grazie,
Giovanni


2013/1/11 Claudio Desideri <happy.snizzo@gmail.com>
Laszlo Papp made a patch that could result useful actually: https://bugs.webkit.org/show_bug.cgi?id=106645

Cheers


2013/1/10 Milian Wolff <mail@milianw.de>
On Thursday 10 January 2013 17:04:35 Andrea Scarpino wrote:
> On Thursday 10 January 2013 16:49:45 Giovanni Venturi wrote:
> > *Qt 5.0.0* doesn't compile, why? http://pastebin.com/ZNf9YJk7
> > <http://t.co/dNjUlqAE>
> > #*archlinux* <https://twitter.com/search?q=%23archlinux&src=hash> gcc
> > 4.7.2
> > python 3.3.0 on archlinux
>
> That's a python3 issue. JS wants python2, but python points to python3 in
> Arch.
> You need to find the hardcoded 'python' and replace it by 'python2'. E.g.
> see my qtwebkit patch[1].
>
> An ugly workaround would be to symlink /usr/bin/python to /usr/bin/python2.
> (Please avoid, or at least remove it as soon you finish to build qt).

A neat workaround:

mkdir ~/bin
ln -s $(which python2) ~/bin/python
export PATH=$HOME/bin:$PATH

Cheers
--
Milian Wolff
mail@milianw.de
http://milianw.de





>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<