-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in make mattest #5447
Comments
Please ask installation questions on the mailing list. (Thanks for including the crash message and versions.) I believe matlab began bundling its own, incompatible version of protobuf and other dependencies. Check your environment to ensure you're only making use of system dependencies. From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:
|
See this: vlfeat/matconvnet#937 |
Missing symbol 'ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev' required by same problem can not pass. Opencv 3.0. Matlab 2017. |
@sidgan did you figure it out? thanks |
same problem encountered. Any solutions so far? |
Well its because matlab wrapper of caffe aka matcaffe is not supported on the latest versions of Matlab. export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 Note: matcaffe supports Opencv 2.4.9 , so better use it as well. |
I solved also with @zhenni 's comment, but had some other problems later on. There is a fork from MarrRevisited that did not have any further problems. |
@zhenni This command is also worked for me. Thanks. |
@zhenni I tried doing that, but I still get the above errors. I have all the same libs as you and same matlab version |
@zhenni Your solution really works! Thank you! |
@zhenni ,hi. |
@zhenni ,hi. |
@gmt710 If you can make the lib, but when you run the matlab it occurs: |
@zhenni .
I can solve this problem temporarily by running the command directly in terminal.So when I run the matlab,the error also occurs.
Thanks!!!zhenni. |
@zhenni
It worked fine again! |
Issue summary
I'm trying to compile the matlab wrapper of caffe. I've run 'make matcaffe' and it successfully compiles. Then when I run 'make mattest', I get the following errors:
Steps to reproduce
Your system configuration
Operating system: Ubuntu 14.04
Compiler: 5.4.0
CUDA version (if applicable): 7.5
CUDNN version (if applicable): 7.5
BLAS: Installed
Python or MATLAB version (for pycaffe and matcaffe respectively): MATLAB/matcaffe
The text was updated successfully, but these errors were encountered: