hirsch icon indicating copy to clipboard operation
hirsch copied to clipboard

cl : Command line error D8003: missing source filename

Open walaila opened this issue 8 years ago • 1 comments

I change all *.py to python3 version and try binding halcon10 I can run h-parse.py to generate *.i files but when I run python setup.py install I got error: python setup.py install running install running build running build_py running build_ext building '_hirsch' extension D:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\amd64\cl.exe /c /nolo go /Ox /MD /W3 /GS- /DNDEBUG -I./src/ "-ID:\Program Files\MVTec\HALCON-10.0\incl ude" -IC:\Python34\include -IC:\Python34\include /Tpsrc/pyhirsch.cc /Fobuild\te mp.win-amd64-3.4\Release\src/pyhirsch.obj cl : Command line error D8003 : missing source filename error: command 'D:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\ amd64\cl.exe' failed with exit status 2 How can I fix it ? Thx

walaila avatar Sep 19 '17 05:09 walaila

Sorry. I have not tried to build on windows, so you are on your own. Feel free to open a pull request if you solve the problems.

dov avatar Sep 19 '17 06:09 dov