Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-08 Thread Eike Ziller
ieira > Sent: 04 May 2016 17:43 > To: development@qt-project.org > Subject: Re: [Development] -developer-build (was: [5.7-beta] compile error > with xcode-6.4 > > On quarta-feira, 4 de maio de 2016 07:46:41 PDT Mark De Wit wrote: >> The configure flags are poorly documente

Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-05 Thread André Pönitz
On Wed, May 04, 2016 at 07:46:41AM +, Mark De Wit wrote: > Having tried to do this myself last week, I cannot find any "official" > documentation > on how to build Qt myself for an official release with our software. Doing > our own > build has proven frustrating enough that we abandoned the

Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-04 Thread Thiago Macieira
On quarta-feira, 4 de maio de 2016 17:10:30 PDT Mark De Wit wrote: > Hmm, is that proving my point, though? My understanding was that compiling > Qt in a namespace and with unique filename was recommended to avoid > (minimise) the likelihood of conflicting Qt versions in a single process. That is

Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-04 Thread Mark De Wit
3 To: development@qt-project.org Subject: Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4 On quarta-feira, 4 de maio de 2016 07:46:41 PDT Mark De Wit wrote: > The configure flags are poorly documented, and options like qtlibinfix > (which I understood to be a recomm

Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-04 Thread Thiago Macieira
On quarta-feira, 4 de maio de 2016 07:46:41 PDT Mark De Wit wrote: > The configure flags are poorly documented, and options like qtlibinfix > (which I understood to be a recommended best practice) isn't even mentioned > on the configure flag page. Because it isn't a recommended best practice. --

Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-04 Thread Mark De Wit
g] On Behalf Of Thiago Macieira Sent: 03 May 2016 18:09 To: development@qt-project.org Subject: Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4 Em terça-feira, 3 de maio de 2016, às 19:01:30 PDT, Harri Porten escreveu: > I've seen my Qt users use -

Re: [Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-03 Thread Thiago Macieira
Em terça-feira, 3 de maio de 2016, às 19:01:30 PDT, Harri Porten escreveu: > I've seen my Qt users use -developer-build because > >http://wiki.qt.io/Building_Qt_5_from_Git > > proposes it and the impact not clear to everyone. Qt users naturally > consider themselves to be developers I've se

[Development] -developer-build (was: [5.7-beta] compile error with xcode-6.4

2016-05-03 Thread Harri Porten
I got reminded of something: On Tue, 3 May 2016, Thiago Macieira wrote: Still, note that this is not an error. It's a warning turned to error because of the -Werror, which means that you used -developer-build. In that case, please send a patch. :-) I've seen my Qt users use -developer-build b