[Webkit-unassigned] [Bug 17226] New: Patch to correct Windows(Cairo) build of image-decoders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 13:48:32 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17226

           Summary: Patch to correct Windows(Cairo) build of image-decoders
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at gmail.com


The GIF and PNG image decoders do not include the "config.h" file, which causes
various syntax errors such as:

"IFImageDecoder.cpp
c:\fulgham\webkit\webkitbuild\include\javascriptcore\FastMalloc.h(70) : error
C2544: expected ')' for operator '()'
c:\fulgham\webkit\webkitbuild\include\javascriptcore\FastMalloc.h(70) : error
C2143: syntax error : missing ';' before 'string'
c:\fulgham\webkit\webkitbuild\include\javascriptcore\FastMalloc.h(70) : error
C2433: '()' : 'inline' not permitted on data declarations
c:\fulgham\webkit\webkitbuild\include\javascriptcore\FastMalloc.h(70) : error
C2059: syntax error : ')'
c:\fulgham\webkit\webkitbuild\include\javascriptcore\FastMalloc.h(70) : error
C2143: syntax error : missing ';' before '{'
c:\fulgham\webkit\webkitbuild\include\javascriptcore\FastMalloc.h(70) : error
C2447: '{' : missing function header (old-style formal list?)"


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


More information about the webkit-unassigned mailing list