qweasdzxc17 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

how to compile .S on windows #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. "python setup.py install" in pyrit
2. Error message:

> building 'cpyrit._cpyrit_cpu' extension
> error: Don't know how to compile cpyrit/_cpyrit_cpu_sse2.S

What is the expected output? What do you see instead?
setup.py should specify an assembling program on windows (I don't know what
it is)

What version of the product are you using? On what operating system?
Windows 7, Python 2.6, VC++ 2008 Express

Original issue reported on code.google.com by Hieu.D.H...@gmail.com on 14 Apr 2010 at 6:01

GoogleCodeExporter commented 8 years ago
building on windows is not directly supported as I dont have any windows boxes 
;-\

You have to tell the C-Compiler-class of Python's distutils that is used on your
system that .S-files are actually C-source. Try changing any mentioning of
UnixCCompiler to MSVCCompiler in setup.py ...

Original comment by lukas.l...@gmail.com on 14 Apr 2010 at 6:09

GoogleCodeExporter commented 8 years ago
no update, closed

Original comment by lukas.l...@gmail.com on 15 Apr 2010 at 6:41

GoogleCodeExporter commented 8 years ago
no update, closed

Original comment by lukas.l...@gmail.com on 15 Apr 2010 at 6:41