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

Error installing on Windows 10 / Python 2.7.10 32 bit #9

Closed
JokerQyou opened this issue Dec 7, 2015 · 3 comments
Closed

Error installing on Windows 10 / Python 2.7.10 32 bit #9

JokerQyou opened this issue Dec 7, 2015 · 3 comments

Comments

@JokerQyou
Copy link

Related log as follows:

xxtea.c(29) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
  error: command 'C:\\Users\\Joker Qyou\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\cl.exe' failed with exit status 2
@ifduyue
Copy link
Owner

ifduyue commented Dec 10, 2015

Googled a bit, seems some VC++ editions do have stdint.h but some don't.

@ifduyue
Copy link
Owner

ifduyue commented Dec 14, 2015

Download http://msinttypes.googlecode.com/svn/trunk/stdint.h and save it as C:\Users\Joker Qyou\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\include\stdint.h, and then it would work.

// reference: http://stackoverflow.com/a/126285

@ifduyue
Copy link
Owner

ifduyue commented Mar 25, 2017

@JokerQyou Fixed in latest master

@ifduyue ifduyue closed this as completed Mar 25, 2017
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

2 participants