Advertisement
rajhlinux

Untitled

Sep 25th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. [ 82%] Building CXX object src/caffe/CMakeFiles/caffe.dir/util/upgrade_proto.cpp.o
  2.  
  3. /home/user/caffe/src/caffe/util/io.cpp:57:57: error: too many arguments to function call, expected single argument 'total_bytes_limit', have 2 arguments
  4. coded_input->SetTotalBytesLimit(kProtoReadBytesLimit, 536870912);
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
  6. /usr/local/include/google/protobuf/io/coded_stream.h:407:8: note: 'SetTotalBytesLimit' declared here
  7. void SetTotalBytesLimit(int total_bytes_limit);
  8. ^
  9. 1 error generated.
  10. --- src/caffe/CMakeFiles/caffe.dir/util/io.cpp.o ---
  11. *** [src/caffe/CMakeFiles/caffe.dir/util/io.cpp.o] Error code 1
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement