i've try to compile from https://bitbucket.org/osrf/gazebo/get/gazebo9_9.4.1.tar.bz2
i've install boost libray and runtime but when i try to "make" it, error at 10%. the error :
#include <boost/uuid/sha1.hpp> file not found.
in last boost version, https://www.archlinux.org/packages/extra/x86_64/boost/ (check package detail) it appears sha1 is in detail folder (usr/include/boost/uuid/detail/sha1.hpp), so i've edit the file for
#include <boost/uuid/detail/sha1.hpp>
"make" again and now compile (i wait for news)
Pinned Comments
billypilgrim commented on 2022-05-09 16:04 (UTC)
Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.