-
MSYS autoconf 2.63 uses awk to generate config.h out of config.h.in (lib/status.m4). When using it together with MSYS awk (gawk) it produces INVALID config.h when config.h.in is encoded with Windows style EOLs (CRLFs). This happens with some projects stored in SVN, using for example native EOLs on checkout.
>>> This is major showstopper for building some projects out of their repositories...
2009-11-09 16:11:58 UTC by ono
-
MSYS awk treats all input files specified as parameter as binary on default MSYS installation.
Regular gawk compiled on Windows without MSYS wrapper uses MS CRT fopen(...,"r") for all file reads unless BINMODE=r or BINMODE=rw (see awk docs), if BINMORE is set then it calls fopen(...,"rb"). On Windows "r" means default mode (which is TEXT), "rb" means binary.
However MSYS awk uses wrapped...
2009-11-09 15:58:06 UTC by ono
-
cwilso11 made 2 file-release changes.
2009-11-08 03:33:07 UTC by cwilso11
-
cwilso11 made 1 file-release changes.
2009-11-08 01:51:01 UTC by cwilso11
-
cwilso11 made 2 file-release changes.
2009-11-08 01:48:01 UTC by cwilso11
-
cwilso11 made 6 file-release changes.
2009-11-08 01:47:02 UTC by cwilso11
-
cwilso11 made 4 file-release changes.
2009-11-08 01:46:01 UTC by cwilso11
-
cwilso11 made 5 file-release changes.
2009-11-08 01:42:01 UTC by cwilso11
-
cwilso11 made 5 file-release changes.
2009-11-08 01:41:01 UTC by cwilso11
-
cwilso11 made 3 file-release changes.
2009-11-08 01:39:01 UTC by cwilso11