Ask Your Question

ocxs's profile - activity

2016-03-31 00:20:26 -0600 asked a question OpenCV build errors:error MSB6006: "cmd.exe" exited with code 1

I built my opencv source(opencv3.1.0) using VS2013 with CUDA7.5, TBB, Python2.7.11, Eigen3.2.8, and then I get a error message as follows.

Error 45333: error MSB6006: "cmd.exe" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 170 5 opencv_python2

Whichever I built it in Debug mode or Release mode, the same error happened. I know that python do not provide python27_d.lib, so when I built in Debug mode before (e.g. opencv2.4.9), link error (can not find python27_d.lib) happened. But this time, although I built in Release mode, error 35333 happened as mentioned before.

Here is my cmake configuration about python modules.

image description

I google similar questions but do not get what I want, so anyone can solve it ? Thanks in advance !