Configuring mingw-w64-headers gives me a warning:

configure: WARNING: svn checkout incomplete, ddk headers missing.

But the headers are there! How do I know? If I run configure in the 
mingw-w64-headers directory instead of doing it in a "build" directory I 
do not get the same warning. The test in configure does not prepend srcdir.

This patch will fix it:

diff -r 57225b741f27 mingw-w64/mingw-w64-headers/configure
--- a/mingw-w64/mingw-w64-headers/configure     Mon Apr 02 08:55:41 2012 
+0200
+++ b/mingw-w64/mingw-w64-headers/configure     Mon Apr 02 12:28:19 2012 
+0200
@@ -2561,7 +2561,7 @@
  enable_directx=no
  enable_ddk=no

-if test -d ddk/include/ddk
+if test -d ${srcdir}/ddk/include/ddk
  then
      # DDK headers have been fetched from ReactOS
      ddk_present=yes



-- 
chs


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to