Re: Threadweaver compilation failure: Windows

2017-04-21 Thread Ben Cooksley
On Fri, Apr 21, 2017 at 11:43 PM, Alexey Min wrote: > P.S.: But it built fine when I changed -DQT_STRICT_ITERATORS to > -UQT_STRICT_ITERATORS in CXX_DEFINES. This affects class > QTypedArrayData ( >

Re: Threadweaver compilation failure: Windows

2017-04-21 Thread Alexey Min
P.S.: But it built fine when I changed -DQT_STRICT_ITERATORS to -UQT_STRICT_ITERATORS in CXX_DEFINES. This affects class QTypedArrayData ( http://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/tools/qarraydata.h#n131 ) maybe someone will have some clever thoughts with this info. 2017-04-21 15:46

Re: Threadweaver compilation failure: Windows

2017-04-21 Thread Kevin Funk
On Friday, 21 April 2017 15:46:58 CEST Alexey Min wrote: > Ok, I created "Debug" caft build environment and repeated build with > cmake parameters you asked, and I guess it shows exactly the same > build log with exactly the same error in the end - > https://paste.kde.org/p8wj1dqzf > Looks like a

Re: Threadweaver compilation failure: Windows

2017-04-21 Thread Alexey Min
Ok, I created "Debug" caft build environment and repeated build with cmake parameters you asked, and I guess it shows exactly the same build log with exactly the same error in the end - https://paste.kde.org/p8wj1dqzf Looks like a problem in STL header with debug iterator? Compiler unable to find

Re: Threadweaver compilation failure: Windows

2017-04-20 Thread Alexey Min
I can't quickly and easily try Debug build, because for that I need a separate craft build environment built with CMAKE_BUILD_TYPE=Debug, otherwise I get linking errors about incomatible C++-runtime libraries (Qt5 was built with release msvcrt, linking threadweaver with debug one). It will take

Re: Threadweaver compilation failure: Windows

2017-04-20 Thread Ben Cooksley
On Thu, Apr 20, 2017 at 10:54 PM, Alexey Min wrote: > Again, I don't have full Visual Studio installed, only build tools. > Command Prompt does not show me anything, but installer displays > version number - 15.1 (26403.7) > ( https://puu.sh/vqgvx/f9122db5ef.png ) Okay.

Re: Threadweaver compilation failure: Windows

2017-04-20 Thread Alexey Min
Again, I don't have full Visual Studio installed, only build tools. Command Prompt does not show me anything, but installer displays version number - 15.1 (26403.7) ( https://puu.sh/vqgvx/f9122db5ef.png ) 2017-04-20 15:31 GMT+05:00 Ben Cooksley : > On Wed, Apr 19, 2017 at 7:24

Re: Threadweaver compilation failure: Windows

2017-04-20 Thread Ben Cooksley
On Wed, Apr 19, 2017 at 7:24 PM, Alexey Min wrote: > Built fine for me with "Build Tools for Visual Studio 2017" > (https://www.visualstudio.com/downloads/ "Other Tools And Frameworks" > section) which contains only compiler and libs without IDE. Okay. Would you mind

Re: Threadweaver compilation failure: Windows

2017-04-19 Thread Alexey Min
Built fine for me with "Build Tools for Visual Studio 2017" (https://www.visualstudio.com/downloads/ "Other Tools And Frameworks" section) which contains only compiler and libs without IDE. I used part of the environment provided by craft, for cmake to able to find ECM (my KDEROOT is E:\KDE, or

Re: Threadweaver compilation failure: Windows

2017-04-18 Thread Ben Cooksley
On Tue, Apr 18, 2017 at 6:53 PM, Kevin Funk wrote: > On Monday, 17 April 2017 22:43:56 CEST Aleix Pol wrote: >> On Mon, Apr 17, 2017 at 6:09 AM, Ben Cooksley wrote: >> > Hi all, >> > >> > If someone could take a look at the following build log that would be >> >

Re: Threadweaver compilation failure: Windows

2017-04-18 Thread Kevin Funk
On Monday, 17 April 2017 22:43:56 CEST Aleix Pol wrote: > On Mon, Apr 17, 2017 at 6:09 AM, Ben Cooksley wrote: > > Hi all, > > > > If someone could take a look at the following build log that would be > > appreciated: > > https://paste.kde.org/pzyhxydjw/xxx39x/raw > > Include

Re: Threadweaver compilation failure: Windows

2017-04-17 Thread Aleix Pol
On Mon, Apr 17, 2017 at 6:09 AM, Ben Cooksley wrote: > Hi all, > > If someone could take a look at the following build log that would be > appreciated: > https://paste.kde.org/pzyhxydjw/xxx39x/raw Include KDE on Windows. Aleix

Threadweaver compilation failure: Windows

2017-04-16 Thread Ben Cooksley
Hi all, If someone could take a look at the following build log that would be appreciated: https://paste.kde.org/pzyhxydjw/xxx39x/raw Cheers, Ben