-
@YANGGANG1971 aked the following in vvv-school/vvv18#62: Brief descriptionWhen trying to set up the ICUBcontrib, the reminder said that I need to change Accompanying materialI cannot change the Also, while setting up the new environment, ICUBcontrib_DIR, CMAKE_PREFIX_PATH, YARP_DATA_DIRS cannot be found in the setting panel as follows. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
@YANGGANG1971 honestly it's very unclear what your problem is about. Try to better describe the context. |
Beta Was this translation helpful? Give feedback.
-
The main problem is that I cannot set up
Configure your environmentIf you installed
While configuring the environment, I cannot find the following variables ( Maybe, because I cannot set up the configuration correctly. I must type $ sudo yarpview .... |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I made a recording video to show the installation error as follows. |
Beta Was this translation helpful? Give feedback.
-
I might have missed the point of the video and I'm not sure about what kind of message you meant to convey. Maybe you're not familiar with the use of $ export ICUBcontrib_DIR=/home/icub/robot-code/iCubContrib
$ mkdir -p ${ICUBcontrib_DIR}
$ cd /home/icub/robot-code/icub-contrib-common
$ mkdir -p build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=${ICUBcontrib_DIR} ../
$ make install |
Beta Was this translation helpful? Give feedback.
-
Great! It works! |
Beta Was this translation helpful? Give feedback.
Hi @YANGGANG1971
I might have missed the point of the video and I'm not sure about what kind of message you meant to convey. Maybe you're not familiar with the use of
ccmake
, so why don't you try the following instead?