-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
go get (on Windows) - executable file not found in $PATH #4465
Labels
Milestone
Comments
Comment 2 by vincent@callanan.ie: From either git, msys or normal cmd shell (in Windows 7)... go get github.com/banthar/Go-SDL/sdl Output... # pkg-config --cflags sdl exec: "pkg-config": executable file not found in %PATH% Apologies in advance if I have missed something obvious. It's just that git repositories are so common with Go. And this problem has been mentioned before in groups as a Windows-specific issue. I'm wondering if it is possible to make "go get" (and possibly other cmds) more uniform across OSes, e.g. by leveraging the MinGW MSys shell in Windows. But, on the whole, I am very impressed with my Golang/Windows experience thus far. |
Comment 3 by vincent@callanan.ie: I just happened to notice that the respository was in fact successfully retrieved in spite of the above error message. Is it possible that this error message is spurious or just related to the specific package. If so, apologies for taking your time on this. |
Comment 5 by vincent@callanan.ie: Ah yes, all is clear now. I had Go "packages" on the brain and assumed that pkg-config was an internal Go utility. Many thanks for help |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by vincent@callanan.ie:
The text was updated successfully, but these errors were encountered: