aitjcize / PyTox

Python binding for Project-Tox the skype replacement.
GNU General Public License v3.0
96 stars 29 forks source link

pip on windows error #52

Open merlink01 opened 8 years ago

merlink01 commented 8 years ago

python.exe -m pip install git+https://github.com/kitech/PyTox.git@master

...\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Python27\include -IC:\Python27\PC /Tcpytox/pytox.c /Fobuild\temp.win32-2.7\Release\pytox/pytox.obj -Wall -Wno-declaration-after-statement -DENABLE_AV

cl : Command line error D8021 : invalid numeric argument '/Wno-declaration-after-statement'

Anybody an idea?

kitech commented 8 years ago

First, kitech/PyTox.git@master has already merged to aitjcize/PyTox@master, just use the latter repo.

I don't have a windows system computer, can't test for you. maybe you can try linux system for test. But it's seems the -Wno-declaration-after-statement param only for gcc, you can try open setup.py and remove this param, then recompile it.

merlink01 commented 8 years ago

Hi Kitech,

thank you for your reply. I'm normaly always compiling on Linux so I'm new to compiling on Windows.

I tested the aitjcize Version now and got the same result.

Are there any Windows geeks who have a guide how to compile this on windows?