Hi,
the below patch fixes the issue that a build with --disable-crt is missing
a couple of files. I don't know yet if it catches all necessary files, but
the below list is at least required.
Corinna
* configure.ac (BASEHEAD_LIST): Add crt/_bsd_types.h, crt/_timeval.h,
and crt/excpt.h.
(SECHEAD_LIST): Define to include crt/sec_api/stralign_s.h by default.
* configure: Regenerate.
Index: mingw-w64-headers/configure.ac
===================================================================
--- mingw-w64-headers/configure.ac (revision 5134)
+++ mingw-w64-headers/configure.ac (working copy)
@@ -41,7 +41,8 @@
# Checks for header files.
-BASEHEAD_LIST="crt/_cygwin.h crt/_mingw.h crt/_mingw_mac.h
crt/_mingw_print_push.h crt/_mingw_print_pop.h crt/_mingw_secapi.h
crt/_mingw_unicode.h crt/vadefs.h "$srcdir/include/*.h
+BASEHEAD_LIST="crt/_bsd_types.h crt/_cygwin.h crt/_mingw.h crt/_mingw_mac.h
crt/_mingw_print_push.h crt/_mingw_print_pop.h crt/_mingw_secapi.h
crt/_mingw_unicode.h crt/_timeval.h crt/excpt.h crt/vadefs.h
"$srcdir/include/*.h
+SECHEAD_LIST="$srcdir/crt/sec_api/stralign_s.h"
for i in dlg h16 hxx rh ver; do
BASEHEAD_LIST="$BASEHEAD_LIST "$srcdir/include/*.$i
done
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public