Bug 118600

Summary: [Windows] Compile fix.
Product: WebKit Reporter: peavo
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Unspecified   
Attachments:
Description Flags
Patch none

peavo
Reported 2013-07-12 06:05:46 PDT
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 ]
Attachments
Patch (1.97 KB, patch)
2013-07-12 06:12 PDT, peavo
no flags
peavo
Comment 1 2013-07-12 06:12:08 PDT
peavo
Comment 2 2013-07-15 11:46:21 PDT
*** This bug has been marked as a duplicate of bug 118610 ***
Note You need to log in before you can comment on or make changes to this bug.