-
Notifications
You must be signed in to change notification settings - Fork 138
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
Compiling errors #6
Comments
I use the last version of cudnn. I also can't build the author's caffe version. Why don't rewrite the code of author? And if you could run your code, could you please send it to me? |
@Hukangrong it took me a while to make it work, I didn't make any changes to the code. The OpenCV version that worked for me is 2.4.13 and boost is 1.54. I had to build everything from source, it was a pain. This is an old version of caffe, I don't think it even has support to cudnn. |
@dougsouza Thank you. Do you also have the error? If have, could you please tell me how to deal with it? |
@Hukangrong, I didn't have these issues. It seems that cuda stuff is missing, do you have cuda toolkit installed? In addition to have cuda toolkit installed, you also have to make sure cuda stuff is available in your path. |
@dougsouza Thanks, but I could compile the office caffe package successfully. |
Hi all, Above this error there are many other similar errors, all about "undefined reference to `boost::iostreams::mapped_file_source::". Any help is greatly appreciated. Thanks. |
@MihaiDogariu you don't need to do "make runtest" successfully. just ignore the error of "make runtest". and you also can run the authors' program. |
@Hukangrong Forgot to mention that those errors occurred when I ran only the "make" command from the /caffe/build directory. I didn't get to the part with "make runtest". |
@MihaiDogariu maybe you do something worry before run "Make". when i compiled the caffe, this error only happened in "Make runtest" step. |
@MihaiDogariu this caffe also couldn't be complied by cmake in my marchine. So you can just do "Make all", "Make test" and "Make runtest" in caffe directory. |
Hi @Hukangrong. Thank you for the info. I have tried now with "make" command, and after solving the issues related to the hdf5 header I was able to build the author's caffe version. |
Hi @piiswrong,
I am having trouble to compile your caffe version. It seems that there some incompatibility with other libraries that it links to. Would please inform which version of the libraries you used? Like boost and opencv versions.
Thanks,
Doug
The text was updated successfully, but these errors were encountered: