Re: [Development] GCC-built Qt 5.6 can't be used with Clang

2016-02-22 Thread Thiago Macieira
On segunda-feira, 22 de fevereiro de 2016 11:05:24 PST Welbourne Edward wrote: > I'm sure there's a specific command for asking git whether a given > branch contains a given commit: but I can't remember it. > Still, git log dev..3726c4673 reveals that it is indeed not yet in dev. That is actually

Re: [Development] GCC-built Qt 5.6 can't be used with Clang

2016-02-22 Thread Koehne Kai
> -Original Message- > From: Development [mailto:development- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > Welbourne Edward > Sent: Monday, February 22, 2016 12:05 PM > To: Stephen Kelly ; development@qt-project.org > Subject: Re: [Developm

Re: [Development] GCC-built Qt 5.6 can't be used with Clang

2016-02-22 Thread Welbourne Edward
> Simon Hausmann wrote: >> Hmm, change ‎https://codereview.qt-project.org/#/c/147846/ was >> supposed to fix this issue. >> >> ‎The subject of the email refers to 5.6 but in the body you say that >> you are building the dev branch. If it is the latter, could it be >> that the fix hasn't hit dev yet

Re: [Development] GCC-built Qt 5.6 can't be used with Clang

2016-02-20 Thread Stephen Kelly
Hausmann Simon wrote: > Hi, > > Hmm, change ‎https://codereview.qt-project.org/#/c/147846/ was supposed > to fix this issue. > > ‎The subject of the email refers to 5.6 but in the body you say that you > are building the dev branch. If it is the latter, could it be that the fix > hasn't hit dev

Re: [Development] GCC-built Qt 5.6 can't be used with Clang

2016-02-20 Thread Hausmann Simon
ssage From: Stephen Kelly Sent: Saturday, February 20, 2016 11:33 To: development@qt-project.org Subject: [Development] GCC-built Qt 5.6 can't be used with Clang Hello, I built Qt dev branch with GCC. Then I tried to use it to build any trivial shared library with Clang: stephen@hal:/tmp/q

[Development] GCC-built Qt 5.6 can't be used with Clang

2016-02-20 Thread Stephen Kelly
Hello, I built Qt dev branch with GCC. Then I tried to use it to build any trivial shared library with Clang: stephen@hal:/tmp/qmake$ make CXX=clang++ LINK=clang++ -B makeobj[0]: Entering directory `/tmp/qmake' /home/stephen/dev/prefix/qtbase/bin/qmake -o Makefile qmake.pro clang++ -c -pipe -g