ChakraCore
ChakraCore copied to clipboard
VC 2015 build issue. JavascriptArray.cpp(8938) error C2872: 'uint32_t': ambiguous symbol
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'