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 \\\
///
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 "
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
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
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