I figured it out. You have to replace gcc and g++ in with gcc44 and g++44 in
mkspecs/common/g++.conf file in your qt install so that qmake will generate
all the Makefiles properly.

Luying

On Fri, Jan 28, 2011 at 4:08 PM, Benjamin Poulain <
[email protected]> wrote:

> On 01/28/2011 09:57 PM, ext luying pan wrote:
>
>> Thanks for the response. That only works the objects that are generated
>> from the same makefile, but I think my general problem is that my
>> compiler is too old. Do you know any ways to use gcc44 instead of gcc? I
>> tried "export CC=gcc44" before running ./build-webkit -qt command, but
>> that didn't help.
>>
>
> A symbolic link in a custom path?
>
> cheers,
> Benjamin
> _______________________________________________
> webkit-qt mailing list
>
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to