Re: [Interest] Can't build Qt 5.8 alpha (Windows)

2016-09-22 Thread Tuukka Turunen

> -Original Message-
> From: Interest [mailto:interest-bounces+tuukka.turunen=qt.io@qt-
> project.org] On Behalf Of Thiago Macieira
> Sent: torstaina 22. syyskuuta 2016 4.40
> To: interest@qt-project.org
> Subject: Re: [Interest] Can't build Qt 5.8 alpha (Windows)
> 
> On quarta-feira, 21 de setembro de 2016 23:23:13 PDT Xavier Bigand wrote:
> > I just found a bug report for this build issue :
> > https://bugreports.qt.io/browse/QTBUG-55585
> >
> > Is there already a branch for version 5.8.0 beta?
> 
> Not yet.
> 

Next step is to get pre-beta binary snapshot under 
http://download.qt.io/snapshots/qt/5.8/ 

This should happen quite soon, well before the official Beta release. Jani will 
inform when there are things to test.

Branching to 5.8.0 will happen after Beta, i.e. Qt 5.8 Beta will come from 5.8 
branch.

Yours,

Tuukka

> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
> 
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Can't build Qt 5.8 alpha (Windows)

2016-09-21 Thread Thiago Macieira
On quarta-feira, 21 de setembro de 2016 23:23:13 PDT Xavier Bigand wrote:
> I just found a bug report for this build issue :
> https://bugreports.qt.io/browse/QTBUG-55585
> 
> Is there already a branch for version 5.8.0 beta?

Not yet.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Can't build Qt 5.8 alpha (Windows)

2016-09-21 Thread Xavier Bigand
I just found a bug report for this build issue :
https://bugreports.qt.io/browse/QTBUG-55585

Is there already a branch for version 5.8.0 beta?



2016-09-21 20:51 GMT+02:00 Xavier Bigand :

> With sources from git I had tried to build the branch 5.8.
>
> But as I successfully build the branch 5.7, I had switch the module qt3d
> to branch 5.8 before leaving the office. I mainly want to try some fixes
> that I have request on qt3d.
> I hope that qt3d 5.8 is compatible with the 5.7.
>
> I also tried to integrated my custom build to QtCreator kit, but it fails
> when I try to add it to Qt Versions, it tell my to run make install (thing
> that I did).
>
>
> 2016-09-21 19:59 GMT+02:00 Thiago Macieira :
>
>> On quarta-feira, 21 de setembro de 2016 12:07:34 PDT Xavier Bigand wrote:
>> > I try with adding  QMAKE_CXXFLAGS+=-Iqtbase\include\QtCore\5.8.0 to the
>> > configure command, it helps a little, it compile more sources, but I get
>> > the same error later.
>>
>> Which Git commit are you compiling now?
>>
>> --
>> Thiago Macieira - thiago.macieira (AT) intel.com
>>   Software Architect - Intel Open Source Technology Center
>>
>> ___
>> Interest mailing list
>> Interest@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>>
>
>
>
> --
> Xavier
>



-- 
Xavier
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Can't build Qt 5.8 alpha (Windows)

2016-09-21 Thread Xavier Bigand
With sources from git I had tried to build the branch 5.8.

But as I successfully build the branch 5.7, I had switch the module qt3d to
branch 5.8 before leaving the office. I mainly want to try some fixes that
I have request on qt3d.
I hope that qt3d 5.8 is compatible with the 5.7.

I also tried to integrated my custom build to QtCreator kit, but it fails
when I try to add it to Qt Versions, it tell my to run make install (thing
that I did).


2016-09-21 19:59 GMT+02:00 Thiago Macieira :

> On quarta-feira, 21 de setembro de 2016 12:07:34 PDT Xavier Bigand wrote:
> > I try with adding  QMAKE_CXXFLAGS+=-Iqtbase\include\QtCore\5.8.0 to the
> > configure command, it helps a little, it compile more sources, but I get
> > the same error later.
>
> Which Git commit are you compiling now?
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>



-- 
Xavier
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Can't build Qt 5.8 alpha (Windows)

2016-09-21 Thread Thiago Macieira
On quarta-feira, 21 de setembro de 2016 12:07:34 PDT Xavier Bigand wrote:
> I try with adding  QMAKE_CXXFLAGS+=-Iqtbase\include\QtCore\5.8.0 to the
> configure command, it helps a little, it compile more sources, but I get
> the same error later.

Which Git commit are you compiling now?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Can't build Qt 5.8 alpha (Windows)

2016-09-20 Thread Thiago Macieira
On terça-feira, 20 de setembro de 2016 23:54:31 PDT Xavier Bigand wrote:
> I have the following error :
[cut]
> fatal error: QtCore/private/qconfig_p.h: No such file or directory

qconfig_p.h is a generated file. We need to see the output of configure.

> Is it an issue of the alpha or I coud be do something wrong with my
> environment build?

Not sure whether it is an issue. There were a number of problems caused by 
having stale files in your build, including in the parent directories.

Unfortunately, this code has changed a lot since the alpha, so we can't 
investigate your issue anymore. Please upgrade to the latest 5.8 branch or 
wait for the beta.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] Can't build Qt 5.8 alpha (Windows)

2016-09-20 Thread Xavier Bigand
I have the following error :
g++ -c -include .pch\release\qt_pch.h -pipe -fno-keep-inline-dllexport
-msse2 -mstackrealign -mfpmath=sse -O2 -std=c++1z -fexceptions -mthreads
-frtti -Wall -Wextra -Wvla -Wdate-time -DUNICODE -DQT_NO_USING_NAMESPACE
-DQT_NO_FOREACH -DPCRE_STATIC -DWINVER=0x600 -D_WIN32_WINNT=0x0600
-DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS
-D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS
-DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\corelib -I. -Iglobal
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\3rdparty\pcre
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\3rdparty\harfbuzz\src
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\3rdparty\md5
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\3rdparty\md4
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\3rdparty\sha3
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\3rdparty\double-conversion\include
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\3rdparty\double-conversion\include\double-conversion
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\include
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\include\QtCore -I..\..\include
-I..\..\include\QtCore
-ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\include\QtCore\5.8.0 -I
D:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\include\QtCore\5.8.0\QtCore -Itmp
-I.moc\release -ID:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\mkspecs\win32-g++
 -o .obj\release\qnumeric.o
D:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\corelib\global\qnumeric.cpp
In file included from
D:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\include\QtCore\5.8.0/QtCore/private/qglobal_p.h:1:0,
 from
D:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\corelib\global\qnumeric_p.h:55,
 from
D:\Softs\SDK\qt-src-5.8.0-alpha\qtbase\src\corelib\global\qnumeric.cpp:41:
D:/Softs/SDK/qt-src-5.8.0-alpha/qtbase/src/corelib/global/qglobal_p.h:52:38:
fatal error: QtCore/private/qconfig_p.h: No such file or directory

It seems to work better when I don't use a shadow build folder (I stopped
the build before end).

My paths :
shadow build : D:\Softs\SDK\qt-5.8-minw_build
sources : D:\Softs\SDK\qt-src-5.8.0-alpha

I found the file here :
D:\Softs\SDK\qt-5.8-minw_build\qtbase\include\QtCore\5.8.0\QtCore\private\qconfig_p.h


It seems that some include paths given to the compiler should be in the
shadow build directory (those in red).


Is it an issue of the alpha or I coud be do something wrong with my
environment build?


-- 
Xavier
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest