Git Product home page Git Product logo

Comments (6)

wangquandashabi avatar wangquandashabi commented on September 26, 2024

the code ""Boost_VERSION_STRING" "VERSION_GREATER_EQUAL" "1.75"" is on Cmakelist.txt between line 29-31

from artery.

riebl avatar riebl commented on September 26, 2024

Which version of CMake are you using?

from artery.

wangquandashabi avatar wangquandashabi commented on September 26, 2024

The cmake version I am using is 3.5.1,is there something matter with it?

from artery.

riebl avatar riebl commented on September 26, 2024

It turns out that "VERSION_GREATER_EQUAL" was introduced with CMake 3.7, so please update your CMake version. I will update the minimum required version in Artery's CMakeLists.txt accordingly.

By the way, CMake 3.5 is extremely old. Even Debian Buster (oldoldstable today) ships with CMake 3.13.

from artery.

wangquandashabi avatar wangquandashabi commented on September 26, 2024

thanks for your answer!but after the step"$cmake .."completed successfully,an error occured on the next step
"$cmake --build . ".
It is reported that:
"/home/wangquan/artery/extern/vanetza/vanetza/access/g5_link_layer.cpp:32:45: error:
default initialization of an object of const type 'const
ieee802::dot11::QosControl' without a user-provided default constructor
static const ieee802::dot11::QosControl default_qos_control;
^
{}
1 error generated.
"
how can I deal with it? the current Cmake version has updated to 3.29.2
you can also know about the error report by view the picture.
e9847b941c72efb0c999899c3a5dafe

from artery.

riebl avatar riebl commented on September 26, 2024

Are you using an ancient Linux distribution? Looks like your C++ compiler is also not up-to-date, I suspect something like GCC 4.8 which has only incomplete C++11 support.

from artery.

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.