mongodb / winkerberos

A native Kerberos client implementation for Python on Windows
Apache License 2.0
54 stars 15 forks source link

support building with mingw #21

Closed totaam closed 5 years ago

totaam commented 6 years ago

Please consider applying the patch below to support building winkerberos with mingw: mingw build patch

behackett commented 6 years ago

Thanks for working on this patch. I have a few questions.

totaam commented 6 years ago
behackett commented 6 years ago

OK, thanks. I have slightly mixed feelings about supporting mingw, but I do fear that Microsoft will eventually stop distributing the Visual C++ Compiler for Python 2.7, and setting up a build environment for Python 3.3 / 3.4 is a pain if you don't have access to a copy of Visual Studio 2010.

behackett commented 6 years ago

Would you like to send a pull request that I can review and merge? If not, I can copy from the link you provided.

totaam commented 5 years ago

Bump.

behackett commented 5 years ago

This was resolved by #22