fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.35k stars 608 forks source link

rgba.RGBAAt undefined (type *image.RGBA has no field or method RGBAAt) #4

Closed globalcitizen closed 7 years ago

globalcitizen commented 7 years ago

When running the recommended install command or go build afterwards, I get...

# github.com/fogleman/primitive/primitive
primitive/util.go:145: rgba.RGBAAt undefined (type *image.RGBA has no field or method RGBAAt)
fogleman commented 7 years ago

Make sure you are using a recent Go version.

On Sep 20, 2016, at 5:48 PM, Walter Stanish notifications@github.com wrote:

When running the recommended install command or go build afterwards, I get...

github.com/fogleman/primitive/primitive

primitive/util.go:145: rgba.RGBAAt undefined (type *image.RGBA has no field or method RGBAAt) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

globalcitizen commented 7 years ago

Hrrm yep, that seems to be it. Looks like go is now at 1.7x and mine is 1.3x...

go version go1.3 darwin/amd64

My brew is busted as my install_name_tool is busted as something overwrote it, so can't upgrade that way. Trying to grab a binary package instead.