Closed juehv closed 5 years ago
As a side note: I used the dev branch...
I also had this problem. After uninstalling golang v1.10.3 and installing v1.9.7 everything works.
Interesting... But when I compile by hand, it works just fine !
Can you check your GOROOT in $HOME/.bash_profile ? Maybe you should change to empty
I can try, but I think that's a task for the setup script to make sure the environment is right set up...
I am having v1.9.7 of go but I still have same problem.
`$HOME/golang/go/src/github.com/grpc-ecosystem/grpc-gateway/runtime/mwbbuf.go:162:19: getg().m.p.ptr().wbBuf undefined (type *p has no field or method wbBuf)
$HOME/golang/go/src/github.com/grpc-ecosystem/grpc-gateway/runtime/mwbbuf.go:172:20: getg().m.p.ptr().wbBuf undefined (type *p has no field or method wbBuf)
$HOME/golang/go/src/github.com/grpc-ecosystem/grpc-gateway/runtime/mwbbuf.go:196:38: p.wbBuf undefined (type *p has no field or method wbBuf)
$HOME/golang/go/src/github.com/grpc-ecosystem/grpc-gateway/runtime/mwbbuf.go:197:11: p.wbBuf undefined (type *p has no field or method wbBuf)
$HOME/golang/go/src/github.com/grpc-ecosystem/grpc-gateway/runtime/mwbbuf.go:197:47: invalid expression unsafe.Sizeof(p.wbBuf.buf[0])
$HOME/golang/go/src/github.com/grpc-ecosystem/grpc-gateway/runtime/mwbbuf.go:198:13: p.wbBuf undefined (type *p has no field or method wbBuf)
$HOME/golang/go/src/github.com/grpc-ecosystem/grpc-gateway/runtime/mwbbuf.go:201:5: p.wbBuf undefined (type *p has no field or method wbBuf)
$HOME/golang/go/src/github.com/grpc-ecosystem/grpc-gateway/runtime/mwbbuf.go:254:5: gcw.putBatch undefined (type *gcWork has no field or method putBatch)`
Please somebody tell me how to fix it.
I'm guessing this has been resolved since then in 0.7.0-dev, but please open a new issue for any related errors with the current dev branch.
Started interactive setup with g4-go, not explorer, not edison, not head and decide to compile from source. Setup fails with following error: