Closed 104H closed 1 year ago
can you try the latest version: https://github.com/frankaemika/libfranka/releases/tag/0.12.1
Hi Thanks for your response
0.12.1
, fr3-develop
both give the following error:
-- The CXX compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Eigen3: /usr/include/eigen3
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
CMake Deprecation Warning at common/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Configuring done
CMake Error in common/CMakeLists.txt:
Target "libfranka-common" INTERFACE_INCLUDE_DIRECTORIES property contains
path:
"/home/parallels/libfranka/common/include"
which is prefixed in the source directory.
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
Can you do git submodule update —init
Thanks. It works now.
Following the build instructions for tag 0.11.0 fail as such
The following commands are run:
as provided here
The output is:
Please advise.