Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upcmake caffe cuda build error #6470
Comments
This comment has been minimized.
This comment has been minimized.
I fixed this by doing what they actually tell me in the error message which i did not see before
any clues? |
This comment has been minimized.
This comment has been minimized.
homersimpson666666
commented
Jul 20, 2018
hi, i'm having similar problems w protobuf and opencv. i'm using ubuntu. i had been following instructions here https://yangcha.github.io/Caffe-Conda/ which told me to install opencv w conda. however i also read something on the net about the 'make all' instruction preferring to look in base libraries (ie those in /usr/lib/...) instead of conda installations. seems like your makefile is configured to look at conda libraaries...i'd suggest uninstalling the conda version and making sure they are installed w sudo apt-get install opencv etc - sorry i don't have the exact package names at the moment..but i'll let you know if i get any further! seems like anything vaguely related to protobuf /opencv needs to have only ONE instance on your machine - that is, if you have a pip or brew or conda installation, make will fail for caffe...i'd check for duplicates |
This comment has been minimized.
This comment has been minimized.
rambozzz
commented
Jan 22, 2019
Hi, did you manage to solve this issue then? I'm having the same problems |
mineo210 commentedJul 17, 2018
Whenever i write "make all" it throws me this error:
Tried solutions
I tried chaning CUDA_USE_STATIC_CUDA_RUNTIME to OFF in the ccmake gui but it always turns back to ON.
System configuration