-
Notifications
You must be signed in to change notification settings - Fork 658
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
make install fails on Mac OS X 10.66 #30
Comments
This should help |
make install is outputting errors...different errors so we're getting somewhere. make install |
Same problem as here: https://github.com/nsf/gocode/issues#issue/29 |
I am using 6g for a compiler. Typing 6g -V gives me... 6g version release.2011-03-07 7666 |
The latest version is:
Use it, it works. It's a weekly release, you need to do: |
I couldn't figure out how to get update to work so I just removed the go directory and cloned a new copy using -weekly instead of -release The exact command: Conclusion: I needed the latest copy of the Go compiler. Also, nsf is remarkably helpful. Thank you. |
When running make install, I am getting
make install
6g -o go.6 gocode.go autocompletefile.go package.go autocompletecontext.go server.go rpc.go decl.go apropos.go scope.go ripper.go config.go declcache.go os_posix.go
config.go:4: import /Users/Jacob/gocode/configfile.a: object is [darwin amd64 release.r56 7666] expected [darwin amd64 release.2011-03-07 7666]
make: *** [go.6] Error 1
I updated the go compiler to the latest version as well as the gocode source.
I am not so keen on make files. Can someone help me out?
The text was updated successfully, but these errors were encountered: