[Webkit-unassigned] [Bug 81077] Add support for Intel compiler on Linux QT port.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 07:41:02 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=81077





--- Comment #9 from Simon Hausmann <hausmann at webkit.org>  2012-03-19 07:41:02 PST ---
(In reply to comment #7)
> Created an attachment (id=132517)
 --> (https://bugs.webkit.org/attachment.cgi?id=132517&action=review) [details]
> Link error
> 
> (In reply to comment #6)
> I'm sorry for late reply.
> 
> I tried making a Makefile with the following command.
>  $ QMAKEPATH=/home/gram/project/parallel/WebKit/Tools/qmake /home/gram/project/parallel/QtSDK/Desktop/Qt/4.8.0/gcc/bin/qmake -d -d -d /home/gram/project/parallel/WebKit/Source/WebCore/Target.pri CONFIG+=icc CONFIG+=release CONFIG-=debug -o Makefile.WebCore.Target &> log
> 
> and I found the following line of the log.
>    168 DEBUG 1: Project Parser: /home/gram/project/parallel/QtSDK/Desktop/Qt/4.8.0/gcc/mkspecs/common/g++-base.conf:18 :QMAKE_CXX: :=: (g++)

This shows that you're using Qt from the Qt SDK in its gcc configuration. In order to build WebKit with icc your Qt also needs to be built with icc, so that qmake's default mkspec is linux-icc.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list