tesseract-robotics / tesseract_qt

Tesseract Qt Widgets and Applications
GNU Lesser General Public License v3.0
11 stars 11 forks source link

Catkin build Issue. Could NOT find Graphviz #91

Closed lawrenceglewis closed 10 months ago

lawrenceglewis commented 10 months ago

I'm currently using ubuntu focal 20.04. I have graphiz installed: graphviz/focal,now 2.42.2-3build2 amd64 [installed]

I am still getting this error after running catkin build:

CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  Could NOT find Graphviz (missing: graphviz_cdt_FOUND graphviz_cgraph_FOUND
  graphviz_gvc_FOUND graphviz_gvpr_FOUND graphviz_lab_gamut_FOUND
  graphviz_pathplan_FOUND graphviz_xdot_FOUND)
Call Stack (most recent call first):
  /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindGraphviz.cmake:50 (find_package_handle_standard_args)
  common/CMakeLists.txt:4 (find_package)
Levi-Armstrong commented 10 months ago

sudo apt install libgraphviz-dev