Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-15 Thread Mark Brand
Loaden wrote: > Hi, kb, could you share us what you using of the build script? or command? > I can't find a wiki to point me how to cross build for windows. > So, I don't know I am doing is or not is correct. > Thanks again! http://mxe.cc/ Mark ___ Deve

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread k blammo
On 14/05/2012 12:29, Loaden wrote: > I just sent a code review to: > https://codereview.qt-project.org/#change,26120 > Please have a look. That will not be necessary after this has landed: https://codereview.qt-project.org/#change,25617 ___ Development

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread k blammo
On 14/05/2012 10:21, Loaden wrote: > #include of not needed on Ubuntu 12.04 (mingw-w64). This has been resolved in the meantime :) ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread k blammo
(resending because my latest mails do not seem to reach the list) On 14/05/2012 12:58, Loaden wrote: Hi, kb, could you share us what you using of the build script? or command? Absolutely! See attachments. > Please don't ask where I come from, It's a shame! Son, Visual Basic is nothing to b

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
Hi, kb, could you share us what you using of the build script? or command? I can't find a wiki to point me how to cross build for windows. So, I don't know I am doing is or not is correct. Thanks again! 2012/5/14 Loaden > Oh, Thanks! I will test it on Ubuntu. > > > 2012/5/14 k blammo > >> On 14

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
Oh, Thanks! I will test it on Ubuntu. 2012/5/14 k blammo > On 14/05/2012 12:29, Loaden wrote: > >> I just sent a code review to: >> https://codereview.qt-project.**org/#change,26120 >> Please have a look. >> > > That will not be necessary after th

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
Sorry, It shoud be: > make -j 2 >>build.log 2>&1 > 2012/5/14 Loaden > -nomake examples >>config.log 2>&1 >> make module-qt3d -j 2 >>build.log 2>&1 > > -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___ Development mailing

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
I just sent a code review to: https://codereview.qt-project.org/#change,26120 Please have a look. Here is the build script for Ubuntu-mingw-w64: > #!/bin/sh > > rm -rf bin > mkdir bin > ln -s /usr/bin/i686-w64-mingw32-gcc ./bin/i686-pc-mingw32-gcc > ln -s /usr/bin/i686-w64-mingw32-g++ ./bin/i686-

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
#include of not needed on Ubuntu 12.04 (mingw-w64). Are you sure you can build all module use '-xplatform unsupported/win32-g++-corss'? In Ubuntu 12.04, It's only build qtbase module if use 'make -j 2'. 2012/5/4 kb > #include of -- Please don't ask where I come from, It's a shame! Best Reg

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-04 Thread kb
Hi Donald, Thanks for the kind words. Yes, I do intend to upstream everything in due time, but since these patches are potentially build-breaking I prefer to let them simmer for a while on the mailinglist. Questions I would really like the answers to: * Does lowercasing the include-libraries i

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-03 Thread sarah.j.smith
Donald you obviously need to implement a new backend to git that lives along side ssh, so that all development on this can be done against sources that live on an imap server…. On 04/05/2012, at 7:41 AM, ext Donald Carr wrote: Hey kb, This is pretty cool, are you making any attempt at upstream

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-03 Thread Fan Yang
Interesting Sent from my BlackBerry® PlayBook™ www.blackberry.com -- *From:* "k blammo" *To:* "development@qt-project.org" *Sent:* May 4, 2012 2:25 AM *Subject:* [Development] Crosscompile on Debian stable targeting MS Windows L.s. For those

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-03 Thread Donald Carr
Hey kb, This is pretty cool, are you making any attempt at upstreaming these or will these continue to exist as email attachments? Yours sincerely, Donald On Thu, May 3, 2012 at 11:25 AM, k blammo wrote: > L.s. > > For those of you that want to build Microsoft Windows binaries on > Debian stabl

[Development] Crosscompile on Debian stable targeting MS Windows

2012-05-03 Thread k blammo
L.s. For those of you that want to build Microsoft Windows binaries on Debian stable: Here are some patches that enable cross-compiling of Qt 5 (both libraries and examples) using mingw that comes bundled with Debian 6 (current stable). The resulting binaries can be tested with wine on Debian 6.