Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Matcaffe Compiling Issues: #173

Open
jesseahl opened this issue Sep 6, 2018 · 0 comments
Open

Matcaffe Compiling Issues: #173

jesseahl opened this issue Sep 6, 2018 · 0 comments

Comments

@jesseahl
Copy link

jesseahl commented Sep 6, 2018

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...

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

No branches or pull requests

1 participant