Vitalts / golangide

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

build error while making promake #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello

I'm trying to install LiteIDE using the sources.
here are my system characteristics: 
$GOOS = linux
GOARCH = 386

My go install is the latest release.

When I call gomake from $HOME/liteide/src/go/promake, I get the following 
output : 

----------------------------------------------
8g -o _go_.8 depparser.go gobin.go promake.go
depparser.go:38: undefined: append
depparser.go:62: undefined: append
depparser.go:79: undefined: append
promake.go:47: missing lower bound in slice expression
promake.go:132: missing lower bound in slice expression
promake.go:152: missing lower bound in slice expression
promake.go:172: missing lower bound in slice expression
depparser.go:79: too many errors
make: *** [_go_.8] Error 1
----------------------------------------------

Original issue reported on code.google.com by valentin...@gmail.com on 31 Jan 2011 at 11:20

GoogleCodeExporter commented 9 years ago
Sorry I didn't follow the process

 What steps will reproduce the problem?
1. checkout the sources on a Linux x86 system
2. change dir to $HOME/liteide/src/go/promake 
3. run gomake

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

instead of the normal output , we get : 
--------------------------------------------------
8g -o _go_.8 depparser.go gobin.go promake.go
depparser.go:38: undefined: append
depparser.go:62: undefined: append
depparser.go:79: undefined: append
promake.go:47: missing lower bound in slice expression
promake.go:132: missing lower bound in slice expression
promake.go:152: missing lower bound in slice expression
promake.go:172: missing lower bound in slice expression
depparser.go:79: too many errors
make: *** [_go_.8] Error 1
--------------------------------------------------

What version of the product are you using? On what operating system?

version 0.1.8

Please provide any additional information below.

GOOS = linux
GOARCH = 386
8g version 5759

Original comment by valentin...@gmail.com on 31 Jan 2011 at 2:39

GoogleCodeExporter commented 9 years ago
Liteide build and Test: Linux x86_64 and Windows

Original comment by Visua...@gmail.com on 1 Feb 2011 at 9:22

GoogleCodeExporter commented 9 years ago
LiteIDE0.2.1 build and test on linux x86_64 and linux x86_32

Original comment by Visua...@gmail.com on 26 Feb 2011 at 5:54