Re: [Development] buildsystem branches (about to be) integrated

2012-07-01 Thread k blammo
On 01/07/2012 15:44, Thiago Macieira wrote: > > The perl that comes with msysgit doesn't work with our syncqt script. > Is this a regression with respect to https://codereview.qt-project.org/#change,27136 or is it a different issue? ___ Development maili

Re: [Development] Cross build failed of unsupported/win32-g++-cross mkspecs

2012-05-16 Thread k blammo
On 16/05/2012 10:18, Thiago Macieira wrote: > On quarta-feira, 16 de maio de 2012 07.13.09, k blammo wrote: >> Seems to me the real bug here is: Why doesn't Qt pick up the bundled >> zlib when it is told to. > > I have a couple of pending changes fixing that. There see

Re: [Development] Cross build failed of unsupported/win32-g++-cross mkspecs

2012-05-15 Thread k blammo
>> "+ /home/loaden/qpSOFT/Projects/BuildQt5-w32/qtbase/bin/qmake >> /home/loaden/qpSOFT/Projects/Qt5/qt.pro" >> >> What is that doing there? You really should be running "make" at that >> point, not qmake. >> > > That is being run by "configure". > Strange, that's not in my configure log.

Re: [Development] Cross build failed of unsupported/win32-g++-cross mkspecs

2012-05-15 Thread k blammo
On 16/05/2012 06:42, Loaden wrote: > Hi, All! > I want cross build Qt5.0 on Ubuntu 12.04, because I deleted all Windows > OS on my laptop. > But now I have a trouble of the cross build. So, I need you help in here. I just noticed this at the end of your configure log: "+ /home/loaden/qpSOFT/Proje

Re: [Development] Cross build failed of unsupported/win32-g++-cross mkspecs

2012-05-15 Thread k blammo
On 16/05/2012 06:42, Loaden wrote: > Hi, All! > I want cross build Qt5.0 on Ubuntu 12.04, because I deleted all Windows > OS on my laptop. > But now I have a trouble of the cross build. So, I need you help in here. Just a recap for myself and those just tuning in. Please correct me if I'm wrong:

Re: [Development] Cross build failed of module-qtdeclarative

2012-05-14 Thread k blammo
On 14/05/2012 17:53, Loaden wrote: > Any comments and tips? > > Creating library file: > > /home/loaden/qpSOFT/Projects/BuildQt5-w32/qtbase/lib/libQtQml5.a./.obj/release-shared/qqmlinstruction.o:qqmlinstruction.cpp:(.text$_ZNK17QQmlPropertyCache8propertyERK15QHashedV8String[QQmlPropertyCac

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

[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.