-
Notifications
You must be signed in to change notification settings - Fork 928
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 when running make-j #131
Comments
Having the same problem. Any luck? |
Also have same error.Although I have compiled master branch of caffe successfully,which runs okay..... PROTOC src/caffe/proto/caffe.proto |
Try I further got below error with compiler not able to locate opencv libraries.
Uncommenting |
To overcome protoc error, I try this: I do edit Makefile.config and uncommented USE_PKG_CONFIG := 1, still no luck. My errors:
|
now fuckoff |
In step one, in the deconv-deep-vis-toolbox branch of caffe, when running
make -j
I get this output:I did change the makefile to
CPU_ONLY := 1
Can anyone please help me understand the error message?
The text was updated successfully, but these errors were encountered: