Re: [Development] DEFAULT_INCDIR and DEFAULT_LIBDIR in Qt 5.8/configure

2017-01-18 Thread René J . V . Bertin
Thiago Macieira wrote: > Also, the Xcode's clang doesn't search /usr/local/include when the --sysroot > option is passed. It's possible we performed an incorrect detection in Qt 5.7 > and earlier, but the 5.8 detection should be better. Sorry, I didn't make this explicit, but I only had to prune

Re: [Development] DEFAULT_INCDIR and DEFAULT_LIBDIR in Qt 5.8/configure

2017-01-18 Thread Thiago Macieira
On quarta-feira, 18 de janeiro de 2017 18:31:36 PST René J. V. Bertin wrote: > Thiago Macieira wrote: > >> Among the tweak I have in my script to build Qt for installation into > >> /opt/local, using dependencies from there, I have a patch for > >> qtbase/configure that prunes a number of unnecessa

Re: [Development] DEFAULT_INCDIR and DEFAULT_LIBDIR in Qt 5.8/configure

2017-01-18 Thread René J . V . Bertin
Thiago Macieira wrote: >> Among the tweak I have in my script to build Qt for installation into >> /opt/local, using dependencies from there, I have a patch for >> qtbase/configure that prunes a number of unnecessary/undesirable items from >> DEFAULT_INCDIR and DEFAULT_LIBDIR (see below). > > Why

Re: [Development] DEFAULT_INCDIR and DEFAULT_LIBDIR in Qt 5.8/configure

2017-01-18 Thread Thiago Macieira
On quarta-feira, 18 de janeiro de 2017 09:51:43 PST René J.V. Bertin wrote: > Hi, > > Among the tweak I have in my script to build Qt for installation into > /opt/local, using dependencies from there, I have a patch for > qtbase/configure that prunes a number of unnecessary/undesirable items from

Re: [Development] DEFAULT_INCDIR and DEFAULT_LIBDIR in Qt 5.8/configure

2017-01-18 Thread René J . V . Bertin
Oswald Buddenhagen wrote: > it's only a fallback anyway; it shouldn't trigger on any system which > uses gcc. Or clang? Not that it matters, probably, if the compiler already looks in those locations by default (I'm pretty sure clang does). >> Filtering in a QMake file won't be as trivial as in

Re: [Development] DEFAULT_INCDIR and DEFAULT_LIBDIR in Qt 5.8/configure

2017-01-18 Thread Oswald Buddenhagen
On Wed, Jan 18, 2017 at 12:54:15PM +0100, René J. V. Bertin wrote: > Oswald Buddenhagen wrote: > > > the bulk of the code is in toolchain.prf. > > note that i have some related patches for 5.8 on gerrit. > > Yes, I found toolchain.prf, and already replaced the reference to > /usr/local/include i

Re: [Development] DEFAULT_INCDIR and DEFAULT_LIBDIR in Qt 5.8/configure

2017-01-18 Thread René J . V . Bertin
Oswald Buddenhagen wrote: > the bulk of the code is in toolchain.prf. > note that i have some related patches for 5.8 on gerrit. Yes, I found toolchain.prf, and already replaced the reference to /usr/local/include in there (which I think is redundant anyway as most compilers on Unix look there

Re: [Development] DEFAULT_INCDIR and DEFAULT_LIBDIR in Qt 5.8/configure

2017-01-18 Thread Oswald Buddenhagen
On Wed, Jan 18, 2017 at 09:51:43AM +0100, René J.V. Bertin wrote: > How does this work out with Qt 5.8? > the bulk of the code is in toolchain.prf. note that i have some related patches for 5.8 on gerrit. ___ Development mailing list Development@qt-projec

[Development] DEFAULT_INCDIR and DEFAULT_LIBDIR in Qt 5.8/configure

2017-01-18 Thread René J . V . Bertin
Hi, Among the tweak I have in my script to build Qt for installation into /opt/local, using dependencies from there, I have a patch for qtbase/configure that prunes a number of unnecessary/undesirable items from DEFAULT_INCDIR and DEFAULT_LIBDIR (see below). I cannot seem to find any trace of