echo $PATH
export PATH=
the edited pathAfter the above issue reslolve again stuck final step...
garv@garv-Inspiron-5567:~/Desktop/robocomp/build$ sudo make install
[sudo] password for garv:
make: * No rule to make target 'install'. Stop.
@kushagra414 when I run the cmake .. command it shows like this -
garv@garv-Inspiron-5567:~/Desktop/robocomp/build$ cmake ..
-- COMPILING WITH QT5
-- Found OpenMP
-- PYTHON BINDINGS: NO
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- COMPILING WITHOUT FCL SUPPORT = 0
-- Ice version: 3.7.0
-- The following Ice libraries were not found:
-- Ice (required)
-- IceStorm (required)
-- IceUtil (optional)
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Failed to find all Ice components (missing: Ice_LIBRARY
_Ice_REQUIRED_LIBS_FOUND) (found version "3.7.0")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindIce.cmake:531 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
cmake/robocompLocal.cmake:25 (FIND_PACKAGE)
tools/rcinnerModelSimulator/src/CMakeLists.txt:40 (ROBOCOMP_INITIALIZE)
-- Configuring incomplete, errors occurred!
See also "/home/garv/Desktop/robocomp/build/CMakeFiles/CMakeOutput.log".
sudo apt-get update
sudo apt-get install git git-annex cmake make g++ libgsl-dev libopenscenegraph-dev cmake-qt-gui zeroc-ice-all-dev freeglut3-dev libboost-system-dev libboost-thread-dev qt5-default libqt5xmlpatterns5-dev libqt5opengl5-dev libxt-dev libboost-test-dev libboost-filesystem-dev libccd-dev zeroc-ice-all-runtime
sudo apt-get install python3-pip python3-setuptools python3-pyparsing=2.2.0+dfsg1-2 python3-numpy python3-libxml2 python3-xmltodict python3-zeroc-ice
sudo pip3 install networkx pyside2 argcomplete termcolor cogapp
@kushagra414 Meet with the same errors again after following the installment tutorial as well as your suggestions/commands.
garv@garv-Inspiron-5567:~/Desktop/robocomp/build$ cmake ..
-- COMPILING WITH QT5
-- Found OpenMP
-- PYTHON BINDINGS: NO
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- COMPILING WITHOUT FCL SUPPORT = 0
-- Ice version: 3.7.0
-- The following Ice libraries were not found:
-- Ice (required)
-- IceStorm (required)
-- IceUtil (optional)
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Failed to find all Ice components (missing: Ice_LIBRARY
_Ice_REQUIRED_LIBS_FOUND) (found version "3.7.0")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindIce.cmake:531 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
cmake/robocompLocal.cmake:25 (FIND_PACKAGE)
tools/rcinnerModelSimulator/src/CMakeLists.txt:40 (ROBOCOMP_INITIALIZE)
-- Configuring incomplete, errors occurred!
See also "/home/garv/Desktop/robocomp/build/CMakeFiles/CMakeOutput.log".
@kushagra414 I also use these commands
sudo apt install zeroc-ice-all-runtime
pip3 install zeroc-ice
@kushagra414 I use these two commands for Ice
sudo apt install zeroc-ice-all-runtime --This command will run perfectly
but in -- pip3 install zeroc-ice
I got this error
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-gb9z8lf1/zeroc-ice/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-lkw7ll7x-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-gb9z8lf1/zeroc-ice/
sudo apt uninstall git git-annex cmake make g++ libgsl-dev libopenscenegraph-dev cmake-qt-gui zeroc-ice-all-dev freeglut3-dev libboost-system-dev libboost-thread-dev qt5-default libqt5xmlpatterns5-dev libqt5opengl5-dev libxt-dev libboost-test-dev libboost-filesystem-dev libccd-dev zeroc-ice-all-runtime
sudo apt uninstall python3-pip python3-setuptools python3-pyparsing=2.2.0+dfsg1-2 python3-numpy python3-libxml2 python3-xmltodict python3-zeroc-ice
sudo pip3 uninstall networkx pyside2 argcomplete termcolor cogap
find a package configuration file provided by "Qt5", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5" with any of
the following names:
Qt5Config.cmake
qt5-config.cmake
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
to a directory containing one of the above files. If "Qt5" provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:34 (include)
-- COMPILING WITH QT5
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5XmlPatterns"
with any of the following names:
Qt5XmlPatternsConfig.cmake
qt5xmlpatterns-config.cmake
Add the installation prefix of "Qt5XmlPatterns" to CMAKE_PREFIX_PATH or set
"Qt5XmlPatterns_DIR" to a directory containing one of the above files. If
"Qt5XmlPatterns" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
cmake/modules/qt.cmake:47 (find_package)
CMakeLists.txt:34 (include)
-- Configuring incomplete, errors occurred!
See also "/home/guest/robocomp/build/CMakeFiles/CMakeOutput.log".
sudo apt-get install git git-annex cmake make g++ libgsl-dev libopenscenegraph-dev cmake-qt-gui zeroc-ice-all-dev freeglut3-dev libboost-system-dev libboost-thread-dev qt5-default libqt5xmlpatterns5-dev libqt5opengl5-dev libxt-dev libboost-test-dev libboost-filesystem-dev libccd-dev zeroc-ice-all-runtime