Capstone fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory

0

I'm trying to install pwntools on Windows 10 with pip.

I got this error:

 C:\Users\Username\AppData\Local\Temp\pip_build_Username\capstone\src\include\capstone.h(11) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory

Note: I replace my real name by Username on the path.

How to solve this?

sushi

Posted 2017-04-24T02:09:08.490

Reputation: 101

Answers

0

I found the solution here. I use the Visual C++ 2008 Command prompt and stdint.h is missing for this version.

So I use the Visual C++ 2017 Command prompt instead.

sushi

Posted 2017-04-24T02:09:08.490

Reputation: 101