Export to GitHub

gelo - issue #31

Can't compile project


Posted on Apr 25, 2011 by Swift Bird

What steps will reproduce the problem? 1. get last stable go release 2. download gelo 3. run make

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

expected compilation goes fine (not really, because project seams to be outdated), And got error:

$ make cd gelo; make install make[1]: Entering directory /tmp/gelo/src/gelo' 8g -o _go_.8 parser.go interpreter.go vm.go api.go namespace.go trace.go types.go port.go list.go dict.go sym.go bool.go number.go quote.go error.go builtins.go util.go interpreter.go:189: cannot use multiple-value assignment for non-blocking receive; use select vm.go:40: cannot use multiple-value assignment for non-blocking receive; use select port.go:17: cannot use multiple-value assignment for non-blocking receive; use select make[1]: *** [_go_.8] Error 1 make[1]: Leaving directory/tmp/gelo/src/gelo' make: * [pkgs] Error 2

Comment #1

Posted on Apr 25, 2011 by Grumpy Giraffe

I fixed vm.go and interpreter.go, but the line in port.go should be valid. You're on weekly.2011-04-13?

Comment #2

Posted on Apr 25, 2011 by Swift Bird

It was 'release', but I've switched to weekly.2011-04-13 and now everything compiles fine.

Comment #3

Posted on Apr 25, 2011 by Grumpy Giraffe

Awesome

Status: Done

Labels:
Type-Defect Priority-Medium