Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Error for Windows ARM64 / ARM64EC (error C2011: 'uint128_t': 'struct' type redefinition) #532

Open
jparsaie-qc opened this issue Jun 3, 2024 · 0 comments

Comments

@jparsaie-qc
Copy link

When building EASTL on Windows for ARM64/ARM64EC, there is a failure due to the uint128_t type colliding with one already defined in header of the Windows SDK for ARM64 support (<widemath.h>). Results in the following: [build] C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\widemath.h(32,15): error C2011: 'uint128_t': 'struct' type redefinition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant