Re: [PATCH] Various MinGW build fixes

2015-03-28 Thread David Macek
On 19. 3. 2015 15:18, Jon TURNEY wrote: Hopefully uncontroversial fixes for building with the current MinGW-w64 toolchain. lib/libICE: Include process.h for getpid() on Win32 lib/libSM: Include process.h for getpid() on Win32 lib/libXt: Include process.h for getpid() on Win32

Re: [PATCH lib/libXmu 1/2] Include direct.h for _getdrives() on Win32

2015-03-28 Thread David Macek
On 19. 3. 2015 15:18, Jon TURNEY wrote: src/RdBitF.c | 1 + #ifdef WIN32 #include X11/Xwindows.h +#include direct.h/* for _getdrives() */ #endif This _getdrives() call seems to be guarded by #if defined(WIN32) ... which doesn't match the include's guard. Again, I can't

Re: [PATCH lib/libXmu 1/2] Include direct.h for _getdrives() on Win32

2015-03-28 Thread David Macek
On 28. 3. 2015 16:31, David Macek wrote: On 19. 3. 2015 15:18, Jon TURNEY wrote: src/RdBitF.c | 1 + #ifdef WIN32 #include X11/Xwindows.h +#include direct.h/* for _getdrives() */ #endif This _getdrives() call seems to be guarded by #if defined(WIN32) ... which

Re: [PATCH lib/libXt 1/2] Include direct.h header for _getdrives() on Win32

2015-03-28 Thread David Macek
On 19. 3. 2015 15:18, Jon TURNEY wrote: src/Intrinsic.c | 3 +++ +#ifdef _WIN32 +#include direct.h/* for _getdrives() */ +#endif AFAICT, the _getdrives() call is guarded by #if defined(WIN32) !defined(__MINGW32__) ... which doesn't match the include's guard. I can't tell if

Glamor wiki page is obsolete

2015-03-28 Thread xorg-devel
Consider updating or deleting it: http://www.freedesktop.org/wiki/Software/Glamor/ Thanks. ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel