Re: [Mingw-w64-public] Application build failure

2013-08-29 Thread wynfield
>From: JonY >Date: Thu, 29 Aug 2013 22:00:12 +0800 >Subject: Re: [Mingw-w64-public] Application build failure >> On 8/29/2013 20:41, wynfield wrote: >> >> I am working on building the Crypt_SSLeay library package on MinGw. The build fails with the following error message. It looks l

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread Erik van Pienbroek
Kai Tietz schreef op do 29-08-2013 om 22:15 [+0200]: > 2013/8/29 Erik van Pienbroek : > > Alexey Pavlov schreef op do 29-08-2013 om 23:20 [+0400]: > >> After fixing tis issue I have issue described here: > >> https://bugreports.qt-project.org/browse/QTBUG-33225 > >> > > > > Thanks for the info! >

Re: [Mingw-w64-public] 2 bugreports for release 4.8.1 rev 4

2013-08-29 Thread Kai Tietz
Thanks for the information. I fixed RollforwardTransactionManager call-abi at revision 6165. Thanks, Kai -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current a

Re: [Mingw-w64-public] 2 bugreports for release 4.8.1 rev 4

2013-08-29 Thread Sergei Antonov
On 26 August 2013 21:07, Kai Tietz wrote: > thanks, this warning is caused by missing prototypes in ktmw32.h > header. I added it at revision 6141. The problem is gone, thanks. One more change can be done to further improve ktmw32.h: bash-4.1# svn diff Index: include/ktmw32.h ==

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread Erik van Pienbroek
e in Q2 2014). The gcc package is still being built without > > --enable-threads=posix (thus support for C++11 std::thread > > is not enabled yet) > > > > > >> mingw-libvirt-1.1.1-1 > >>Package owner: berrange > >>Time to build: 6 minutes, 39 secon

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread Kai Tietz
d during >> the previous mass rebuild ** >> > Package owner: epienbro >> > Time to build: 9 minutes, 54 seconds >> > Build logs: >> >> http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20130829/mingw-qt5-qtbase-5

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread Erik van Pienbroek
gt; Package owner: epienbro > > Time to build: 9 minutes, 54 seconds > > Build logs: > > http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20130829/mingw-qt5-qtbase-5.1.0-5 > > > > This one is new: >

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread Alexey Pavlov
t; http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20130829/mingw-qt5-qtbase-5.1.0-5 > > > This one is new: > > /builddir/build/BUILD/qtbase-opensource-src-5.1.0/src/corelib/io/qfilesystemengine_win.cpp:578:3: > error: conflicting declaration 'typedef struct _FILE_ID_128

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread Alexpux
; Build logs: >> http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20130829/mingw-qt5-qtbase-5.1.0-5 > > > This one is new: > > /builddir/build/BUILD/qtbase-opensource-src-5.1.0/src/corelib/io/qfilesystemengine_win.cpp:578:3: > error: conflicting declaration 'typede

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread Erik van Pienbroek
>>Time to build: 2 minutes, 44 seconds > >>Build logs: > >> http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20130829/mingw-gstreamer-0.10.36-4 > >> > >> mingw-gstreamer1-1.0.6-2 > >>** Package failed to build while it succeeded d

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread LRN
o build: 2 minutes, 44 seconds >> Build logs: >> http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20130829/mingw-gstreamer-0.10.36-4 >> >> mingw-gstreamer1-1.0.6-2 >> ** Package failed to build while it succeeded during the previous mass >> rebuild ** >&g

Re: [Mingw-w64-public] Using the official MinGW (32bit) distribution and integrate/install the x64 bit toolchains (targets)

2013-08-29 Thread Ray Donnelly
Here's my HOWTO for mingw-builds compilers and MSYS2: 1. Choose an MSYS2 (latest x32 or x64 version) from: http://sourceforge.net/projects/msys2/files/Alpha-versions/ 2. Install mingw-builds' MinGW-w64 GCC, run: http://kent.dl.sourceforge.net/project/mingwbuilds/mingw-builds-install/mingw-builds-

Re: [Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread Erik van Pienbroek
> mingw-gstreamer-0.10.36-4 > ** Package failed to build while it succeeded during the previous mass > rebuild ** > Package owner: pfor > Time to build: 2 minutes, 44 seconds > Build logs: > http://build1.vanpienbroek.nl/fedora-mingw-rebuild/201

[Mingw-w64-public] Mass rebuild report for August 29 2013

2013-08-29 Thread Erik van Pienbroek
This is a report for the 20130829 mass rebuild of all Fedora MinGW packages against Fedora Rawhide and a list of all the changes which have been applied since the previous mass rebuild. This mass rebuild was done using winpthreads instead of the old pthreads-w32 implementation. In Fedora itself

Re: [Mingw-w64-public] Application build failure

2013-08-29 Thread wynfield
O.S., Thank you for the information and pointing me in the right direction. >>From: Ozkan Sezer Subject: Re: [Mingw-w64-public] Application build failure To: mingw-w64-public@lists.sourceforge.net On 8/29/13, wynfi...@gmail.com wrote: > > I am working on building the Crypt_SSLeay library packa

Re: [Mingw-w64-public] Application build failure

2013-08-29 Thread JonY
On 8/29/2013 20:41, wynfield wrote: > > I am working on building the Crypt_SSLeay library package on MinGw. The > build fails with the following error message. It looks like I'm missing a > file called in.h which should be in directory /include/netinet. > > There is no directory netinet and

Re: [Mingw-w64-public] Application build failure

2013-08-29 Thread Ozkan Sezer
On 8/29/13, wynfi...@gmail.com wrote: > > I am working on building the Crypt_SSLeay library package on MinGw. The > build fails with the following error message. It looks like I'm missing a > file called in.h which should be in directory /include/netinet. > > There is no directory netinet and o

Re: [Mingw-w64-public] Javascript switch statement misbehavior in QtWebkit - gcc 4.8 32 bit optimization bug ?

2013-08-29 Thread Kai Tietz
Hi Kai, 2013/8/29 Koehne Kai : > Hi, > > We've been dealing with a strange bug report in Qt Webkit: A javascript > 'switch' statement that does fail to work correctly, but only in the mingw > packages. > > https://bugreports.qt-project.org/browse/QTBUG-31988 > > Apparently it only affects gcc 4.

[Mingw-w64-public] Javascript switch statement misbehavior in QtWebkit - gcc 4.8 32 bit optimization bug ?

2013-08-29 Thread Koehne Kai
Hi, We've been dealing with a strange bug report in Qt Webkit: A javascript 'switch' statement that does fail to work correctly, but only in the mingw packages. https://bugreports.qt-project.org/browse/QTBUG-31988 Apparently it only affects gcc 4.8.x , 32 bit, release builds. It's also no 'ne

[Mingw-w64-public] Application build failure

2013-08-29 Thread wynfield
I am working on building the Crypt_SSLeay library package on MinGw. The build fails with the following error message. It looks like I'm missing a file called in.h which should be in directory /include/netinet. There is no directory netinet and of course no in.h which should be in it. Does a