[Webkit-unassigned] [Bug 24932] WebKit compilation support in Solaris 10 with Sun Studio 12 (CC 5.9)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 08:12:50 PDT 2009


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


Thiago Macieira <thiago.macieira at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29062|0                           |1
        is obsolete|                            |




--- Comment #26 from Thiago Macieira <thiago.macieira at nokia.com>  2009-07-28 08:12:49 PDT ---
Created an attachment (id=33638)
 --> (https://bugs.webkit.org/attachment.cgi?id=33638)
[PATCH 07/17] Fix compilation with Sun CC 5.9: template parameters MUST match.

We're passing 'char[]' to the template, but it expects 'const char *'.
Let's hope this hackish solution actually works.

The correct solution is to change the variable types.

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