-
I am trying to build my Fyne app on Windows, using Msys2. I had previously installed Click to expand errors...
These are the same errors I got when I tried building using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
This means that you have a 32bit toolchain somewhere in your system. There is a mix of 64 and 32bit somehow. Or it could be that the error was caused earlier and that you fixed the tooling but did not reset the caches from before... |
Beta Was this translation helpful? Give feedback.
I have just resolved it 🤣
At the top of the error message, it says
It is going to the
Program Files (x86)
folder for the go installation. So I renamed the files inC:\Program Files (x86)\Go\bin
(go.exe -> go_32.exe
,gofmt.exe -> gofmt_32.exe
) and it worked (I have already installed a 64bit version inC:\Program Files\Go
)