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

type.h:43 chan.c:6 incomplete structure element: m #25

Closed
gopherbot opened this issue Nov 11, 2009 · 4 comments
Closed

type.h:43 chan.c:6 incomplete structure element: m #25

gopherbot opened this issue Nov 11, 2009 · 4 comments

Comments

@gopherbot
Copy link
Contributor

by Michaelian.Ennis:

What steps will reproduce the problem?
1.  Using OS X Snow Leopard
2. Compiling from the termnial


What is the expected output? What do you see instead?

type.h:43 chan.c:6 incomplete structure element: m
type.h:66 chan.c:6 incomplete structure element: m
warning: chan.c:1011 no return at end of function: gcd


What is your $GOOS?  $GOARCH?
GOARCH=386
GOOS=darwin

Which revision are you sync'ed to?  (hg log -l 1)

changeset:   3976:cf1b54c30bc1
tag:         tip
user:        Russ Cox <[email protected]>
date:        Tue Nov 10 20:11:16 2009 -0800
summary:     move release tag

Please provide any additional information below.
http://pastie.org/693251
@rsc
Copy link
Contributor

rsc commented Nov 11, 2009

Comment 1:

I think you have an 8c in your path somewhere else,
so that you are running that 8c instead of the one
that just got installed into $GOBIN.

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Nov 11, 2009

Comment 2:

Status changed to WaitingForReply.

@gopherbot
Copy link
Contributor Author

Comment 3 by Michaelian.Ennis:

Ack.  Inferno 8c was in my path preceding go's 8c.  Works now.

@rsc
Copy link
Contributor

rsc commented Nov 12, 2009

Comment 4:

Status changed to Retracted.

minux pushed a commit to minux/goios that referenced this issue Feb 27, 2015
Fixes golang#25

Change-Id: I91d97af1c896e378b3739f9188eae5b3b8e588ef
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants