Hi Robert,
Il 10.45 17/11/2002 Robert Collins ha scritto:
>Can you post the mingw patches somewhere? I only have cygwin on my
>machine...
>
Take a look here for detailed MinGW instructions:
http://www.serassio.it/SquidNT/buildenvironment.htm
This the only needed patch:
RCS file: /cvs/src/src/winsup/mingw/include/stdio.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- src/winsup/mingw/include/stdio.h 2002/09/16 09:44:06 1.12
+++ src/winsup/mingw/include/stdio.h 2002/10/30 01:07:54 1.13
@@ -323,7 +323,11 @@
int _fputchar (int);
FILE* _fdopen (int, const char*);
int _fileno (FILE*);
-int _fcloseall(void);
+int _fcloseall(void);
+#ifdef __MSVCRT__
+int _getmaxstdio(void);
+int _setmaxstdio(int);
+#endif
#ifndef _NO_OLDNAMES
int fgetchar (void);
Regards
Guido
-
=======================================================
Serassio Guido
Via Albenga, 11/4 10134 - Torino - ITALY
E-mail: guido.serassio@serassio.it
WWW: http://www.serassio.it
Received on Thu Nov 21 2002 - 11:58:10 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:18:48 MST