jsommers / pytricia

A library for fast IP address lookup in Python.
GNU Lesser General Public License v3.0
214 stars 22 forks source link

setup.py build fail #13

Closed frank-netizen closed 7 years ago

frank-netizen commented 7 years ago

image

when i build project,and this error throw。anyone know what?

jsommers commented 7 years ago

Pytricia hasn't been tested at all on any Windows systems, cygwin, etc., or otherwise. The error message above comes about because Pytricia needs a standard C header file on UNIX-like systems which doesn't apparently exist in the mingw toolchain. I can't comment any further than that since I am very much unfamiliar with mingw or doing any of this on windows. Sorry.

I may consider supporting Windows systems in the future, but for now they're not supported at all.

frank-netizen commented 7 years ago

ok,thanks jsommers .