iand / draw2d

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nrgba.RGBA undefined

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?

make install 

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

paint.go:49: nrgba.RGBA undefined (type uint8 has no field or method RGBA)
paint.go:59: cannot use struct literal (type image.NRGBAColor) as type uint8 in 
assignment
paint.go:63: nrgba.RGBA undefined (type uint8 has no field or method RGBA)
paint.go:73: cannot use struct literal (type image.NRGBAColor) as type uint8 in 
assignment
make[1]: *** [_go_.6] Error 1
make[1]: Leaving directory `/home/zzzzrrr/workspace/draw2d/draw2d'
make: *** [install] Error 2

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

Ubuntu x64
6g version weekly.2011-07-29 9332

Original issue reported on code.google.com by mason.gr...@gmail.com on 4 Aug 2011 at 10:15

http://golang.org/doc/devel/weekly.html#2011-07-19

Original comment by legoff.l...@gmail.com on 8 Sep 2011 at 8:35

  • Changed state: Accepted

Original comment by legoff.l...@gmail.com on 8 Sep 2011 at 8:36

  • Added labels: Priority-Critical
  • Removed labels: Priority-Medium
Hi I would like to support this project. Can you please explain me back ground. 
If i can understand it i will fix this issue.

Original comment by kishor...@gmail.com on 19 Sep 2011 at 12:16

remove NRGBAPainter.
Reopen the bug if you need this painter.

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

  • Changed state: Fixed