[Webkit-unassigned] [Bug 92531] New: Build fails because of missing header in GregorianDateTime.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 12:09:23 PDT 2012


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

           Summary: Build fails because of missing header in
                    GregorianDateTime.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tuxator at o2.pl


WebKit fails to build with MinGW compiler with the following error:

In file included from Source/JavaScriptCore/runtime/DateConversion.h:45:0,
                 from Source/JavaScriptCore/runtime/DateConversion.cpp:44:
./Source/WTF/wtf/GregorianDateTime.h:71:14: error: expected type-specifier before 'tm'
Source/JavaScriptCore/runtime/DateConversion.cpp: In function 'void JSC::formatTime(const WTF::GregorianDateTime&, char (&)[100])':
Source/JavaScriptCore/runtime/DateConversion.cpp:76:21: error: conversion from 'const WTF::GregorianDateTime' to non-scalar type 'tm' requested
make[1]: *** [Source/JavaScriptCore/runtime/libjavascriptcoregtk_3_0_la-DateConversion.lo] Error 1
make[1]: Leaving directory `/home/pawel/src/webkit'
make: *** [all] Error 2

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