mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Qt 4.7 (help wanted)


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Qt 4.7 (help wanted)
Date: Wed, 2 Jun 2010 22:16:32 +1000

On 2 June 2010 21:24, Mark Brand <address@hidden> wrote:
>
> That look like a good way to do that, if that's really what should be done.
> What about my doubts about whether reordering the search path is the correct
> approach?
>
> -It's probably correct to have the gcc include directory *before* the mingw
> include directory anyway.

Reading a little more, you're probably right. You want to find C std
library files from the compiler first - unless you really want
otherwise. I wonder why Qt does it this way?

The patch, however, will do roughly the same thing (if I read it
correctly) - cause any reference to lib/gcc/*/float.h to include
/usr/$(TARGET)/include/float.h instead.

I guess we could try and see if anything else breaks.

Tony



reply via email to

[Prev in Thread] Current Thread [Next in Thread]