Skip to content
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

installation fails (windows, go 1.4) #1

Open
xiconet opened this issue Sep 29, 2015 · 1 comment
Open

installation fails (windows, go 1.4) #1

xiconet opened this issue Sep 29, 2015 · 1 comment

Comments

@xiconet
Copy link

xiconet commented Sep 29, 2015

First thing, go 1.4 says there is no -U flag for the get command
I tried with and without the -u flag with similar results (my $GOPATH = C:\temp\goodrive):

go get  -u github.com/go-libs/growl
# github.com/go-libs/growl
C:\temp\goodrive\src\github.com\go-libs\growl\linux.go:4: getCmd redeclared in this block
        previous declaration at C:\temp\goodrive\src\github.com\go-libs\growl\darwin.go:6
C:\temp\goodrive\src\github.com\go-libs\growl\linux.go:31: missing return at end of function
C:\temp\goodrive\src\github.com\go-libs\growl\windows.go:4: getCmd redeclared in this block
        previous declaration at C:\temp\goodrive\src\github.com\go-libs\growl\linux.go:4
@hut8
Copy link

hut8 commented Feb 29, 2016

This package has probably never built (at least not in many years):

http://stackoverflow.com/questions/10646531/golang-conditional-compilation/10649653#10649653

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants