Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-20 Thread Alexey Pavlov
I don’t think it is good idea provide library that not part of SDK. Regards, Alexey > 20 мая 2021 г., в 17:29, Liu Hao написал(а): > > 在 2021-05-18 07:26, Mark Harmstone 写道: >> This is the counterpart to srv.h, used to create extended stored >> procedures for MSSQL. >> Signed-off-by: Mark

[Mingw-w64-public] [PATCH] Add missing IPPROTO_* defines

2019-10-22 Thread Alexey Pavlov
>From 014fcc1b347cc79a2e14c7a4009a3d08d6d10870 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 22 Oct 2019 13:28:43 +0300 Subject: [PATCH] Add missing IPPROTO_* defines --- mingw-w64-headers/include/winsock2.h | 9 + 1 file changed, 9 insertions(+) diff --git a/mingw-

[Mingw-w64-public] [PATCH] Remove timer functions export from 32-bit kernel32

2019-07-24 Thread Alexey Pavlov
>From 6ca93317c0c6513b6e9f4fd3d3a95eefde612d3c Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Thu, 25 Jul 2019 08:19:10 +0300 Subject: [PATCH] Remove time functions export for 32 bit kernel32 as they export by winmm and already removed from 64-bit kernel32 --- mingw-w64-crt/lib32/kerne

Re: [Mingw-w64-public] [PATCH] Fix building runtime for Cygwin

2019-07-18 Thread Alexey Pavlov
JonY, can you push it? чт, 18 июл. 2019 г. в 02:55, JonY via Mingw-w64-public < mingw-w64-public@lists.sourceforge.net>: > On 7/17/19 8:24 PM, Alexey Pavlov wrote: > >>From 045b8d3925b22dbac648cf7db552b57df4f1f295 Mon Sep 17 00:00:00 2001

[Mingw-w64-public] [PATCH] Fix building runtime for Cygwin

2019-07-17 Thread Alexey Pavlov
>From 045b8d3925b22dbac648cf7db552b57df4f1f295 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 17 Jul 2019 23:21:23 +0300 Subject: [PATCH] Fix building runtime for Cygwin. Some defines was moved to corecrt.h header, so it must be installed always --- mingw-w64-headers/configure

Re: [Mingw-w64-public] i686 gcc version 8.2?

2018-12-12 Thread Alexey Pavlov
ср, 12 дек. 2018 г. в 15:44, RK via Mingw-w64-public < mingw-w64-public@lists.sourceforge.net>: > >On 12/11/2018, 8:25 PM, Liu Hao wrote:>在 2018/12/12 > 6:04, Earnie via Mingw-w64-public 写道:>> On 12/11/2018 4:50 PM, Mateusz > Mikuła wrote:>>> https://musl.cc works fine, check your DNS.>> >

Re: [Mingw-w64-public] [PATCH] Add interfaces frm evr header to libamstrmid

2018-08-25 Thread Alexey Pavlov
I have talk with Jacek on IRC. He tell me that this is necessary to provide IIDs from updated evr header. It solve issue with building Qt5 with latest mingw-w64 > 25 авг. 2018 г., в 11:04, Liu Hao написал(а): > >> 在 2018/8/25 7:07, JonY via Mingw-w64-public 写道: >> Can you explain it in your

[Mingw-w64-public] [PATCH] Add interfaces frm evr header to libamstrmid

2018-08-24 Thread Alexey Pavlov
From 13d7142491390894f057da66adea4fd99c3c1fc0 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 24 Aug 2018 20:20:26 +0300 Subject: [PATCH] libamstrmid: Add evr interfaces --- mingw-w64-crt/libsrc/amstrmid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-crt/libsrc

[Mingw-w64-public] [PATCH] Add some missing features to shlwapi header

2018-07-31 Thread Alexey Pavlov
From 45b1912686d578379b091947720ac8f20ff28f90 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 31 Jul 2018 21:52:12 +0300 Subject: [PATCH] Add missing features to shlwapi header --- mingw-w64-headers/include/shlwapi.h | 38 + 1 files changed, 38 insertions(+) create mode 100644

[Mingw-w64-public] [PATCH] Add IDL files for evl and mfplay headers. Add missing interface to mfidl

2018-07-21 Thread Alexey Pavlov
-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Mingw-w64-public mailing list

[Mingw-w64-public] [PATCH] Add IDL files for evl and mfplay headers. Add missing interface to mfidl

2018-07-18 Thread Alexey Pavlov
-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Mingw-w64-public mailing list

[Mingw-w64-public] Issue with headers.

2017-01-26 Thread Alexey Pavlov
Hi! I'm working on building Qt-5.8.0 with mingw-w64 + GCC 6.3.0 and now have issue: In file included from C:/building/msys64/mingw64/x86_64-w64-mingw32/include/wrl.h:10:0, from qwindowsdirect2dpaintengine.cpp:62: C:/building/msys64/mingw64/x86_64-w64-mingw32/include/wrl/client.h:

Re: [Mingw-w64-public] winpthreads

2015-07-28 Thread Alexey Pavlov
28 июля 2015 г., в 7:09, Alexey Pavlov alexey.paw...@gmail.com написал(а): Hi, guys! Our users (MSYS2) report lot of crashes in different applications. We found that that crash are happen after upgrading winpthreads and caused one or both of two commits: Rewrite the pthread spin lock

[Mingw-w64-public] winpthreads

2015-07-27 Thread Alexey Pavlov
Hi, guys! Our users (MSYS2) report lot of crashes in different applications. We found that that crash are happen after upgrading winpthreads and caused one or both of two commits: Rewrite the pthread spin lock implementation -

[Mingw-w64-public] [PATCH] Remove duplicates

2015-07-02 Thread Alexey Pavlov
Activscp header/idl define twice many IID. diff --git a/mingw-w64-headers/include/activscp.h b/mingw-w64-headers/include/activscp.h index 847290e..cf93d7a 100644 --- a/mingw-w64-headers/include/activscp.h +++ b/mingw-w64-headers/include/activscp.h @@ -175,35 +175,9 @@ extern C {

[Mingw-w64-public] [PATCH] Fix def file for 32-bit d3d11.dll

2015-02-18 Thread Alexey Pavlov
From ddf2219d6eaa7991ef8de76539573f8fc8b85c41 Mon Sep 17 00:00:00 2001 From: Alexpux alexey.paw...@gmail.com Date: Wed, 18 Feb 2015 15:14:04 +0300 Subject: [PATCH] Fix 32-bit def file for d3d11.dll. Symbols need have argument count. --- mingw-w64-crt/lib32/d3d11.def | 92

Re: [Mingw-w64-public] [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-26 Thread Alexey Pavlov
2015-01-25 6:13 GMT+03:00 Dongsheng Song dongsheng.s...@gmail.com: On Fri, Jan 23, 2015 at 6:35 PM, Jacek Caban ja...@codeweavers.com wrote: On 01/22/15 15:35, Dongsheng Song wrote: Please review. Looks good to me. Thanks, Jacek Pushed as

Re: [Mingw-w64-public] [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-21 Thread Alexey Pavlov
2015-01-07 12:12 GMT+03:00 Dongsheng Song dongsheng.s...@gmail.com: On Wed, Jan 7, 2015 at 4:50 PM, niXman i.nix...@autistici.org wrote: Dongsheng Song 2015-01-07 11:34: Since the last 6 characters must be XX is mandatory, I think no need such tricks. You do not know what will

[Mingw-w64-public] asctime_r duplications

2015-01-07 Thread Alexey Pavlov
Ladt changes to time functions lead to multiple definitions of asctime_r in some programs. For example, libtool: link: x86_64-w64-mingw32-g++ -shared -nostdlib C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/lib/../lib/dllcrt2.o

[Mingw-w64-public] Trunk build fail

2014-12-16 Thread Alexey Pavlov
Recent trunk version of mingw-w64 runtime fail to build during last changes to huge headers: http://pastebin.com/XZ30gHtF Regards, Alexey. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate!

[Mingw-w64-public] [patch] Add qsort_s declaration.

2014-11-24 Thread Alexey Pavlov
Use qsort_s from msvcrt according to: http://msdn.microsoft.com/en-us/library/4xc60xas.aspx From 4eb3c7dffd4f27bcec3a0141de2a2b8448079cac Mon Sep 17 00:00:00 2001 From: Alexpux alexey.paw...@gmail.com Date: Mon, 24 Nov 2014 12:38:17 +0300 Subject: [PATCH] Add qsort_s declarations. Use msvcrt

Re: [Mingw-w64-public] [patch] Missing defines for ws2tcpip

2014-11-19 Thread Alexey Pavlov
Previous message have patch with typo. Attached new patch. 2014-11-19 10:53 GMT+03:00 Alexey Pavlov alex...@gmail.com: According to http://msdn.microsoft.com/en-us/library/windows/desktop/ms738520(v=vs.85).aspx we need some missing defines. Regards, Alexey. From

[Mingw-w64-public] [patch] Missing defines for ws2tcpip

2014-11-18 Thread Alexey Pavlov
According to http://msdn.microsoft.com/en-us/library/windows/desktop/ms738520(v=vs.85).aspx we need some missing defines. Regards, Alexey. From 3bb52c1d4e691265a95e228fa4091e51d8229795 Mon Sep 17 00:00:00 2001 From: Alexpux alexey.paw...@gmail.com Date: Wed, 19 Nov 2014 10:43:48 +0300 Subject:

[Mingw-w64-public] netioapi.h inconsistence

2014-10-25 Thread Alexey Pavlov
Hi! Some users report about inconsistency in netioapi header. They have issues with using it on WinXP. See: https://github.com/Alexpux/MINGW-packages/issues/279 Regards, Alexey. --

[Mingw-w64-public] [patch] Fix missing source

2014-09-15 Thread Alexey Pavlov
Attached patch fix listed source for mingwex{32,64} introduced in commit [3e3f329] mingw-w64-missing-log.patch Description: Binary data -- Want excitement? Manually upgrade your production database. When you want

[Mingw-w64-public] Missing GUIDs in libuuid

2014-07-22 Thread Alexey Pavlov
I have error described here: http://www.qtcentre.org/threads/38060-How-to-fix-this-error-undefined-reference-to-IID_IMultiLanguage Seems some GUIDs are missing in mingw-w64. Regards, Alexey. -- Want fast and easy access

Re: [Mingw-w64-public] bunzip2 from both mingw-w64-i686-bzip2-1.0.6-1 and mingw-w64-x86_64-bzip2-1.0.6-1 don't work

2014-03-12 Thread Alexey Pavlov
2014-03-12 17:58 GMT+04:00 kyrab ky...@mail.ru: bunzip2 from both mingw-w64-i686-bzip2-1.0.6-1 and mingw-w64-x86_64-bzip2-1.0.6-1 packages don't work. When being ran it silently does nothing, returning 1.inde Fixed. New packages uploaded. Regards, Alexey.

[Mingw-w64-public] Mingw toolchains and Clang

2014-01-15 Thread Alexey Pavlov
Long time ago we add possibility to build Clang into mingw-builds scripts. Now we want to provide Clang builds for mingw-w64 toolchains. There are two possibilities that we can do: *1. *Include clang builds into toolchain archive *2.* Provide separate builds of GCC+Clang I have a question to

[Mingw-w64-public] Duplicate declarations

2013-12-25 Thread Alexey Pavlov
Hi! I found that *winuser.h* from trunk have twice declared *tagTouchPredictionParameters*. First declaration is on *5144* line, second - *6520* line. On of this declaration need to be removed. Regards, Alexey. --

Re: [Mingw-w64-public] GNU Make 4.0

2013-12-16 Thread Alexey Pavlov
2013/12/16 Ruben Van Boxem vanboxem.ru...@gmail.com: 2013/12/16 niXman i.nix...@autistici.org Ruben Van Boxem 2013-12-16 13:34: Hi, Quick question: does the GNU Make 4.0 release mean I don't need to patch the hell out of GNU Make anymore to make it function decently in a Windows

Re: [Mingw-w64-public] Winpthreads library issue with dwarf toolchain

2013-12-11 Thread Alexey Pavlov
ping? 2013/12/8 Fanael Linithien fana...@gmail.com: Ping? -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now!

[Mingw-w64-public] Winpthreads library issue with dwarf toolchain

2013-11-27 Thread Alexey Pavlov
Hi, all! I'm have issue with winpthreads from trunk rev.6367 and later. It break for me dwarf toolchains with threads=posix. Most generated binaries with this toolchain crash on startup. For example, I build sqlite3 and winpthreads rev.6367 with debuginfo and has next GDB backtrace

Re: [Mingw-w64-public] Trouble with libstdc++-6.dll

2013-11-26 Thread Alexey Pavlov
2013/11/26 Ingo Maindorfer i...@liquidcooling.de: Hello, I've downloaded x64-Qt-4.8.5+qtcreator-3.0.0-beta-(gcc-4.8.2-seh-rt_v3-rev0).7z and run into some trouble. Mingw64\bin was added to my path to have the gcc, gdb and friends at hand. Unfortunally there a two different libstdc++-6.dll

Re: [Mingw-w64-public] Why is MSYS2 Git so slow?

2013-11-22 Thread Alexey Pavlov
2013/11/22 Óscar Fuentes o...@wanadoo.es: I was hoping to replace my MSYSGit install with MSYS2 + Git, but the later is 4x slower than the former. Same Git version (1.8.4), same command (git status, for example.) Why this difference? As I know, MSYSGit is hybrid of MSYS shell + MinGW Git.

Re: [Mingw-w64-public] MSYS2

2013-11-20 Thread Alexey Pavlov
Hi! I want to ANNOUNCE that I create two pacman repositories for MinGW-w64 toolchains for MSYS2: https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ This toolchains builded with threads=posix no-multilib - dwarf and

Re: [Mingw-w64-public] MSYS2

2013-11-20 Thread Alexey Pavlov
2013/11/20 Alexey Pavlov alex...@gmail.com Hi! I want to ANNOUNCE that I create two pacman repositories for MinGW-w64 toolchains for MSYS2: https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ This toolchains

Re: [Mingw-w64-public] MSYS2

2013-11-20 Thread Alexey Pavlov
2013/11/20 Ruben Van Boxem vanboxem.ru...@gmail.com 2013/11/20 Alexey Pavlov alex...@gmail.com Hi! I want to ANNOUNCE that I create two pacman repositories for MinGW-w64 toolchains for MSYS2: https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ https://sourceforge.net

Re: [Mingw-w64-public] MSYS2 *_shell.bat files updated with pacman -Syu?

2013-11-20 Thread Alexey Pavlov
2013/11/21 Jon jon.for...@gmail.com: If yes, anytime a pacman upgrade has newer bat files, I'd like to see the newer bat's installed as *_shell.bat.pacnew rather than overwriting the existing bat's. This is important to me because I have multiple msys(2)/mingw-w64 based toolchains on my

Re: [Mingw-w64-public] [MSYS2] yaourt, cmake emacs

2013-11-19 Thread Alexey Pavlov
2013/11/19 张皛闶 inter1...@gmail.com Many thanks to Alexey for bringing us msys2 with pacman. Hence i'm interesting in when can we expect a yaourt, a cmake and a emacs (better similar to the cygwin's, use msys's base subsystem and windows gui). Cygwin use X11 subsystem for GUI. I don't want to

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Alexey Pavlov
2013/11/18 Jon jon.for...@gmail.com Reasons why the following in a 32bit MSYS2's /etc/pacman.conf is an awful idea? [mingw] #Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/$arch Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64 $arch specify

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Alexey Pavlov
2013/11/19 Ruben Van Boxem vanboxem.ru...@gmail.com 2013/11/18 Alexey Pavlov alex...@gmail.com 2013/11/18 Jon jon.for...@gmail.com Reasons why the following in a 32bit MSYS2's /etc/pacman.conf is an awful idea? [mingw] #Server = https://sourceforge.net/projects/msys2/files/REPOS

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Alexey Pavlov
2013/11/19 Jon jon.for...@gmail.com On Mon, Nov 18, 2013 at 3:05 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2013/11/18 Alexey Pavlov alex...@gmail.com 2013/11/18 Jon jon.for...@gmail.com Reasons why the following in a 32bit MSYS2's /etc/pacman.conf is an awful idea

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Alexey Pavlov
2013/11/19 Jon jon.for...@gmail.com On Mon, Nov 18, 2013 at 3:46 PM, Alexey Pavlov alex...@gmail.com wrote: 2013/11/19 Jon jon.for...@gmail.com On Mon, Nov 18, 2013 at 3:05 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2013/11/18 Alexey Pavlov alex...@gmail.com 2013/11

Re: [Mingw-w64-public] MSYS2: wrong disk space used reported by `du'

2013-11-13 Thread Alexey Pavlov
2013/11/13 Corinna Vinschen vinsc...@redhat.com On Nov 12 22:52, Óscar Fuentes wrote: Corinna Vinschen vinsc...@redhat.com writes: On Nov 12 13:59, Óscar Fuentes wrote: $ du -sh /lib/git-core 13M /lib/git-core Windows Explorer says that d:/msys32/lib/git-core uses 169

Re: [Mingw-w64-public] MSYS2

2013-11-12 Thread Alexey Pavlov
Today I want to announce that MSYS2 now has console package manager - pacman that is ported from Arch Linux. I'm still working on porting pacman but it work in general. You can find general info about packman here: https://wiki.archlinux.org/index.php/pacman I create experimental base msys2

Re: [Mingw-w64-public] MSYS2

2013-11-12 Thread Alexey Pavlov
after first start? On Nov 12, 2013 6:58 AM, Alexey Pavlov alex...@gmail.com wrote: Today I want to announce that MSYS2 now has console package manager - pacman that is ported from Arch Linux. I'm still working on porting pacman but it work in general. You can find general info about packman here

Re: [Mingw-w64-public] MSYS2

2013-11-12 Thread Alexey Pavlov
2013/11/12 Ruben Van Boxem vanboxem.ru...@gmail.com 2013/11/12 Alexey Pavlov alex...@gmail.com Today I want to announce that MSYS2 now has console package manager - pacman that is ported from Arch Linux. I'm still working on porting pacman but it work in general. You can find general info

Re: [Mingw-w64-public] MSYS2

2013-11-12 Thread Alexey Pavlov
something similar to the aur site on archlinux On Nov 12, 2013 12:04 PM, Alexey Pavlov alex...@gmail.com wrote: 2013/11/12 Jon jon.for...@gmail.com Oh Alexey you madcap. And in honor of Get to Know Your Inner Scot Day, let me be the first to shout a hearty FUCK YES. Oh hell

Re: [Mingw-w64-public] MSYS2 BASE package selection

2013-11-12 Thread Alexey Pavlov
2013/11/12 Jon jon.for...@gmail.com Why were the following packages not selected for inclusion in this version of the BASE download? msys autoconf 2.69-1 msys automake 1.14-1 msys libtool 2.4.2-1 There are many candidates to BASE group but need to understand that it increase size.

Re: [Mingw-w64-public] MSYS2 BASE package selection

2013-11-12 Thread Alexey Pavlov
12, 2013 at 2:56 PM, Alexey Pavlov alex...@gmail.com wrote: 2013/11/12 Jon jon.for...@gmail.com Why were the following packages not selected for inclusion in this version of the BASE download? msys autoconf 2.69-1 msys automake 1.14-1 msys libtool 2.4.2-1 There are many

Re: [Mingw-w64-public] MSYS2 BASE package selection

2013-11-12 Thread Alexey Pavlov
2013/11/13 Ruben Van Boxem vanboxem.ru...@gmail.com Op 12-nov.-2013 21:11 schreef Alexey Pavlov alex...@gmail.com: 2013/11/13 Jon jon.for...@gmail.com Understood. I think a vote is a bad idea because everyone has their favorite they'd like to see in BASE. By accommodating too

Re: [Mingw-w64-public] whats the difference between msys2-20131003.tar.xz and msys2-base-i686-20131112?

2013-11-12 Thread Alexey Pavlov
2013/11/13 ResQue resque1...@gmail.com what is the difference between x32-msys2-20131003.tar.xz and msys2-base-i686-20131112.tar.xz? I noticed that the new version has pacman and the older version does not. But the older version seems to have a lot more files in there like GIT and is more

Re: [Mingw-w64-public] MSYS2

2013-11-12 Thread Alexey Pavlov
I'm create 64-bit base MSYS2: msys64-base-x86_64-20131113.tar.xzhttp://sourceforge.net/projects/msys2/files/Base/x86_64/msys64-base-x86_64-20131113.tar.xz/download Also I upload some updates for 32-bit: fix packman's warnings, update vim, glib2. You can update your 32-bit msys2 by pacman -Syu

Re: [Mingw-w64-public] conflicting EXCEPTION_REGISTRATION types with tcl/tk 8.6.1

2013-11-07 Thread Alexey Pavlov
2013/11/8 Jon jon.for...@gmail.com: the link to the tcltk buildlet https://github.com/jonforums/buildlets/blob/master/build_tcltk.ps1#L79-L80 On Thu, Nov 7, 2013 at 10:41 PM, Jon jon.for...@gmail.com wrote: While updating my powershell-based build recipes (buildlets) for 64-bit and other

Re: [Mingw-w64-public] [Project News | New Builds]

2013-10-28 Thread Alexey Pavlov
2013/10/19 Alexey Pavlov alex...@gmail.com: ANNOUNCING first GCC-4.8.2 builds with latest stable mingw-w64 runtime v3. Program versions in builds: GCC-4.8.2. binutils-2.23.2. mingw-w64 runtime rev.6346. gdb-7.6.1. python-2.7.5. GNU Make 4.0 from git. GCC-4.8.2 builded with bootstrap

Re: [Mingw-w64-public] MSYS2

2013-10-22 Thread Alexey Pavlov
Yesterday snapshots contain errors that may cause errors during uncompress. Today I upload new snapshots that fix this issue: 32-bit: x32-msys2-20131022.tar.xzhttp://sourceforge.net/projects/msys2/files/Alpha-versions/32-bit/x32-msys2-20131022.tar.xz/download 64-bit:

Re: [Mingw-w64-public] MSYS2

2013-10-21 Thread Alexey Pavlov
New MSYS2 snapshots: 32-bit: x32-msys2-20131021.tar.xzhttp://sourceforge.net/projects/msys2/files/Alpha-versions/32-bit/x32-msys2-20131021.tar.xz/download 64-bit: x64-msys2-20131021.tar.xzhttp://sourceforge.net/projects/msys2/files/Alpha-versions/64-bit/x64-msys2-20131021.tar.xz/download

[Mingw-w64-public] [Project News | New Builds]

2013-10-19 Thread Alexey Pavlov
*ANNOUNCING* first GCC-4.8.2 builds with latest stable mingw-w64 runtime v3. Program *versions* in builds: 1. *GCC-4.8.2. * 2. *binutils-2.23.2. * 3. *mingw-w64 runtime rev.6346. * 4. *gdb-7.6.1. * 5. *python-2.7.5.* 6. *GNU Make 4.0 from git.* *GCC-4.8.2 *builded

Re: [Mingw-w64-public] Detecting libexpat library failed with undefined reference to _time32

2013-10-02 Thread Alexey Pavlov
2013/10/2 LRN lrn1...@gmail.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02.10.2013 20:39, asmwarrior wrote: Hi, I'm using D:\mingw-builds\x32-4.8.1-posix-dwarf-rev5 to build GDB under MSYS. I have manually download the iconv, zlib, expat, and build and install them to /mingw.

Re: [Mingw-w64-public] compile C curses program under mingw-w64

2013-10-02 Thread Alexey Pavlov
2013/10/2 Daniel Goldman dgold...@ehdp.com Background - I gcc compile a C curses program under ubuntu Linux, using ncurses. It works great. I also compile the curses program under DOS / xp, using pdcurses included with mingw. The DOS version works fine in production mode. But there are some

Re: [Mingw-w64-public] MinGW64\bin... 32/64 bits compier?

2013-09-30 Thread Alexey Pavlov
2013/9/30 Incongruous incongru...@outlook.com In the MinGW64\bin folder, there are two entries for the g++ compiler and ..\bin\g++.exe and ..\bin\x86_64-w64-mingw32-g++.exe, I have assumed that the first entry is the 32bit compiler and that the second is the 64bit compiler. Is this correct?

Re: [Mingw-w64-public] where to create winsup/mingw

2013-09-26 Thread Alexey Pavlov
2013/9/26 Frédéric Bron frederic.b...@m4x.org Hi, Thanks for the links. Why do you think you need to build everything yourself? There are many pre-packaged binaries available from the MinGW-w64 download page. Please use those if you don't know the answer to this question ;-) I have

Re: [Mingw-w64-public] [Project News | New Builds]

2013-09-25 Thread Alexey Pavlov
*ANNOUNCING* new GCC-4.8.1 builds with latest stable mingw-w64 runtime v3. GCC-4.8.1 has been rebuild with rev2. Program *versions* in builds: 1. *GCC-4.8.1. * 2. *binutils-2.23.2. * 3. *mingw-w64 runtime rev.6311. * 4. *gdb-7.6.1. * 5. *python-2.7.5.* 6. *GNU Make

Re: [Mingw-w64-public] Announcement: mingw-builds and mingw-w64 are joining forces

2013-09-24 Thread Alexey Pavlov
2013/9/24 xunxun xunxun1...@gmail.com: 于 2013/9/24 星期二 20:41, niXman 写道: 2013/9/24 xunxun: You can see http://gcc.gnu.org/ml/gcc/2013-03/msg00210.html Build time will be increased approximately by 400 percent, in order to increase compilation speed by 10 percent. I do not see the any point

Re: [Mingw-w64-public] Announcement: mingw-builds and mingw-w64 are joining forces

2013-09-24 Thread Alexey Pavlov
2013/9/24 xunxun xunxun1...@gmail.com: 于 2013/9/24 星期二 22:21, Alexey Pavlov 写道: 2013/9/24 xunxun xunxun1...@gmail.com: 于 2013/9/24 星期二 20:41, niXman 写道: 2013/9/24 xunxun: You can see http://gcc.gnu.org/ml/gcc/2013-03/msg00210.html Build time will be increased approximately by 400 percent

Re: [Mingw-w64-public] Announcement: mingw-builds and mingw-w64 are joining forces

2013-09-24 Thread Alexey Pavlov
. Our scripts has option to build all with -flto flag but it fail very often. Regards, Alexey. Thanks! 2013/9/24 xunxun xunxun1...@gmail.com 于 2013/9/24 星期二 22:21, Alexey Pavlov 写道: 2013/9/24 xunxun xunxun1...@gmail.com: 于 2013/9/24 星期二 20:41, niXman 写道: 2013/9/24 xunxun: You can see

Re: [Mingw-w64-public] Announcement: mingw-builds and mingw-w64 are joining forces

2013-09-23 Thread Alexey Pavlov
2013/9/23 Martin Mitáš m...@morous.org: P.S. 32-bit: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.1/threads-posix/sjlj/i686-4.8.1-release-posix-sjlj-rev1.7z

Re: [Mingw-w64-public] MSYS2

2013-09-09 Thread Alexey Pavlov
New MSYS2 snapshots: 32-bit: x32-msys2-beta2-20130909.tar.xzhttp://sourceforge.net/projects/msys2/files/Alpha-versions/32-bit/x32-msys2-beta2-20130909.tar.xz/download 64-bit:

Re: [Mingw-w64-public] MSYS2

2013-09-09 Thread Alexey Pavlov
between msys2_shell.bat and mingw_shell.bat? Thanks a lot! 2013/9/9 Alexey Pavlov alex...@gmail.com New MSYS2 snapshots: 32-bit: x32-msys2-beta2-20130909.tar.xzhttp://sourceforge.net/projects/msys2/files/Alpha-versions/32-bit/x32-msys2-beta2-20130909.tar.xz/download 64-bit: x64-msys2

Re: [Mingw-w64-public] MinGW and Msys Directories

2013-09-01 Thread Alexey Pavlov
msys-2.0.dll is renamed and patched cygwin1.dll. 2013/9/2 Baruch Burstein bmburst...@gmail.com What is this msys-2.0.dll? What functions does it supply? How is this different than cygwin's infamous dll? On Sun, Sep 1, 2013 at 4:35 PM, Ray Donnelly mingw.andr...@gmail.comwrote: MSYS2 is

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

2013-08-29 Thread Alexey Pavlov
2013/8/29 Erik van Pienbroek e...@vanpienbroek.nl mingw-qt5-qtbase-5.1.0-5 ** Package failed to build while it succeeded during the previous mass rebuild ** Package owner: epienbro Time to build: 9 minutes, 54 seconds Build logs:

Re: [Mingw-w64-public] mingw/gcc stralign.h

2013-08-10 Thread Alexey Pavlov
2013/8/10 JonY jo...@users.sourceforge.net On 8/10/2013 11:47, G M wrote: Hi Just to correct my previous message, the alternative stralign.h I found doesn't work for me after all when building Ninja, I made a mistake building it before to think it did work. So the diff I provided

Re: [Mingw-w64-public] MSYS2

2013-07-28 Thread Alexey Pavlov
New MSYS2 snapshots: 32-bit: x32-msys2-alpha-20130728.tar.xzhttp://sourceforge.net/projects/msys2/files/Alpha-versions/32-bit/x32-msys2-alpha-20130728.tar.xz/download 64-bit:

Re: [Mingw-w64-public] Getting Rid of winpthread Dynamic Dependency

2013-07-25 Thread Alexey Pavlov
2013/7/25 Ruben Van Boxem vanboxem.ru...@gmail.com 2013/7/25 Haroogan haroo...@gmail.com That's weird, but even -static-libgcc -static-libstdc++ -static -Wl,-Bstatic -lpthread -Wl,-Bdynamic does not help. Why? Can you run dependency walker on the executable and see what exactly is

Re: [Mingw-w64-public] Fwd: [Mingwbuilds-users] Is Win 2000 supported?

2013-07-22 Thread Alexey Pavlov
This problem fixed in mingw-w64 trunk yesterday. And will be fixed in next mingw-builds toolchains. Regards, Alexey. -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with

Re: [Mingw-w64-public] MSYS2

2013-07-15 Thread Alexey Pavlov
2013/7/15 asmwarrior asmwarr...@gmail.com: On 2013-7-10 1:21, Alexey Pavlov wrote: Upload new MSYS2 snapshots: 32-bit: x32-msys2-alpha-20130709.tar.xz http://sourceforge.net/projects/msys2/files/Alpha-versions/32-bit/x32-msys2-alpha-20130709.tar.xz/download 64-bit: x64-msys2-alpha

Re: [Mingw-w64-public] Not understanding SJLJ dependency tradeoffs

2013-07-15 Thread Alexey Pavlov
2013/7/15 Jon jon.for...@gmail.com: On Mon, 15 Jul 2013 11:02:20 +0400 niXman i.nix...@gmail.com wrote: 2013/7/15 Jon: When I build C apps with mingwbuilds 4.8.1-win32-sjlj, the built artifacts have a runtime dependency on `libgcc_s_sjlj-1.dll`. This is not the case when I use the

Re: [Mingw-w64-public] MSYS2

2013-07-09 Thread Alexey Pavlov
Upload new MSYS2 snapshots: 32-bit: x32-msys2-alpha-20130709.tar.xzhttp://sourceforge.net/projects/msys2/files/Alpha-versions/32-bit/x32-msys2-alpha-20130709.tar.xz/download 64-bit:

Re: [Mingw-w64-public] MSYS2

2013-07-09 Thread Alexey Pavlov
2013/7/9 Teemu Nätkinniemi tnatk...@gmail.com On 9.7.2013 20:21, Alexey Pavlov wrote: Upload new MSYS2 snapshots: Does this already work with win32 tools? Yes we successfully using it with native Mingw-w64 toolchains for building software

Re: [Mingw-w64-public] MinGW-w64 (64-bit/POSIX/SEH) Based on GCC 4.8.0 Regression with -O3 flag (Spotted on QtCore 4.8.5)

2013-07-03 Thread Alexey Pavlov
2013/7/3 niXman i.nix...@gmail.com: 2013/7/3 Ruben Van Boxem: That issue seems unrelated. And it might be fixable by linking the 32-bit GCC compiler executables with -Wl,--enable-large-address-aware. or binutils executables? Mingw-builds binutils already built with this flags.

Re: [Mingw-w64-public] MinGW-w64 (64-bit/POSIX/SEH) Based on GCC 4.8.0 Regression with -O3 flag (Spotted on QtCore 4.8.5)

2013-07-02 Thread Alexey Pavlov
This is known problem. See https://bugreports.qt-project.org/browse/QTBUG-29099. It for Qt5 but for Qt4 is the same. You can't now use -O3 with mingw toolchains based on gcc-4.7.3+. Regards, Alexey. 2013/7/3 Haroogan haroo...@gmail.com: Hello, The problem is as follows. Building Qt 4.8.5

Re: [Mingw-w64-public] MSYS2

2013-06-25 Thread Alexey Pavlov
I upload new snapshots for testing: 32-bit: x32-msys2-alpha-20130625.tar.xzhttp://sourceforge.net/projects/msys2/files/Alpha-versions/32-bit/x32-msys2-alpha-20130625.tar.xz/download 64-bit:

Re: [Mingw-w64-public] gcc-4.8.1 build failure libstdc++ string

2013-06-24 Thread Alexey Pavlov
2013/6/25 Alon Bar-Lev alon.bar...@gmail.com On Tue, Jun 25, 2013 at 12:00 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2013/6/22 Alon Bar-Lev alon.bar...@gmail.com Hello, gcc-4.8.1 failing for some reason, I guess std::vswprintf is incompatible for some reason, gcc-4.7.3

Re: [Mingw-w64-public] End of rubenvb builds

2013-06-23 Thread Alexey Pavlov
2013/6/23 LRN lrn1...@gmail.com -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23.06.2013 17:15, Ruben Van Boxem wrote: Hi everyone, I have come to the conclusion that my MinGW-w64 builds bring too little to the table for me to continue maintaining them. I strongly encourage

Re: [Mingw-w64-public] End of rubenvb builds

2013-06-23 Thread Alexey Pavlov
2013/6/23 Baruch Burstein bmburst...@gmail.com And of course, as expected. I just went to try the mingw-builds, and downloaded their recommended installer (the download button on the front page), and when tried to run it, it didn't work (couldn't download repository.txt or some such). We