iand / draw2d

A Fork of code.google.com/p/draw2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freetype.go:180: not enough arguments in call to image.NewAlpha

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?

goinstall draw2d.googlecode.com/hg/draw2d


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

/bin/bash: === cd 
/Users/abaumann/goinstall_base/src/freetype-go.googlecode.com/hg/freetype; bash 
gomake -f- install
6g -I "/Users/abaumann/go/pkg/darwin_amd64" -I 
"/Users/abaumann/goinstall_base/pkg/darwin_amd64"  -o _go_.6 freetype.go 
freetype.go:180: cannot use image.Rect(0, 0, xmax - xmin, ymax - ymin) (type 
image.Rectangle) as type int in function argument
freetype.go:180: not enough arguments in call to image.NewAlpha
make: *** [_go_.6] Error 1
--- exit status 2
goinstall: freetype-go.googlecode.com/hg/freetype: install: running bash: exit 
status 2


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

OSX Lion

Please provide any additional information below.

I use the current release of go (16.09.2011 weekly)


Original issue reported on code.google.com by abaumann...@gmail.com on 16 Sep 2011 at 7:23

Original comment by legoff.l...@gmail.com on 29 Sep 2011 at 7:59

  • Changed state: Done