[Webkit-unassigned] [Bug 57841] [Qt] [Symbian] enable webkit build for the makefile build system with gcce

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 07:06:46 PDT 2011


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


Jocelyn Turcotte <jocelyn.turcotte at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jocelyn.turcotte at nokia.com




--- Comment #5 from Jocelyn Turcotte <jocelyn.turcotte at nokia.com>  2011-04-05 07:06:46 PST ---
(In reply to comment #3)
> > Source/JavaScriptCore/wtf/MathExtras.h:241
> > +#if !COMPILER(MSVC) && !COMPILER(WINSCW) && !(COMPILER(RVCT) && (OS(SYMBIAN) || PLATFORM(BREWMP))) && !OS(SOLARIS) && !(COMPILER(GCC) && OS(SYMBIAN))
> 
> You should use the OS(SYMBIAN) part already in the statement, e.g. :
> ... && ((OS(SYMBIAN) && !COMPILER(GCC)) || PLATFORM(BREWMP))) && ...
> 
Forget that part, I didn't see the RVCT compiler part.

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