Re: [webkit-qt] qtwebkit build issue

2011-01-28 Thread luying pan
-qt-boun...@lists.webkit.org] on behalf of ext luying pan [ luying@gmail.com] Sent: Monday, January 24, 2011 11:01 PM To: webkit-qt@lists.webkit.org Subject: [webkit-qt] qtwebkit build issue Hi, I'm trying to build qt the the latest webkit.orghttp://webkit.org nightly source code

Re: [webkit-qt] qtwebkit build issue

2011-01-28 Thread Benjamin Poulain
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

Re: [webkit-qt] qtwebkit build issue

2011-01-28 Thread Konstantin Tokarev
28.01.2011, 23:57, luying pan luying@gmail.com: 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

Re: [webkit-qt] qtwebkit build issue

2011-01-28 Thread luying pan
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 benjamin.poul...@nokia.com wrote: On 01/28/2011 09:57

Re: [webkit-qt] qtwebkit build issue

2011-01-24 Thread benjamin.poulain
] Sent: Monday, January 24, 2011 11:01 PM To: webkit-qt@lists.webkit.org Subject: [webkit-qt] qtwebkit build issue Hi, I'm trying to build qt the the latest webkit.orghttp://webkit.org nightly source code on Centos OS following the instruction on this page https://svn.webkit.org/wiki