lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.84k stars 884 forks source link

Using C language in code can report errors. #655

Open suoyukii opened 4 years ago

suoyukii commented 4 years ago
C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: i386 architecture of input file `main.syso' is incompatible with i386:x86-64 output
collect2.exe: error: ld returned 1 exit status
suoyukii commented 4 years ago

@lxn How do you solve this problem?