-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
"version of go" misinterpreted by configure script? #202
Comments
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details. |
ThomasAdam
added a commit
that referenced
this issue
Sep 4, 2020
When checking the version of golang, test the major part of the string (1.XX.yy), and fix up the error message to not mislead the minimum version. Fixes #202
Hi @MasterP-theGu, Please take a look at the linked PR. Does this help? Kindly, |
ThomasAdam
added a commit
that referenced
this issue
Sep 4, 2020
When checking the version of golang, test the major part of the string (1.XX.yy), and fix up the error message to not mislead the minimum version. Fixes #202
ThomasAdam
added a commit
that referenced
this issue
Sep 5, 2020
When checking the version of golang, test the major part of the string (1.XX.yy), and fix up the error message to not mislead the minimum version. Fixes #202
Hi @ThomasAdam , yes, all's fine now :D Cheers! Best, |
Thanks. Will merge. |
ThomasAdam
added a commit
that referenced
this issue
Sep 6, 2020
When checking the version of golang, test the major part of the string (1.XX.yy), and fix up the error message to not mislead the minimum version. Fixes #202
mikeandmore
pushed a commit
to mikeandmore/fvwm3
that referenced
this issue
Nov 28, 2020
When checking the version of golang, test the major part of the string (1.XX.yy), and fix up the error message to not mislead the minimum version. Fixes fvwmorg#202
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
sorry I haven't had a lot of time recently to keep my fvwm3 up to date and build all versions. I've just built
Version: 1.0.0 (1.0.0-4-gbe72081a)
with
--enable-golang
option to get fvwm3-prompt working from within the fvwm3 build itself rather than from building it on its own and manually adding it. I haven't had any problem with the new prompt, so my go install seems to suffice for it. the configure output, however, says:With Golang support? no: version of go (go1.15.1 linux/arm) <= 1.4.x
I find it strange as 1.15.1 looks to me as if it was > than 1.4.x, so either the message or the maths are confusing?
Installed go package is:
The text was updated successfully, but these errors were encountered: