-
Hi, Initially, I tried to install ViSP from binaries on Ubuntu, but I encountered the following error:
Then i built VISP on Ubuntu 20.04 from the source code, following these instructions. However, I encountered an error as following when running Does anyone have an idea what the problem might be?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, This seems related to the YARP module, that is located in your Otherwise, it is possible that the ViSP cmake recipe should be modified to take into account newer YARP versions. Sam |
Beta Was this translation helpful? Give feedback.
Hi,
This seems related to the YARP module, that is located in your
/usr/local/src/robot/robotology-superbuild/build/install/lib/cmake/YARP/
folder. If you do not actually need YARP, you could rerun cmake withcmake .. -DUSE_YARP=OFF
Otherwise, it is possible that the ViSP cmake recipe should be modified to take into account newer YARP versions.
Sam