akavel / rsrc

Tool for embedding .ico & manifest resources in Go programs for Windows.
MIT License
1.22k stars 122 forks source link

Go Get Fails due to undefined : pe.IMAGE_FILE_MACHINE_ARMNT #30

Closed otmos closed 3 years ago

otmos commented 4 years ago

image

akavel commented 3 years ago

This const was added in Go 1.12, so I assume you're most probably using an old version of Go. I suggest you either upgrade Go, or use an older version of rsrc (from before rsrc introduced experimental support for ARMNT, for example v0.8.0).

8zbc commented 3 years ago

This const was added in Go 1.12, so I assume you're most probably using an old version of Go. I suggest you either upgrade Go, or use an older version of rsrc (from before rsrc introduced experimental support for ARMNT, for example v0.8.0).

Dear akvel,

Yes, you are right, I was using 1.11 at that time, I saw the the message that it needed 1.12 at the bottom of the message which i didn't show it here. but only noticed it later, so I have upgraded to 1.14. thanks for your reply and helping out. it is working now.

cheers.