-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile using gcc-go #360
Comments
Its a weird error you are getting, what version of gcc-go are you using? Does building with normal go on the same system work? |
go version go1.14.4 gccgo (GCC) 10.2.0 linux/amd64
yes |
What if you update to the latest version of go gcc |
Arch Linux currently has gcc 10.2.0 in repos, I will compile 10.3.0 from source and report back. |
Getting exactly same error, go version it reports |
Last version I can build is 6.4.10, with 6.4.11 peerdiscovery bumped from 1.4.1 to 1.5.0 |
Now I tried using go get command from peerdiscovery readme
So I guess issue should be opened there? |
Sure, I'm really not sure what's going on here. I don't use gcc-go, so will have to wait for someone who does. |
apparently fixed in gcc 13 schollz/peerdiscovery#22 (comment) |
Now on gcc 13 getting error in different package |
Stale issue message |
With gccgo lagging behind and missing language features (such as generics) I don't think it makes sense to keep this issue open. |
Describe the bug
Application gets error when trying to compile using gcc-go on Arch Linux.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Application should build as it does when using regular go.
Version
croc version v8.6.12-c373b38
Additional context
The text was updated successfully, but these errors were encountered: