-
Notifications
You must be signed in to change notification settings - Fork 35
Error while building from Source. #9
Copy link
Copy link
Open
Description
Hi Everyone.
I tried to build hive from source but it generates the following error:
$ make
go get .
# github.com/araddon/gou
../../araddon/gou/testutil.go:26:6: error: expected operand
for range timer.C {
^
../../araddon/gou/testutil.go:26:6: error: expected ‘{’
../../araddon/gou/testutil.go:26:6: error: expected ‘;’ or ‘}’ or newline
../../araddon/gou/testutil.go:29:9: error: break statement not within for or switch or select
break
^
../../araddon/gou/testutil.go:31:3: error: expected declaration
if tryct >= timeoutSecs*10 {
^
../../araddon/gou/testutil.go:33:4: error: expected declaration
break
^
../../araddon/gou/testutil.go:34:3: error: expected declaration
}
^
../../araddon/gou/testutil.go:35:3: error: expected declaration
tryct++
^
../../araddon/gou/testutil.go:36:2: error: expected declaration
}
^
../../araddon/gou/testutil.go:37:1: error: expected declaration
}
^
make: *** [build/hive-server] Error 2
Please help me resolve this issue. Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels