[Mingw-w64-public] Using MinGW-w64

2013-12-04 Thread wynfield
Thanks to Ruben Van Boxem informing me that MinGW-w64 can be downloaded from Cygwin I was able to install all packages successfully. I downloaded all MinGW-w64 packages except gcc-ada and gcc-fortran. I then attempted to build a test program using it. I tried the following c test case as shown

[Mingw-w64-public] [PATCH] Fix old bug which loomed due to r6391

2013-12-04 Thread Dongsheng Song
$ svn diff Index: trunk/mingw-w64-headers/include/winuser.h === --- trunk/mingw-w64-headers/include/winuser.h (revision 6391) +++ trunk/mingw-w64-headers/include/winuser.h (working copy) @@ -5624,7 +5624,7 @@ WINUSERAPI HDESK WINA

Re: [Mingw-w64-public] [patch winuser.h]: Windows 8 API ... winapi-family ... sorting out some strange stuff

2013-12-04 Thread JonY
On 12/5/2013 04:17, Kai Tietz wrote: > Hi, > > could somebody of you please review http://pastebin.com/w91sSRk0 > > Thanks, > Kai > Is this correct? CONST to const -POINT CONST *pptDst; -SIZE CONST *psize; +const POINT *pptDst; +const SIZE *psize; What is this part about? -

Re: [Mingw-w64-public] Mass rebuild report for December 04 2013

2013-12-04 Thread JonY
On 12/5/2013 03:27, Erik van Pienbroek wrote: > This is a report for the 20131204 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. > > During this mass rebuild the followin

[Mingw-w64-public] [patch winuser.h]: Windows 8 API ... winapi-family ... sorting out some strange stuff

2013-12-04 Thread Kai Tietz
Hi, could somebody of you please review http://pastebin.com/w91sSRk0 Thanks, Kai -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubad

[Mingw-w64-public] Mass rebuild report for December 04 2013

2013-12-04 Thread Erik van Pienbroek
This is a report for the 20131204 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. During this mass rebuild the following toolchain was used: * mingw-w64 r6388 20131129 trunk snapshot

Re: [Mingw-w64-public] mingw and mingw

2013-12-04 Thread Ruben Van Boxem
2013/12/4 K. Frank > Hello Wynfield! > > On Wed, Dec 4, 2013 at 8:56 AM, wrote: > > > > mingw-w64-public@lists.sourceforge.net > > > > It's been a while and I'm a confused over which Mingw is which. > > Mingw (www.mingw.org) and mingw-w64 (mingw-w64.sourceforge.net) > are two different projects

Re: [Mingw-w64-public] mingw and mingw

2013-12-04 Thread K. Frank
Hello Wynfield! On Wed, Dec 4, 2013 at 8:56 AM, wrote: > > mingw-w64-public@lists.sourceforge.net > > It's been a while and I'm a confused over which Mingw is which. Mingw (www.mingw.org) and mingw-w64 (mingw-w64.sourceforge.net) are two different projects with two different mailing lists (ming

Re: [Mingw-w64-public] Downloading

2013-12-04 Thread Ruben Van Boxem
2013/12/4 > > In order tosee what is involved in installing MinGW-w64 (for my 32-bit > host for 32-bit applications) I read the following on page: > http://sourceforge.net/apps/trac/mingw-w64/wiki/Downloading%20and%20installing%20MinGW-w64 > > where it states: > The file naming scheme is explai

[Mingw-w64-public] Downloading

2013-12-04 Thread wynfield
In order tosee what is involved in installing MinGW-w64 (for my 32-bit host for 32-bit applications) I read the following on page: http://sourceforge.net/apps/trac/mingw-w64/wiki/Downloading%20and%20installing%20MinGW-w64 where it states: The file naming scheme is explained below, with exampl

[Mingw-w64-public] mingw and mingw

2013-12-04 Thread wynfield
mingw-w64-public@lists.sourceforge.net It's been a while and I'm a confused over which Mingw is which. I preferring a manual install downloaded the files stated as needed for a minimal system plus the gbd and document packages from: URL = http://www.mingw.org/wiki/InstallationHOWTOforMinGW

Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h [solved]

2013-12-04 Thread Koehne Kai
> [..] > Well, for some reason the xmmintrin.h in > > http://softlayer-dal.dl.sourceforge.net/project/mingw- > w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw- > builds/4.8.2/threads-posix/dwarf/i686-4.8.2-release-posix-dwarf-rt_v3- > rev0.7z > > doesn't seem to be

Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h

2013-12-04 Thread Koehne Kai
> Well, for some reason the xmmintrin.h in I meant i686-w64-mingw32\include\intrin.h, sorry. > http://softlayer-dal.dl.sourceforge.net/project/mingw- > w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw- > builds/4.8.2/threads-posix/dwarf/i686-4.8.2-release-posix-dwarf-rt_v3- > rev0.7z

Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h

2013-12-04 Thread Alexpux
04 дек. 2013 г., в 15:32, Koehne Kai написал(а): > > >> -Original Message- >> From: Alexpux [mailto:alex...@gmail.com] >> Sent: Wednesday, December 04, 2013 11:55 AM >> To: mingw-w64-public@lists.sourceforge.net >> Subject: Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.

Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h

2013-12-04 Thread Koehne Kai
> -Original Message- > From: Alexpux [mailto:alex...@gmail.com] > Sent: Wednesday, December 04, 2013 11:55 AM > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs > intrin.h > > > 04 дек. 2013 г., в 14:52, Jacek Caban

Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h

2013-12-04 Thread Alexpux
04 дек. 2013 г., в 14:52, Jacek Caban написал(а): > On 12/04/13 10:37, Koehne Kai wrote: >>> -Original Message- >>> From: Alexey Pavlov [mailto:alex...@gmail.com] >>> Sent: Friday, September 20, 2013 9:18 AM >>> To: mingw-w64-public@lists.sourceforge.net >>> Subject: Re: [Mingw-w64-publi

Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h

2013-12-04 Thread Jacek Caban
On 12/04/13 10:37, Koehne Kai wrote: >> -Original Message- >> From: Alexey Pavlov [mailto:alex...@gmail.com] >> Sent: Friday, September 20, 2013 9:18 AM >> To: mingw-w64-public@lists.sourceforge.net >> Subject: Re: [Mingw-w64-public] mingw-w64 v3.0 RC1 >> >> [...] > >> Hi, >> >> >>

Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h

2013-12-04 Thread Alexpux
04 дек. 2013 г., в 14:40, Koehne Kai написал(а): > > >> -Original Message- >> From: Alexpux [mailto:alex...@gmail.com] >> Sent: Wednesday, December 04, 2013 11:18 AM >> To: mingw-w64-public@lists.sourceforge.net >> Subject: Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.

Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h

2013-12-04 Thread Koehne Kai
> -Original Message- > From: Alexpux [mailto:alex...@gmail.com] > Sent: Wednesday, December 04, 2013 11:18 AM > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs > intrin.h > > > 04 дек. 2013 г., в 13:37, Koehne Kai

Re: [Mingw-w64-public] It's impossible to install mingw-w64-x86_64 group in msys2 (64 bit)

2013-12-04 Thread Alexpux
04 дек. 2013 г., в 14:15, awson написал(а): > pacman -S mingw-w64-x86_64 gives this error: > > error: failed retrieving file > 'mingw-w64-x86_64-gettext-0.18.3.1-1-any.pkg.tar.xz' from sourceforge.net : > Maximum file size exceeded > > if I download mingw-w64-x86_64-gettext-0.18.3.1-1-any.pkg.

[Mingw-w64-public] It's impossible to install mingw-w64-x86_64 group in msys2 (64 bit)

2013-12-04 Thread awson
pacman -S mingw-w64-x86_64 gives this error: error: failed retrieving file 'mingw-w64-x86_64-gettext-0.18.3.1-1-any.pkg.tar.xz' from sourceforge.net : Maximum file size exceeded if I download mingw-w64-x86_64-gettext-0.18.3.1-1-any.pkg.tar.xz manually and put it in /var/cache/pacman/pkg the I get

Re: [Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h

2013-12-04 Thread Alexpux
04 дек. 2013 г., в 13:37, Koehne Kai написал(а): > >> -Original Message- >> From: Alexey Pavlov [mailto:alex...@gmail.com] >> Sent: Friday, September 20, 2013 9:18 AM >> To: mingw-w64-public@lists.sourceforge.net >> Subject: Re: [Mingw-w64-public] mingw-w64 v3.0 RC1 >> >> [...] > >>

[Mingw-w64-public] Conflicting C/C++ linkage in xmmintrin.h vs intrin.h

2013-12-04 Thread Koehne Kai
> -Original Message- > From: Alexey Pavlov [mailto:alex...@gmail.com] > Sent: Friday, September 20, 2013 9:18 AM > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] mingw-w64 v3.0 RC1 > > [...] > Hi, > > > I was asked by a user of my Arch User Rep