You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go get github.com/polevpn/webview
# github.com/polevpn/webview
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgcc_eh
collect2.exe: error: ld returned 1 exit status
Is it possible to build this into a 64 bit exe on windows? I installed 64 bit mingw gcc from here: https://jmeubank.github.io/tdm-gcc/articles/2021-05/10.3.0-release
When I try to install the webview dependency I see the following error. Googling has lead me to believe that something is missing from the 64 bit version of mingw gcc (https://githubmemory.com/repo/r-windows/rtools-packages/issues/185)