Hello,
I've struggled with the windows configuration of Caffe/Matcaffe for a week or so now, and I'm desperately hoping someone can give some helpful advice for approaching my issues.
My setup is WINDOWS 10 // CUDA 7.5 // cudnn 5 // VS 2013:
So far VS 2013 reports I have successfully built 15 projects with 1 failure (Matcaffe). I've added the errors I've encountered, but most of them seem like COMPATABILITY ERRORS. i.e syntax, undeclared identifiers, unexpected type declarations, etc.
Has anyone encountered this, and found a solution?
Most of the issues pertain to the .h files that are taken from matlab, is there a difference between the coding languages that needs to be overcome?
ERRORS:
Error 267 error C2059: syntax error : ')' C:\Program Files\MATLAB\R2015a\toolbox\distcomp\gpu\extern\include\gpu\mxGPUArray.h 108 1 matcaffe
Error 295 error C2061: syntax error : identifier 'mxArray' c:\program files\matlab\r2015a\extern\include\matrix.h 250 1 matcaffe
Error 409 error C2062: type 'int' unexpected c:\program files\matlab\r2015a\extern\include\matrix.h 632 1 matcaffe
Error 325 error C2065: 'pa' : undeclared identifier c:\program files\matlab\r2015a\extern\include\matrix.h 382 1 matcaffe
etc...