-
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
protoc: No such file or directory when running make all on MAC #617
Comments
What does On Fri, Jul 4, 2014 at 10:19 AM, Coldmooon notifications@github.com wrote:
|
Thank you, shelhamer. Inspired by you , I check the directory where protobuf installed and found protoc there. It was just because brew didn't make symbolic link of protoc. Then I typed But, unfortunately, I've got a new error:
I've found
Should I continue to brew link openblas ?? |
Now, I have a new error about cv:imread.
Before installing caffe, I've installed opencv from source code and have been using opencv correctly in some projects. So , I didn't reinstall opencv using brew when installing caffe. Is this the main reason I got the error? If so , how can I uninstall opencv which is compiled from source code by myself? My opencv's configuration is:
|
@Coldmooon Undefined symbols for architecture x86_64: Were you able to fix it? |
@Coldmooon glad you figured out the BLAS issue -- thanks for documenting your configuration here. Your OpenCV error is because your original install of OpenCV is almost certainly not built with libstdc++ instead of libc++. Refer to the installation guide for more details. |
@shelhamer I am getting the same error as @Coldmooon despite that I brew installed OpenCV (2.4.10) with the modified formula to build with Here is a part of the error message:
|
@kerkilchoi, if you are sure you built opencv with |
I've got the similar problem. I followed the installation instruction, which says that "CUDA 7 is strongly suggested. Older CUDA require libstdc++ while clang++ is the default compiler and libc++ the default standard library on OS X 10.9+. ". So I installed cuda7, by updating from cuda6.5. Then install opencv via
I've searched for solution, someone says that |
I'm encountering error Undefined symbols for architecture x86_64: Though all packets were installed with brew $ brew list: |
In response to the error
I found simply running
fixed it for me. |
xcode-select --install did solve the error 'cblas.h' file not found for me |
I followed the instructions to install caffe on mac. But I have got the error while running
make all
. The error message is :Then I cd the directory ,
src/caffe/proto/caffe
, checking if there is caffe.proto. There is.I've installed prerequisites. Here is my brew list:
Can anyone help me solve this ? Many thanks ~~
The text was updated successfully, but these errors were encountered: