cratonica / trayhost

Cross-platform Go library to place an icon in the host operating system's taskbar
MIT License
283 stars 59 forks source link

Windows 10 cc1.exe error #7

Closed atomi closed 8 years ago

atomi commented 9 years ago
$go get github.com/cratonica/trayhost
# github.com/cratonica/trayhost
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
$go version
go version go1.4.2 windows/amd64
adamgoose commented 8 years ago

Try export GOARCH=386, then running go get again.

atomi commented 8 years ago

I'm no longer using Windows. Feel free to close. Thanks.

dmitshur commented 8 years ago

Ok, I'll close since this issue is pretty old (go1.4.2) and may no longer be applicable. If it's still an issue with latest versions of Go, it can be re-opened or new one made.