Re: Cannot build any more using Cygwin's MinGW

2022-06-16 Fir de Conversatie Bram Moolenaar
Christian J. Robinson wrote: > It works if I use this command-line: > CC='' CXX='' make -f Make_ming.mak -j16 This is fixed with patch 8.2.5101. -- God made machine language; all the rest is the work of man. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: Cannot build any more using Cygwin's MinGW

2022-06-14 Fir de Conversatie Christian J. Robinson
It works if I use this command-line: CC='' CXX='' make -f Make_ming.mak -j16 On Tue, Jun 14, 2022 at 1:23 PM Christian J. Robinson wrote: > Command line: > make -f Make_ming.mak -j16 > > Attached are my Make_ming.mak and Make_cyg_ming.mak > > I just noticed that for some reason it's just using "

Re: Cannot build any more using Cygwin's MinGW

2022-06-14 Fir de Conversatie Christian J. Robinson
Command line: make -f Make_ming.mak -j16 Attached are my Make_ming.mak and Make_cyg_ming.mak I just noticed that for some reason it's just using "cc" instead of "x86_64-w64-mingw32-gcc" like it should. On Tue, Jun 14, 2022 at 1:07 PM Yegappan Lakshmanan wrote: > Hi, > > Are you setting the "CC

Re: Cannot build any more using Cygwin's MinGW

2022-06-14 Fir de Conversatie Yegappan Lakshmanan
Hi, Are you setting the "CC" or "CXX" environment variables? Can you describe the steps (and the environment) you are using to build Vim using MingW? - Yegappan On Tue, Jun 14, 2022 at 12:02 PM Christian J. Robinson wrote: > > In file included from vim.h:279, > from alloc.c:14

Cannot build any more using Cygwin's MinGW

2022-06-14 Fir de Conversatie Christian J. Robinson
In file included from vim.h:279, from alloc.c:14: os_win32.h:16:11: fatal error: direct.h: No such file or directory 16 | # include // for _mkdir() | ^~ compilation terminated. make: *** [Make_cyg_ming.mak:1222: gobjx86-64/alloc.o] Error 1 mak