Re: [Mingw-w64-public] [PATCH] Fix parameter type in IVssBackupComponents::GetWriterMetadataCount

2013-12-16 Thread Kai Tietz
2013/12/16 Sergei Antonov : > Hi! > Attached is a patch for mingw-w64-headers/include/vsbackup.h > The parameter type has to be a pointer to UINT. Thanks for the catch. Patch is ok. Could somebody apply it please. Regards, Kai ---

Re: [Mingw-w64-public] hang on exit

2013-12-16 Thread Victor Bombi
If I call destructor with unload method, destructor is called two times. Something is going wrong as it is working also on windows with other compilers - Original Message - From: "JonY" To: Sent: Saturday, December 14, 2013 1:34 AM Subject: Re: [Mingw-w64-public] hang on exit > -

[Mingw-w64-public] [PATCH] Fix parameter type in IVssBackupComponents::GetWriterMetadataCount

2013-12-16 Thread Sergei Antonov
Hi! Attached is a patch for mingw-w64-headers/include/vsbackup.h The parameter type has to be a pointer to UINT. Index: vsbackup.h === --- vsbackup.h (revision 6423) +++ vsbackup.h (working copy) @@ -125,7 +125,7 @@ STDMETHOD_(H

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

2013-12-16 Thread Ruben Van Boxem
2013/12/16 Alexey Pavlov > 2013/12/16 Ruben Van Boxem : > > 2013/12/16 niXman > >> > >> 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

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

2013-12-16 Thread Alexey Pavlov
2013/12/16 Ruben Van Boxem : > 2013/12/16 niXman >> >> 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 >> > environment, or are th

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

2013-12-16 Thread Ruben Van Boxem
2013/12/16 niXman > 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 > > environment, or are there still outstanding issues with it? If

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

2013-12-16 Thread niXman
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 > environment, or are there still outstanding issues with it? If so, what > patches would you reco

[Mingw-w64-public] GNU Make 4.0

2013-12-16 Thread Ruben Van Boxem
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 environment, or are there still outstanding issues with it? If so, what patches would you recommend? Thanks, Ruben -