You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can build libzmq and jsoncpp package.But when trying to building rhoban/rhio it always report an error that could not find RhIOClient pkg.
Could not find a package configuration file provided by "RhIOClient" with
any of the following names:
RhIOClientConfig.cmake
rhioclient-config.cmake
Add the installation prefix of "RhIOClient" to CMAKE_PREFIX_PATH or set
"RhIOClient_DIR" to a directory containing one of the above files. If
"RhIOClient" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:6 (find_package)
-- Could NOT find RhIOClient (missing: RhIOClient_DIR)
-- Could not find the required component 'RhIOClient'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
How can I do to fix the problem?
The text was updated successfully, but these errors were encountered:
Hey,
Can you explain more specifically what is your build environment?
my system is ubuntu18.04. And i had installed cmake and git,but my php-cli version is php7.2-cli.
em....I don't know what detail about my system should i describe.
I can build libzmq and jsoncpp package.But when trying to building rhoban/rhio it always report an error that could not find RhIOClient pkg.
How can I do to fix the problem?
The text was updated successfully, but these errors were encountered: