chakra-core / chakra-core/ChakraCore
VC 2015 build issue. JavascriptArray.cpp(8938) error C2872: 'uint32_t': ambiguous symbol
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
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'**
Contributor guide
Assessment
This issue has not been assessed yet.