-
Notifications
You must be signed in to change notification settings - Fork 15
fatal error: span: No such file or directory #15
Comments
Looks like groovy only includes g++-mingw version 9.3.0, which doesn't include 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. |
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.
That's the only |
From my original comment:
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 |
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. EDIT2: Done, works like a charm. |
WSL2 Ubuntu 20.10 groovy
$ make -j $(nproc)
...
The text was updated successfully, but these errors were encountered: