You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. hg clone -r release https://go.googlecode.com/hg/ $GOROOT
2. cd $GOROOT/src
3. ./all.bash
What is the expected output? What do you see instead?
I expected:
--- cd ../test
N known bugs; 0 unexpected bugs
Instead:
/home/flee/go/src/cmd/cc/cc.h:55:1: warning: "BUFSIZ" redefined
/usr/include/stdio.h:108:1: warning: this is the location of the previous
definition
/home/flee/go/src/cmd/cc/cc.h:573: error: conflicting types for ‘_IO_getc’
/usr/include/libio.h:458: error: previous declaration of ‘_IO_getc’ was here
make: *** [y.tab.o] Error 1
What is your $GOOS? $GOARCH?
GOOS=linux
GOARCH=386
Which revision are you sync'ed to? (hg log -l 1)
changeset: 3975:b51fd2d6c160
tag: tip
user: Kevin Ballard <[email protected]>
date: Tue Nov 10 20:05:24 2009 -0800
summary: Implement new emacs command M-x gofmt
Please provide any additional information below.
I have attached the complete output as well.
Thanks.
by asterisk.krd:
Attachments:
The text was updated successfully, but these errors were encountered: