Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make problem #19

Open
subetter opened this issue Sep 11, 2024 · 1 comment
Open

make problem #19

subetter opened this issue Sep 11, 2024 · 1 comment

Comments

@subetter
Copy link

Hello,when I cmake this project, it's done,but then I make it and occurs errors as bellow:
susu@ubuntu:/projects/serow-master/build$ cmake ..
-- The CXX compiler identification is GNU 9.4.0
-- 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
-- pinocchio_default FOUND. pinocchio_default at /lib/libpinocchio_default.so
-- urdfdom_world FOUND. urdfdom_world at /usr/lib/x86_64-linux-gnu/liburdfdom_world.so
-- hpp-fcl FOUND. hpp-fcl at /lib/libhpp-fcl.so
-- boost_filesystem FOUND. boost_filesystem at /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
-- boost_serialization FOUND. boost_serialization at /usr/lib/x86_64-linux-gnu/libboost_serialization.so
-- boost_system FOUND. boost_system at /usr/lib/x86_64-linux-gnu/libboost_system.so
-- Found Boost: /usr/include (found version "1.71.0") found components: filesystem serialization system
-- hpp-fcl FOUND. hpp-fcl at /lib/libhpp-fcl.so
-- Found Boost: /usr/include (found version "1.71.0") found components: chrono serialization
-- Default C++ standard: 201402
-- Minimal C++ standard upgraded to 11
-- C++ standard sufficient: Minimal required 11, currently defined: 17
-- C++ standard sufficient: Minimal required 11, currently defined: 17
-- Found nlohmann_json: /usr/lib/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.3")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/susu/projects/serow-master/build
susu@ubuntu:
/projects/serow-master/build$ make -j4
core/src/CMakeFiles/serow.dir/build.make:197: *** target pattern contains no '%'. Stop.
make[1]: *** [CMakeFiles/Makefile2:93: core/src/CMakeFiles/serow.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

@MichaelMarav
Copy link
Collaborator

Could you please provide further information regarding your system? We have installed Serow in various ubuntu versions with no problems, so we can't reproduce this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants