I want to install the SSM toolbox on a 64-bit machine. Since Matlab for win64 does not come with a compiler, I followed Matlab Help instructions:
http://www.mathworks.com/support/compilers/R2010b/win64.html
where I installed Microsoft Visual C++ 2010 Express and Windows SDK 7.1. I ran mexall.m in the csrc folder but encountered the following problem:
LINK : fatal error LNK1104: cannot open file '../@SSMAT\getmat_c.mexw64'
C:\PROGRA~1\MATLAB\R2010A\BIN\MEX.PL: Error: Link of '..\@SSMAT\getmat_c.mexw64' failed.
??? Error using ==> mex at 222
Unable to complete successfully.
Error in ==> mexssm at 2
mex(varargin{:}, '-outdir', '../@ssmat', 'getmat_c.c');
Error in ==> mexall at 2
mexssm(varargin{:});
If anyone has had a similar problem, I would be grateful if you shared your solution. I also tried to install the toolbox on a 32-bit machine (not mine) and everything went smoothly with no problems.
Thank you very much.