[Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Ruben Van Boxem
Hi everyone, I'm cleaning up my build scripts and including automated application of patches etc. I previously had an old cvs checkout of GNU make with some patches that seemed necessary to apply to have it work for everything. I'd like to rebase this to vanilla 3.82 with only the necessary

Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Ray Donnelly
Hi Ruben. For mingw builds the develop branches are best to track. AFAIK, all patches needed for make have been merged upstream. But Alexey will know better... On 2 Jun 2013 13:09, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: Hi everyone, I'm cleaning up my build scripts and including

Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Алексей Павлов
2013/6/2 Ruben Van Boxem vanboxem.ru...@gmail.com Hi everyone, Hi, Ruben! I'm cleaning up my build scripts and including automated application of patches etc. I previously had an old cvs checkout of GNU make with some patches that seemed necessary to apply to have it work for

[Mingw-w64-public] Do I select the right build type

2013-06-02 Thread zhangxinghai
Hi I reset my msys according to http://ingar.satgnu.net/devenv/mingw32/base.html My os version is windows xp 32bit 5.1.2600 I copy the tdm-gcc into mingw directory,and rename the tdm-gcc directory to mingw64. when I run ../../configure --host=i686-w64-mingw32 --enable-shared --disable-debug

Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Ray Donnelly
See I told you he'd know better! On 2 Jun 2013 16:03, Алексей Павлов alex...@gmail.com wrote: 2013/6/2 Ruben Van Boxem vanboxem.ru...@gmail.com Hi everyone, Hi, Ruben! I'm cleaning up my build scripts and including automated application of patches etc. I previously had an old cvs

Re: [Mingw-w64-public] Do I select the right build type

2013-06-02 Thread Ruben Van Boxem
Op 2-jun.-2013 17:05 schreef zhangxinghai zxh19750...@163.com het volgende: Hi I reset my msys according to http://ingar.satgnu.net/devenv/mingw32/base.html My os version is windows xp 32bit 5.1.2600 I copy the tdm-gcc into mingw directory,and rename the tdm-gcc directory to mingw64.

Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread John E. / TDM
On 6/2/2013 6:08 AM, Ruben Van Boxem wrote: I also could not find any GNU make related build or patch stuff in the TDM source packages, although mingw32-make is part of the binary package. For the TDM toolchain, the installer just pulls in the MinGW project's latest mingw32-make binary

Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Earnie Boyd
On Sun, Jun 2, 2013 at 11:22 AM, John E. / TDM wrote: On 6/2/2013 6:08 AM, Ruben Van Boxem wrote: I also could not find any GNU make related build or patch stuff in the TDM source packages, although mingw32-make is part of the binary package. For the TDM toolchain, the installer just pulls in

Re: [Mingw-w64-public] Windows GNU Make patches

2013-06-02 Thread Ruben Van Boxem
2013/6/2 John E. / TDM tdra...@tdragon.net On 6/2/2013 6:08 AM, Ruben Van Boxem wrote: I also could not find any GNU make related build or patch stuff in the TDM source packages, although mingw32-make is part of the binary package. For the TDM toolchain, the installer just pulls in the

[Mingw-w64-public] Slow pointer union

2013-06-02 Thread Etienne Sandré-Chardonnal
Dear all, I'm using Mingw gcc 4.8.0 rubenvb seh build for x64 (native compiler) In my program, I am using large binary trees, each node being a Node class which is either a true node (two children pointers) or a leaf (pointer on some data), never both. It also has an integer member which allows

[Mingw-w64-public] InterlockedBitTestAndXXX

2013-06-02 Thread dw
I have found some problems with the InterlockedBitTestAndXXX functions. For example: - Despite sezero's recent update, they still don't all have the memory clobber. - The constraints for the 64bit versions are incorrect (I vs J). - There is no library definition for

Re: [Mingw-w64-public] InterlockedBitTestAndXXX

2013-06-02 Thread Kai Tietz
patch is ok for apply. JonY could take care? (thanks i advance) Thanks Kai Am 02.06.2013 23:26 schrieb dw limegreenso...@yahoo.com: I have found some problems with the InterlockedBitTestAndXXX functions. For example: - Despite sezero's recent update, they still don't all have the memory

[Mingw-w64-public] __faststorefence and mingw-w64 philosophy

2013-06-02 Thread dw
So, a question about __faststorefence. The current implementation in winnt.h is incorrect. I have 3 alternates to propose, and which one is best depends on the goals of the mingw-w64 project. One approach is just do what MSVC does. However, there's also something to be said for generate

[Mingw-w64-public] GDB version information for ruben vb build

2013-06-02 Thread Abir Basak
I was using build by Ruben for Mingw W64 for long times with Qt Creator IDE. However from version 2.7 onward it fails to debug using the gdb shipped by it. The reason is most likely that it fails to parse the gdb version information like GNU gdb (rubenvb-4.7.2-release) 7.5.50.20120920-cvs (Or