Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cl : Command line error D8003: missing source filename #8

Open
walaila opened this issue Sep 19, 2017 · 1 comment
Open

cl : Command line error D8003: missing source filename #8

walaila opened this issue Sep 19, 2017 · 1 comment

Comments

@walaila
Copy link

walaila commented Sep 19, 2017

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

@dov
Copy link
Owner

dov commented Sep 19, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants