Hi guys,


I've created an app using Go + Qt (repository in here 
<https://github.com/RadhiFadlillah/custom-qml>). The app itself is simple. 
It's just a QuickView that rendering a qml file, and I've succesfully build 
and run it on Linux.


Since it works fine in Linux, I've decided to cross compile it to Windows. 
I knew that Qt binding for Go (the one that created by therecipe in this 
repository <https://github.com/therecipe/qt>) supports cross compile by 
using MXE, so I tried it as well.


Unfortunately, when I tried to cross compile it to Windows 64-bit Static, 
the compile is finished succesfully, but the executable can't be run at 
all. I've tried running it through cmd, and there are no output or error 
message.


When I tried to run it through MSYS2 shell, it said there are segmentation 
fault. However, when I tried to debug it using gdb in MSYS2, it only said :


Thread 1 received signal SIGSEGV, Segmentation fault.
0x000007feff6d5b00 in strcmp () from /c/Windows/system32/msvcrt.dll 

Since the app is succesfully compiled and run in Linux, I believe there are 
nothing wrong with my code. So, I'm guessing that I've done something wrong 
while cross compiling this app using MXE. Unfortunately, I have no 
experience working and debugging on Windows, so any advice and suggestion 
are welcome.


Thank you very much.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to