[Webkit-unassigned] [Bug 118600] New: [Windows] Compile fix.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 06:03:44 PDT 2013


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

           Summary: [Windows] Compile fix.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peavo at outlook.com


The WinCairo build (VS2010) fails with the following errors:

c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\utility(383): error C2066: cast to function type is illegal ..\jit\JITThunks.cpp(84) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2> std::make_pair(__int64,_Ty2 (__fastcall &))' being compiled with [ _Ty1=__int64 (__fastcall *)(JSC::ExecState *), _Ty2=__int64 (JSC::ExecState *) ] 1>c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\utility(254): error C3867: 'std::_Pair_base<_Ty1,_Ty2>::second': function call missing argument list; use '&std::_Pair_base<_Ty1,_Ty2>::second' to create a pointer to member with [ _Ty1=__int64 (__fastcall *)(JSC::ExecState *), _Ty2=__int64 (JSC::ExecState *) ] ..\jit\JITThunks.cpp(84) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<__int64(__fastcall *)(JSC::ExecState *),__int64(JSC::ExecState *)>(std::pair<_Ty1,__int64 (JSC::ExecState *)> &&)' being compiled with [ _Ty1=JSC::NativeFunction, _Ty2=JSC::NativeFunction ]

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