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

go install and make returns error on OS X #63

Open
gurre opened this issue Jan 17, 2013 · 3 comments
Open

go install and make returns error on OS X #63

gurre opened this issue Jan 17, 2013 · 3 comments

Comments

@gurre
Copy link

gurre commented Jan 17, 2013

Is it possible to make i compatible with latest go-tools?

$go install github.com/Philio/GoMySQL
# github.com/Philio/GoMySQL
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/handler.go:281: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/handler.go:289: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/handler.go:311: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/handler.go:333: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/mysql.go:796: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/mysql.go:822: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/packet.go:616: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/statement.go:82: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/statement.go:657: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/statement.go:683: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/statement.go:683: too many errors
$make
Makefile:1: /usr/local/go/src/Make.inc: No such file or directory
Makefile:17: /usr/local/go/src/Make.pkg: No such file or directory
make: *** No rule to make target `/usr/local/go/src/Make.pkg'.  Stop.
@fiorix
Copy link

fiorix commented Mar 20, 2013

Same here.

1 similar comment
@liusongsen
Copy link

Same here.

@openinx
Copy link

openinx commented Dec 29, 2013

same here.

go install github.com/Philio/GoMySQL

github.com/Philio/GoMySQL

software/vitess/src/github.com/Philio/GoMySQL/handler.go:281: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/handler.go:289: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/handler.go:311: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/handler.go:333: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/mysql.go:796: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/mysql.go:822: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/packet.go:616: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/statement.go:82: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/statement.go:657: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/statement.go:683: err is shadowed during return
software/vitess/src/github.com/Philio/GoMySQL/statement.go:683: too many errors

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

4 participants