osrf / rvizweb

RVizWeb: RViz on the browser
285 stars 59 forks source link

" ws/build/rvizweb/www/build/www no such file or directory" when catkin_make install #55

Open HowieHepburn opened 2 months ago

HowieHepburn commented 2 months ago

~/workspaces/test_ws$ catkin_make install Base path: /home/r1436/workspaces/test_ws Source space: /home/r1436/workspaces/test_ws/src Build space: /home/r1436/workspaces/test_ws/build Devel space: /home/r1436/workspaces/test_ws/devel Install space: /home/r1436/workspaces/test_ws/install

Running command: "cmake /home/r1436/workspaces/test_ws/src -DCATKIN_DEVEL_PREFIX=/home/r1436/workspaces/test_ws/devel -DCMAKE_INSTALL_PREFIX=/home/r1436/workspaces/test_ws/install -G Unix Makefiles" in "/home/r1436/workspaces/test_ws/build"

-- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Using CATKIN_DEVEL_PREFIX: /home/r1436/workspaces/test_ws/devel -- Using CMAKE_PREFIX_PATH: /opt/ros/noetic -- This workspace overlays: /opt/ros/noetic -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3") -- Using PYTHON_EXECUTABLE: /usr/bin/python3 -- Using Debian Python package layout -- Found PY_em: /usr/lib/python3/dist-packages/em.py
-- Using empy: /usr/lib/python3/dist-packages/em.py -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/r1436/workspaces/test_ws/build/test_results -- Forcing gtest/gmock from source, though one was otherwise available. -- Found gtest sources under '/usr/src/googletest': gtests will be built -- Found gmock sources under '/usr/src/googletest': gmock will be built -- Found PythonInterp: /usr/bin/python3 (found version "3.8.10") -- Found Threads: TRUE
-- Using Python nosetests: /usr/bin/nosetests3 -- catkin 0.8.10 -- BUILD_SHARED_LIBS is on -- BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~ -- ~~ traversing 1 packages in topological order: -- ~~ - rvizweb -- ~~~~~~~~~~~~~ -- +++ processing catkin package: 'rvizweb' -- ==> add_subdirectory(rvizweb) -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy -- Configuring done -- Generating done -- Build files have been written to: /home/r1436/workspaces/test_ws/build

Running command: "make install -j16 -l16" in "/home/r1436/workspaces/test_ws/build"

Install the project... -- Install configuration: "" -- Installing: /home/r1436/workspaces/test_ws/install/_setup_util.py -- Installing: /home/r1436/workspaces/test_ws/install/env.sh -- Installing: /home/r1436/workspaces/test_ws/install/setup.bash -- Installing: /home/r1436/workspaces/test_ws/install/local_setup.bash -- Installing: /home/r1436/workspaces/test_ws/install/setup.sh -- Installing: /home/r1436/workspaces/test_ws/install/local_setup.sh -- Installing: /home/r1436/workspaces/test_ws/install/setup.zsh -- Installing: /home/r1436/workspaces/test_ws/install/local_setup.zsh -- Installing: /home/r1436/workspaces/test_ws/install/.rosinstall -- Installing: /home/r1436/workspaces/test_ws/install/lib/pkgconfig/rvizweb.pc -- Installing: /home/r1436/workspaces/test_ws/install/share/rvizweb/cmake/rvizwebConfig.cmake -- Installing: /home/r1436/workspaces/test_ws/install/share/rvizweb/cmake/rvizwebConfig-version.cmake -- Up-to-date: /home/r1436/workspaces/test_ws/install/share/rvizweb/package.xml -- Up-to-date: /home/r1436/workspaces/test_ws/install/share/rvizweb/launch -- Up-to-date: /home/r1436/workspaces/test_ws/install/share/rvizweb/launch/rvizweb.launch CMake Error at rvizweb/cmake_install.cmake:56 (file): file INSTALL cannot find "/home/r1436/workspaces/test_ws/build/rvizweb/www/build/www": No such file or directory. Call Stack (most recent call first): cmake_install.cmake:134 (include)

make: *** [Makefile:86:install] error 1 Invoking "make install -j16 -l16" failed