rajeev-logics / go-tour

Automatically exported from code.google.com/p/go-tour
0 stars 0 forks source link

Cannot compile in ArchLinux / 64bits #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to install it ("")
2.
3.

What is the expected output? What do you see instead?
The expected output is a successful installation (not sure of how it would look 
like). The actual output is:
diogo@diogo-arch-desktop-home:~$ goinstall go-tour.googlecode.com/hg/gotour
/bin/bash: === cd /home/diogo/gocode/src/go-tour.googlecode.com/hg/pic; bash 
gomake -f- install
6g -I "/opt/go/pkg/linux_amd64" -I "/home/diogo/gocode/pkg/linux_amd64"  -p 
go-tour.googlecode.com/hg/pic -o _go_.6 pic.go 
pic.go:21: cannot use dx (type int) as type image.Rectangle in function argument
pic.go:21: too many arguments in call to image.NewNRGBA
make: ** [_go_.6] Erro 1
--- exit status 2
goinstall: go-tour.googlecode.com/hg/pic: install: running bash: exit status 2

What version of the product are you using? On what operating system?
ArchLinux 64-bits / 6g version weekly.2011-09-21 9913

Please provide any additional information below.

Original issue reported on code.google.com by diogobae...@gmail.com on 6 Oct 2011 at 5:42

GoogleCodeExporter commented 9 years ago
Sorry, forgot to include the install command:
$ goinstall go-tour.googlecode.com/hg/gotour

Original comment by diogobae...@gmail.com on 6 Oct 2011 at 5:43

GoogleCodeExporter commented 9 years ago
Note: the tour will only build against the current stable release of Go 
(release.r60.1).

Original comment by a...@golang.org on 6 Oct 2011 at 5:24