ruiaylin / goprotobuf

Automatically exported from code.google.com/p/goprotobuf
Other
0 stars 0 forks source link

Cannot build with r59 #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After using gofix, there are still errors:

cd proto && gomake install
make[1]: Entering directory 
`/home/james/go/go/src/pkg/goprotobuf.googlecode.com/hg/proto'
8g  -o _go_.8 encode.go decode.go extensions.go lib.go message_set.go 
properties.go text.go text_parser.go 
properties.go:246: cannot use 1 (type uintptr) as type int in assignment
properties.go:247: cannot use 1 (type uintptr) as type int in assignment
properties.go:251: cannot use 4 (type uintptr) as type int in assignment
properties.go:252: cannot use 4 (type uintptr) as type int in assignment
properties.go:256: cannot use 4 (type uintptr) as type int in assignment
properties.go:257: cannot use 8 (type uintptr) as type int in assignment
properties.go:261: cannot use 4 (type uintptr) as type int in assignment
properties.go:262: cannot use 4 (type uintptr) as type int in assignment
properties.go:266: cannot use 4 (type uintptr) as type int in assignment
properties.go:267: cannot use 8 (type uintptr) as type int in assignment
properties.go:267: too many errors

Original issue reported on code.google.com by jameshua...@gmail.com on 3 Aug 2011 at 11:27

GoogleCodeExporter commented 9 years ago
I don't believe your installation is correct. It works fine with me and this 
problem has shown up before with version skew in clients.
Make sure you're at the release tag for goprotobuf.

Original comment by r@golang.org on 4 Aug 2011 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by dsymo...@golang.org on 5 Aug 2011 at 6:46