ChakraCore icon indicating copy to clipboard operation
ChakraCore copied to clipboard

VC 2015 build issue. JavascriptArray.cpp(8938) error C2872: 'uint32_t': ambiguous symbol

Open RTSMikeM opened this issue 3 years ago • 0 comments

I just pulled down the project and attempted to build the Debug x64 configuration with Visual Studio 2015

2>C:\Dev\ChakraCore-master\lib\Runtime\Library\JavascriptArray.cpp(8938): error C2872: 'uint32_t': ambiguous symbol 2> C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\stdint.h(23): note: could be 'unsigned int uint32_t' 2> c:\dev\chakracore-master\lib\runtime\Language/AsmJsTypes.h(35): note: or 'Js::uint32_t'

RTSMikeM avatar Feb 23 '22 03:02 RTSMikeM