-
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
compile: error: shifting a negative signed value. #17183
Comments
Use |
Did you just install xcode8? Edit cmd/dist and remove the -Werror flag wherever you find it. That'll get I've heard that there will be a 1.4.4 to fix the Sierra crash issue, but On Thu, 22 Sep 2016, 05:41 Byron Grogan [email protected] wrote:
|
You should try the go1.4.3 tag. It removed -Werror flag.
|
Could we get release-branch.go1.4 updated to go1.4.3 then? I've just been using it like I do every release branch. |
Hm, on what seems to be the latest go1.4.3, I'm not able to get this to compile with clang 8.0.0. See https://gist.github.com/jmhodges/411d8eadb01457c909d629229e6ff69a |
I think you are running into #16352. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?x
What operating system and processor architecture are you using (
go env
)?$ uname -a
Darwin Byrons-MacBook-Pro-3.local 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
$ sysctl -n machdep.cpu.brand_string
Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.11.4
BuildVersion: 15E65
What did you do?
Attempted to build Go 1.4 from source for a certain debugger tool. Following Installing Go from source guide.
$ git clone https://go.googlesource.com/go
$ cd go
$ git checkout go1.4
$ cd src
$ ./all.bash
What did you expect to see?
A successful build.
What did you see instead?
The text was updated successfully, but these errors were encountered: