From kde-devel Fri Jan 11 13:49:38 2013 From: Giovanni Venturi Date: Fri, 11 Jan 2013 13:49:38 +0000 To: kde-devel Subject: Re: Qt 5.0.0 doesn't compile Message-Id: X-MARC-Message: https://marc.info/?l=kde-devel&m=135791219514847 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============4523626535222044483==" --===============4523626535222044483== Content-Type: multipart/alternative; boundary=047d7b6778940598d904d30391c4 --047d7b6778940598d904d30391c4 Content-Type: text/plain; charset=ISO-8859-1 Grazie, Giovanni 2013/1/11 Claudio Desideri > 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 > >> 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 >> > > >> > > #*archlinux* 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 << >> >> > > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to > unsubscribe << > > --047d7b6778940598d904d30391c4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Grazie,
Giovanni


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

Cheers


2013/1/10 Mil= ian 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.c= o/dNjUlqAE>
> > #*archlinux* <https://twitter.com/search?q=3D%23= archlinux&src=3Dhash> gcc
> > 4.7.2
> > python 3.3.0 on archlinux
>
> That's a python3 issue. JS wants python2, but python points to pyt= hon3 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/pyt= hon2.
> (Please avoid, or at least remove it as soon you finish to build qt).<= br>
A neat workaround:

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

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





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


--047d7b6778940598d904d30391c4-- --===============4523626535222044483== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << --===============4523626535222044483==--