installation-guides
installation-guides copied to clipboard
[openrave] GCC build fails due to not finding mpfr.h
Filed issue upstream, https://github.com/rdiankov/openrave/issues/543
MPFR is a hard dep to fparser, which is in turn a hard dep to OpenRAVE. If not found, OR tries to compile it from the sources located in the extern/
directory. If found, you probably already have MPFR. I guess we need to add sudo apt install libmpfr-dev
in the install guide.
~~Or instead, in line with https://github.com/rdiankov/openrave/issues/543#issuecomment-358862523, disable it similar to install-openrave.md (ATTOW)'s cmake .. -DOPT_VIDEORECORDING=OFF # Avoids AV errors
?~~
Edited my previous comment, maybe https://github.com/rdiankov/openrave/issues/543#issuecomment-358862523 missed the hard-dep chain you mentioned. Then, yes.