|
From: Jun T. <tak...@kb...> - 2016-02-03 07:08:13
|
On 2016/02/03, at 13:24, Tatsuro MATSUOKA <tma...@ya...> wrote: > I have tried to build the recent cvs tree using MinGW. > (snip) > ../../docs/windows/doc2html.c:171:72: error: 'VERSION_MAJOR' undeclared (first use in this function) Sorry, I haven't realized that there are systems on which configure is not used for generating config.h (and Makefiles). > I have made a patch to config/config.mgw. Yes, it should work, but you need to update config.mgw every time the PATCHLEVEL (or VERSION) changes. I can't test on MinGW now, but if the patch attached below works then it would be somewhat better. I guess config/msvc/Makefile needs similar change. |