[OE-core] [RFC PATCH 1/4] qt4: fix compile error in Qt 4.8.0 with gcc 4.6

Khem Raj raj.khem at gmail.com
Fri Feb 10 20:36:20 UTC 2012


On Fri, Feb 10, 2012 at 11:31 AM, Paul Eggleton
<paul.eggleton at linux.intel.com> wrote:
>
> So, I dug further into this, and I discovered that the reason for this
> breaking was that the Qt configure script thought we were not using g++ as the
> C++ compiler (!) thus it did not detect the gcc version, and therefore when it
> came to the check to see if gcc 4.6+ was being used in order to add the -Wno-
> c++0x-compat option to CXXFLAGS (which it already has code to do), the version
> was not set and the option was not added.
>
> I've updated the contrib branch to fix this as well as reformat the other patch
> as Koen requested.

Thanks for redoing it.




More information about the Openembedded-core mailing list