-
Notifications
You must be signed in to change notification settings - Fork 35
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
Currently does not build in Windows with Python 3.7 #81
Comments
I was experiencing the same error during my building process. The real problem causing the process to fail is nearby these lines:
It seems that the macros here are not expanded by the preprocessor before the code compiles. Lines 5989 to 5993 in 0ed541a
Lines 6958 to 6962 in 0ed541a
|
Seems the current package does not build using Windows 10, with Visual C++ Build tools installed. Against Python 3.7. Here's the exact output:
... blist/_blist.c(7742): fatal error C1070: mismatched #if/#endif pair in file 'c:\...\_blist.c' ...
The text was updated successfully, but these errors were encountered: