Giter VIP home page Giter VIP logo

Comments (4)

mgbowen avatar mgbowen commented on July 24, 2024

Looks like groovy only includes g++-mingw version 9.3.0, which doesn't include std::span support. The minimum supported version for that is 10

I'm not terribly familiar with Ubuntu, so I'm not sure if there's a better way to get the latest version. I can try investigating some time later this week/weekend.

from windows-fido-bridge.

rwjack avatar rwjack commented on July 24, 2024

Solid research skills.

It's very likely that I've found the same link you did even before opening the issue -> upgraded from 20.04 (g++9.3.0) to 20.10 (g++10.3.0) -> still the same problem.

$ g++ --version

g++ (Ubuntu 10.3.0-1ubuntu1~20.10) 10.3.0

That's the only g++ installed besides g++9 and g++10 which are probably aliases for different versions, unless you're referring to another compiler. I'm not really experienced with this.

from windows-fido-bridge.

mgbowen avatar mgbowen commented on July 24, 2024

From my original comment:

Looks like groovy only includes g++-mingw version 9.3.0

I'm explicitly referring to g++-mingw-w64, which is version 9.3.0 in groovy. Presumably you need to upgrade to 21.04 to get std::span support.

from windows-fido-bridge.

rwjack avatar rwjack commented on July 24, 2024
$ g++-mingw-w64
g++-mingw-w64: command not found

Is there a way I can invoke it to check the version? What package should I be looking for so I could upgrade it?

EDIT: Whoops, didn't see you linked to it.
Updating to 21.10, will check if it compiles then.

EDIT2: Done, works like a charm.
Quick help for anyone upgrading WSL to 21.04
microsoft/WSL#6942 (comment)

from windows-fido-bridge.

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.