HBadertscher / Matlab_BaslerCamDriver

A universal MATLAB driver for Basler cameras
MIT License
21 stars 5 forks source link

Cannot build, mex fails with no information #18

Closed nlw0 closed 8 years ago

nlw0 commented 8 years ago

I am trying to build, configured msvc, but still get this error. Any hints? Using R2015b.

>> cd ..
>> make
=> Creating Libraries
Building with 'Microsoft Visual C++ 2013 Professional'.
Error using mex

Error in make (line 56)
            mex(flags{:},libraries{k,3},ipaths,lpaths,libraries{k,2})   % build
HBadertscher commented 8 years ago

Which file fails to build? (what is the value of k) after the error?