andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

cc1.exe: sorry, unimplemented: 64-bit mode not compiled in on go get #227

Closed comaldave closed 7 years ago

comaldave commented 7 years ago

This is the error I receive when I go get ... PS > go get github.com/andlabs/ui

github.com/andlabs/ui

cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

go version go1.7.5 windows/amd64 g++.exe (GCC) 5.3.0

andlabs commented 7 years ago

How did you install gcc?

comaldave commented 7 years ago

I went to http://www.mingw.org/

selected downloads and Looking for the latest version? Download mingw-get-setup.exe (86.5 kB) https://sourceforge.net/projects/mingw/files/latest/download?source=files

I included c:\MinGW\bin on my system pathI deleted an old copy of mingw that had been previously installed in another directory.

On Wed, Feb 15, 2017 at 8:16 PM, Pietro Gagliardi notifications@github.com wrote:

How did you install g++?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andlabs/ui/issues/227#issuecomment-280209156, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGBWPtuW_cUknVgS8976qhHWxZ4KgvNks5rc7FngaJpZM4MB-F- .

andlabs commented 7 years ago

That's the ancient MinGW. You want MinGW-w64.

comaldave commented 7 years ago

Thank you. I am 63 years old so tend to end up with the most ancient version.

On Thu, Feb 16, 2017 at 12:00 PM, Pietro Gagliardi <notifications@github.com

wrote:

That's the ancient MinGW. You want MinGW-w64.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andlabs/ui/issues/227#issuecomment-280408410, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGBWNMaJPxzYoZMqJNc3pDzz5uydbfkks5rdI6rgaJpZM4MB-F- .

comaldave commented 7 years ago

g++.exe (x86_64-posix-seh-rev1, Built by MinGW-W64 project) 6.3.0

go get runs with no errors. Thank you.

On Thu, Feb 16, 2017 at 1:17 PM, David Skinner skinner.david@gmail.com wrote:

Thank you. I am 63 years old so tend to end up with the most ancient version.

On Thu, Feb 16, 2017 at 12:00 PM, Pietro Gagliardi < notifications@github.com> wrote:

That's the ancient MinGW. You want MinGW-w64.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andlabs/ui/issues/227#issuecomment-280408410, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGBWNMaJPxzYoZMqJNc3pDzz5uydbfkks5rdI6rgaJpZM4MB-F- .