You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: