-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win32 #1
Comments
I think it can also work on win32, |
whats the difference between this project and the https://github.com/go-qml/qml ? |
The original go-qml use static link with gcc, And the Qt64bit only have MSVC version, |
hi, can you test this repo? https://github.com/go-qml/qml |
I test ,but it failed too. I don't know why |
could you plase use gdb to figure out where it crashes in order to fix the bug!? maybe it relates to this issue: go-qml/qml#109 |
@geraldstanje |
@oldtree2008 You should make sure all |
I try to build I think Qt5/MinGW is not a good choise right now (I only use Go64bit and Qt/MSVC). |
@chai2010 I tried with Qt5.3.2-msvc2012-win32. but run hello . it failed. just like screenshot posted by me last time. |
@chai2010 I also tried with Qt5.3.2-msvc2013-win32 , Qt5.3.2-msvc2012-win32,qt-windows-opensource-5.0.2-msvc2010_32-x86. but all failed . my OS is win7. golang 1.3. something wrong ? running hello.exe returns 'exit status 255' |
Can you give more details?
And you can use Thanks! |
Can u use go qml from here? https://github.com/go-qml/qml and use gdb to debug it? |
I succeed in compiling with go1.4 . Maybe There is some wrong with go1.3 compiler. |
hi,
does it also support windows 7, x32?
Thanks,
-Gerald
The text was updated successfully, but these errors were encountered: