caffe icon indicating copy to clipboard operation
caffe copied to clipboard

While cmake .. , it can't find the matlab's mex and mextxt then I change the FindMatlab.cmake

Open YutRetr0 opened this issue 8 years ago • 0 comments

Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help. Do not post such requests to Issues. Doing so interferes with the development of Caffe.

Please read the guidelines for contributing before submitting this issue.

Issue summary

CMake Warning at cmake/Utils.cmake:357 (message): Logic error. Need to update cmake script Call Stack (most recent call first): matlab/CMakeLists.txt:38 (caffe_parse_linker_libs)

CMake Warning at cmake/Utils.cmake:357 (message): Logic error. Need to update cmake script Call Stack (most recent call first): matlab/CMakeLists.txt:38 (caffe_parse_linker_libs)

Steps to reproduce

If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.

Your system configuration

Operating system: Ubuntu Compiler: g++ 5.4.0 and gcc 5.4.0 CUDA version (if applicable): 8.0 CUDNN version (if applicable): 5.0 BLAS: default Python or MATLAB version (for pycaffe and matcaffe respectively): matlab2014a

YutRetr0 avatar Aug 16 '17 17:08 YutRetr0