Git Product home page Git Product logo

Comments (4)

Osborn28 avatar Osborn28 commented on August 26, 2024 2

Hi @jlblancoc ,
Thank you for your help. And I have solved my issue. In order to help others who have the same issue, I will summarize the issues I have encountered.

  1. Install gcc7.
    url (Thank you again @jlblancoc )
  2. much error log like
    'CMake Error at modules/mola-common/mola_cmake_functions.cmake:98 (target_compile_features):
    target_compile_features specified unknown feature "cxx_std_17" for target "dbow2".
    The version of CMake is old and should update. Run 'cmake --version' to check it. My version is 3.5.1, and update to 3.9.1 to slove this issue. https://cmake.org/files/v3.9/cmake-3.9.1-Linux-x86_64.tar.gz
  3. '/usr/include/gtsam/base/Vector.h:72:1: error: static assertion failed: Error: GTSAM was built against a different version of Eigen'.
    GTSAM depends on Eigen3.3., and you can check your Eigen version by to see "/usr/include/eigen3/Eigen/src/Core/util/Macros.h" or "/usr/local/include/eigen3/Eigen/src/Core/util/Macros.h". You can download Eigen 3.3. from http://eigen.tuxfamily.org/index.php?title=Main_Page.

from mola.

jlblancoc avatar jlblancoc commented on August 26, 2024

Hi @Osborn28 ,

What's your OS and OS version? What's your compiler? CMake version?

You can get all these running:

lsb_release -a
c++ --version
cmake --version

from mola.

jlblancoc avatar jlblancoc commented on August 26, 2024

PS: It seems you use a version of CMake older than those we test manually and on CircleCI, so it will be good to know what's your system to see if a fix can be published.

from mola.

jlblancoc avatar jlblancoc commented on August 26, 2024

Closing, since the problem was fixed. Hopefully Google will still redirect people here when searching for those exact errors ;-)

from mola.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.