[mythtv] [mythtv-commits] mythtv commit: r23271 by stuarta

Jonathan Martens jonathan at snetram.nl
Wed Feb 3 09:27:04 UTC 2010


On 3-2-2010 1:48, Nigel Pearson wrote:
> Speaking of which, currently, my machines barf
> in the configure MinGW version check. It tries
> to verify that MinGW is 3.1.5 or higher.
>
> The packager installs MinGW 5.1.4,
> but /c/mingw/include/_mingw.h says:
>
> $ tail -5 /c/mingw/include/_mingw.h
> #define __MINGW32_VERSION 3.14
> #define __MINGW32_MAJOR_VERSION 3
> #define __MINGW32_MINOR_VERSION 14
>
> #endif /* __MINGW_H */

Mine reads:

#define __MINGW_H

#define __MINGW32_VERSION           3.15.2
#define __MINGW32_MAJOR_VERSION     3
#define __MINGW32_MINOR_VERSION     15
#define __MINGW32_PATCHLEVEL        2

#if __GNUC__ >= 3
#pragma GCC system_header
#endif

> $ ls -l /c/mingw/include/_mingw.h
> --rw-r--r-- 1 Administrator Administrators 5225 Dec 28  2007 c/mingw/include/_mingw.h

$ ls -la /u/MinGW-5.1.6/include/_mingw.h
-rw-r--r-- 1 jonathan.martens Administrators 7030 Jan 10  2009 
/u/MinGW-5.1.6/include/_mingw.h
$


More information about the mythtv-dev mailing list