Git Product home page Git Product logo

Comments (6)

SiminBadri avatar SiminBadri commented on June 27, 2024 1

I tried to build WDT but it failed with the error @Shuo-Jia mentioned. I solved it temporarily until it's fixed by contributors.

In line 206 from file wdt/Receiver.h, change
std::atomic<std::chrono::time_point<Clock>> startTime_;
to
std::atomic<std::chrono::time_point<Clock>> startTime_{Clock::now()};
.

I hope it helps you resolve your problem.

from wdt.

foreverneverer avatar foreverneverer commented on June 27, 2024 1

@SiminBadri Thanks a lot! and I found a rep which offer a script to resolve the verson match problem: https://github.com/JustinTimperio/warp-cli, maybe you can follow it

resolved

from wdt.

foreverneverer avatar foreverneverer commented on June 27, 2024

@ldemailly Could you help me resolve the problem? I have test it multi-time, it still failed

from wdt.

ldemailly avatar ldemailly commented on June 27, 2024

Sorry, I have not built wdt in years. Maybe put the full text out rather than a screenshot? and google the error?

I would guess though that your gcc/g++ is too old

from wdt.

foreverneverer avatar foreverneverer commented on June 27, 2024

Sorry, I have not built wdt in years. Maybe put the full text out rather than a screenshot? and google the error?

I would guess though that your gcc/g++ is too old

The gcc/g++ has been 7.5. I guess it is compatibility for master branch of wdt and folly, which the wdt only update in 2016, but the folly has been 2021, I try use the 2017 year's version of them, the error is disappeared,but appear other error.

I can't find the match version for them, so I want to know which version is matched

from wdt.

foreverneverer avatar foreverneverer commented on June 27, 2024

@SiminBadri Thanks a lot! and I found a rep which offer a script to resolve the verson match problem: https://github.com/JustinTimperio/warp-cli, maybe you can follow it

from wdt.

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.