-
Notifications
You must be signed in to change notification settings - Fork 129
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
on ubuntu, caffe.pb.h generated by an older version of protoc #8
Comments
the pb.* files are likely out of date. Make sure to merge the caffe changes in caffe_mods/ then rebuild the pb.* files. |
so, it seems it even can't compile and build on ubuntu... |
It should build on ubuntu, what errors are you getting? |
I use this software on Ubuntu exclusively. You can build it on Ubuntu. Can you be more specific about your errors? |
I mainly work on windows, sorry if i missed something.
then, I checked it in the extracted 'external', it is '4rdparty'! while in the premake4.lua, it is 3rdparty! it seems the provided 'external' is not the latest? |
You might need to be a bit careful with the caffe changes, just replacing the files might cause problems since they are probably a bit out of date (especially caffe.proto). You should instead merge the changes with the latest version in caffe. The relevant changes are mostly related to memory_data_layer. |
re: external/3rdparty/include/unistd.h:10:16: fatal error: io.h: No such file or directory I seem to have this file on my system from some other library I installed. It seems that for hdf5 you should no be using the files in the include folder. You should install these libraries using apt-get as instructed in the readme. Most of the 3rdPartyLibraries are not used on Linxus in the folder. THey are installed. |
|
any luck figuring out that error? |
not yet, I guess premake4.lua needs some update. |
Do you make this successfully? where is the MakeFile files? |
no, I haven't made it successfully. premake4 can generate makefile. |
@jonygli I almost meet the same questions you met, I don't know how to do, do you have any suggestion? |
The text was updated successfully, but these errors were encountered: