roboticslab-uc3m / installation-guides

Centralized administration of dependency installation guides.
https://robots.uc3m.es/installation-guides/
70 stars 35 forks source link

[openrave] rapidjson not declared when installing on Bionic #77

Closed RaulFdzbis closed 4 years ago

RaulFdzbis commented 4 years ago

Getting the same error as the one stated in the issue https://github.com/rdiankov/openrave/issues/707 when installing Openrave on Bionic.

Solved it by installing rapidjson:

sudo apt install rapidjson-dev

Should we add this line to the installation guide for Bionic?

RaulFdzbis commented 4 years ago

Possible duplicate of https://github.com/roboticslab-uc3m/installation-guides/issues/65, starting with comments on rapidjson at https://github.com/roboticslab-uc3m/installation-guides/issues/65#issuecomment-544455403.

jgvictores commented 4 years ago

Added at https://github.com/roboticslab-uc3m/installation-guides/commit/8acedc6fe5148450380d55c07e0e32b59047ce41. Closing as duplicate of https://github.com/roboticslab-uc3m/installation-guides/issues/65.

PeterBowman commented 4 years ago

Please note current OpenRAVE master branch requires a manual installation of RapidJSON from sources: https://github.com/roboticslab-uc3m/installation-guides/commit/1e61468273a298dec65a2d095024e07cc40bbd29 (https://github.com/roboticslab-uc3m/installation-guides/issues/65#issuecomment-689666111).