Skip to content

fails to build #40

@fulcanelly

Description

@fulcanelly

when I tried to build or install dependencies I got this

root@debian-02 ~/d/TyphoonLimbo# go build
config.go:5:2: cannot find package "github.com/TyphoonMC/TyphoonCore" in any of:
	/usr/lib/go-1.11/src/github.com/TyphoonMC/TyphoonCore (from $GOROOT)
	/root/go/src/github.com/TyphoonMC/TyphoonCore (from $GOPATH)
config.go:6:2: cannot find package "github.com/TyphoonMC/go.uuid" in any of:
	/usr/lib/go-1.11/src/github.com/TyphoonMC/go.uuid (from $GOROOT)
	/root/go/src/github.com/TyphoonMC/go.uuid (from $GOPATH)
root@debian-02 ~/d/TyphoonLimbo# go get "github.com/TyphoonMC/TyphoonCore" 
# github.com/TyphoonMC/TyphoonCore
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:778:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:797:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:808:30: invalid operation: 1 << int(bitsPerBlock) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:852:29: invalid operation: value << startOffset (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:855:27: invalid operation: value >> (64 - startOffset) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:919:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:933:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:939:30: invalid operation: 1 << int(bitsPerBlock) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:984:29: invalid operation: value << startOffset (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:987:27: invalid operation: value >> (64 - startOffset) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:987:27: too many errors
root@debian-02 ~/d/TyphoonLimbo# 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions