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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 18:35:12 PDT 2012


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





--- Comment #7 from Kwonjin Jeong <gram at company100.net>  2012-03-18 18:35:12 PST ---
Created an attachment (id=132517)
 --> (https://bugs.webkit.org/attachment.cgi?id=132517&action=review)
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++)


Therefore, I build WebKit with --qmakearg="-spec linux-icc" option after discarding changes on Source/WebCore/Target.pri, and removing all options excepts QMAKE_CXXFLAGS. But the build is failed with link errors.

-- 
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