Bug 118600 - [Windows] Compile fix.
Summary: [Windows] Compile fix.
Status: RESOLVED DUPLICATE of bug 118610
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 06:05 PDT by peavo
Modified: 2013-07-15 11:47 PDT (History)
0 users

See Also:


Attachments
Patch (1.97 KB, patch)
2013-07-12 06:12 PDT, peavo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 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 ]
Comment 1 peavo 2013-07-12 06:12:08 PDT
Created attachment 206533 [details]
Patch
Comment 2 peavo 2013-07-15 11:46:21 PDT

*** This bug has been marked as a duplicate of bug 118610 ***