/usr/include/gazebo-9/gazebo/msgs/rest_logout.pb.h:17:2: error: #error This file was generated by an older version of protoc which is
#error This file was generated by an older version of protoc which is
protobuf 版本问题,你要知道你用的版本
cat /usr/include/gazebo-9/gazebo/msgs/rest_logout.pb.h 查看用的版本是什么再去重新编译一下
下载对应版本的protobuf Releases · protocolbuffers/protobuf · GitHub
./autogen.shmakemake checksudo make installINCLUDE_DIRECTORIES(/my_path/include/)LINK_DIRECTORIES(/my_path/lib/)target_link_libraries( ${catkin_LIBRARIES} protobuf)