Compile Errors

2 views
Skip to first unread message

Jim Richards

unread,
Apr 15, 2011, 1:50:03 PM4/15/11
to Tonika
I am getting the following compile errors on Ubuntu 10.04.


gopack grc _obj/tonika/prof.a _go_.8
cp _obj/tonika/prof.a "/home/jrichards/go/pkg/linux_386/tonika/prof.a"
make[1]: Leaving directory `/home/jrichards/tonika/src/pkg/prof'
cd http && /home/jrichards/go/bin/gomake install
make[1]: Entering directory `/home/jrichards/tonika/src/pkg/http'
8g -o _go_.8 abridge.go aclient.go aclientconn.go allow.go aserver.go
aserverconn.go boiler.go transfer.go chunked.go client.go dump.go
fdlimiter.go file.go roc.go fs.go lex.go persist.go request.go
response.go server.go status.go url.go
fdlimiter.go:113: cannot use multiple-value assignment for non-
blocking receive; use select
server.go:166: undefined: log.Stderr
server.go:170: undefined: log.Stderr
server.go:205: undefined: log.Stderr
make[1]: *** [_go_.8] Error 1
make[1]: Leaving directory `/home/jrichards/tonika/src/pkg/http'
make: *** [http.install] Error 2

Thanks
Jim

Petar Maymounkov

unread,
Apr 15, 2011, 2:04:43 PM4/15/11
to 5t...@googlegroups.com, Jim Richards
The public branch of Tonika has not been updated for a while
since I am working on a major release (and since noone is using it).

The errors are due to interface changes in Go syntax.

There is a clone of Tonika on Google Code (you can find it on the
google code page) that fixes all these errors, so it compiles and
can be used.

--Petar

Reply all
Reply to author
Forward
0 new messages