Re: [Development] Building Qt5 on windows

2012-09-14 Thread Алексей Павлов
If I try to build Qt5 with included zlib I got errors on the begin of build. Build log here http://tny.cz/73e00ff0 2012/9/14 Алексей Павлов : > Another problem with building WebKit. Why during building calling MAKE > instead of MINGW32-MAKE. > Error below: > > cd qtwebkit && set > "WEBKITOUTPUTDI

Re: [Development] Building Qt5 on windows

2012-09-14 Thread Алексей Павлов
Another problem with building WebKit. Why during building calling MAKE instead of MINGW32-MAKE. Error below: cd qtwebkit && set "WEBKITOUTPUTDIR=C:/SDK/srcs/qt5/qtwebkit/WebKitBuild" && set "PATH=C:/SDK/srcs/qt5/gnuwin32/bin;%PATH%" && perl C:/SDK/srcs/qt5\qtwebkit\Tools\Scripts\build-webkit --qt

Re: [Development] Building Qt5 on windows

2012-09-14 Thread Thiago Macieira
On sexta-feira, 14 de setembro de 2012 13.33.13, Алексей Павлов wrote: > I wrote earlier > For Thiago: > qtbase/mkspecs/qmodule.pri listing: > > #paths > QT_BUILD_TREE = C:/SDK/srcs/qt5/qtbase > QT_SOURCE_TREE = C:/SDK/srcs/qt5/qtbase > QT_BUILD_PARTS += libs tools > > #Qt for Windows CE c-runti

Re: [Development] Building Qt5 on windows

2012-09-14 Thread Алексей Павлов
I wrote earlier For Thiago: qtbase/mkspecs/qmodule.pri listing: #paths QT_BUILD_TREE = C:/SDK/srcs/qt5/qtbase QT_SOURCE_TREE = C:/SDK/srcs/qt5/qtbase QT_BUILD_PARTS += libs tools #Qt for Windows CE c-runtime deployment QT_CE_C_RUNTIME = no CONFIG += create_prl link_prl sse2 sse3 ssse3 sse4_1 s

Re: [Development] Building Qt5 on windows

2012-09-14 Thread Thiago Macieira
On sexta-feira, 14 de setembro de 2012 13.12.04, Алексей Павлов wrote: > The configuration program correctly parses the parameters ( see > configure log https://gist.github.com/3720368 ), but not all modules > receive them when building. QtSvg, qtimageformats, webkit not > including paths from LIB

Re: [Development] Building Qt5 on windows

2012-09-14 Thread niXman
2012/9/13 Алексей Павлов: > But zlib.h present in c:\sdk\ported64\include. Why configure script not add > INCLUDE and LIB to include paths and libs paths of svg module? > Build log: http://tny.cz/b3ea0a8b I faced with the same problem. After manually correction of makefiles, Qt5 nevertheless was

Re: [Development] Building Qt5 on windows

2012-09-14 Thread Jonathan Liu
Hi Kai, On 14/09/2012 6:45 PM, kai.koe...@nokia.com wrote: >>> From: development-bounces+kai.koehne=nokia@qt-project.org >>> [development-bounces+kai.koehne=nokia@qt-project.org] on behalf of ext >>> Jonathan Liu [net...@gmail.com] >> GCC uses CPATH with paths separated by colons instead

Re: [Development] Building Qt5 on windows

2012-09-14 Thread Алексей Павлов
The configuration program correctly parses the parameters ( see configure log https://gist.github.com/3720368 ), but not all modules receive them when building. QtSvg, qtimageformats, webkit not including paths from LIB and INCLUDE. 2012/9/14 Алексей Павлов : > If I remember correctly that the e

Re: [Development] Building Qt5 on windows

2012-09-14 Thread Алексей Павлов
If I remember correctly that the environment variables LIB and INCLUDE parses Qt configure program (see qtbase/tools/configure/cofigureapp.cpp) 2012/9/14 : >>> From: development-bounces+kai.koehne=nokia@qt-project.org >>> [development-bounces+kai.koehne=nokia@qt-project.org] on behalf of

Re: [Development] Building Qt5 on windows

2012-09-14 Thread kai.koehne
>> From: development-bounces+kai.koehne=nokia@qt-project.org >> [development-bounces+kai.koehne=nokia@qt-project.org] on behalf of ext >> Jonathan Liu [net...@gmail.com] > > GCC uses CPATH with paths separated by colons instead of INCLUDE. > GCC uses LIBRARY_PATH with paths separated by c

Re: [Development] Building Qt5 on windows

2012-09-14 Thread Алексей Павлов
I upload full configure.log and build.log to the webkit. Where I have errors I add many empty lines and wrote some comments. Plese look at them: https://gist.github.com/3720368 2012/9/13 Алексей Павлов > > For Thiago: > mkspecs/qmodule.pri listing: > #paths > QT_BUILD_TREE = C:/SDK/srcs/qt5/qt

Re: [Development] Building Qt5 on windows

2012-09-13 Thread Алексей Павлов
For Thiago: mkspecs/qmodule.pri listing: #paths QT_BUILD_TREE = C:/SDK/srcs/qt5/qtbase QT_SOURCE_TREE = C:/SDK/srcs/qt5/qtbase QT_BUILD_PARTS += libs tools #Qt for Windows CE c-runtime deployment QT_CE_C_RUNTIME = no CONFIG += create_prl link_prl sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 largefile

Re: [Development] Building Qt5 on windows

2012-09-13 Thread Jonathan Liu
On 13/09/2012 8:57 PM, Алексей Павлов wrote: /set INCLUDE=%MINGW_HOME%\%MINGW_HOST%\include;%EXTRA%\include;%QTINSTDIR%\databases\firebird\include;%QTINSTDIR%\databases\mysql\include;%QTINSTDIR%\databases\pgsql\include/ /set LIB=%MINGW_HOME%\%MINGW_HOST%\lib;%EXTRA%\lib;%QTINSTDIR%\databases\fir

Re: [Development] Building Qt5 on windows

2012-09-13 Thread Thiago Macieira
On quinta-feira, 13 de setembro de 2012 14.57.50, Алексей Павлов wrote: > *configure -prefix %QTINSTDIR% -opensource -confirm-license > -developer-build -debug-and-release -no-fast -plugin-sql-ibase > -plugin-sql-mysql -plugin-sql-psql -no-dbus -no-iconv -icu -fontconfig > -system-pcre -fully-proce

[Development] Building Qt5 on windows

2012-09-13 Thread Алексей Павлов
Hi! I try to build Qt5 with mingw64 from https://sourceforge.net/projects/mingwbuilds/ . First I install strawberry perl 5.16.1, mingw64-4.7.1, build some libs (openssl icu, fontconfig, libxml2,libxslt,zlib). Than I wrote script: *@echo on* * * *set PWD=%~dp0* * * *echo Seting up a Qt-64bit Enviro