aaronkaplan / py-radix

Automatically exported from code.google.com/p/py-radix
Other
0 stars 0 forks source link

Trouble installing in Windows #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

In Command Prompt, I have to use mingw since I don't have Visual Studios2008 so
python setup.py build_ext -c mingw64

What is the expected output? What do you see instead?
 The error I get is 
 radix-h:68:25: fatal error: sys/socket.h: No such file or directory

What version of the product are you using? On what operating system?
py-radix-0.5 on Windows

Please provide any additional information below.
I think socket.h is not for Windows but I can't seem to find the appropriate 
version. 

Thank you!

Original issue reported on code.google.com by melz63...@gmail.com on 14 May 2015 at 1:26