Re: Patch 8.2.5087

2022-06-15 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > > > On Tue, Jun 14, 2022 at 12:41 PM John Marriott > > > wrote: > > > > > > > > On 15-June-2022 05:34, Christian J. Robinson wrote: > > > > > This is related to my problem. I temporarily fixed the problem with > > > > > this command-line: > > > > > CC='' CXX='' make ... > > >

Re: Patch 8.2.5087

2022-06-15 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Tue, Jun 14, 2022 at 1:25 PM Bram Moolenaar wrote: > > > Yegappan wrote: > > > On Tue, Jun 14, 2022 at 12:41 PM John Marriott > > wrote: > > > > > > On 15-June-2022 05:34, Christian J. Robinson wrote: > > > > This is related to my problem. I temporarily fixed the problem with > > > >

Re: Patch 8.2.5087

2022-06-14 Fir de Conversatie Christian J. Robinson
It works for me as well. On Tue, Jun 14, 2022 at 2:46 PM John Marriott wrote: > > > On 15-June-2022 05:57, Yegappan Lakshmanan wrote: > > Hi, > > > > On Tue, Jun 14, 2022 at 12:41 PM John Marriott > > wrote: > >> On 15-June-2022 05:34, Christian J. Robinson wrote: > >>> This is related to my pr

Re: Patch 8.2.5087

2022-06-14 Fir de Conversatie John Marriott
On 15-June-2022 05:57, Yegappan Lakshmanan wrote: Hi, On Tue, Jun 14, 2022 at 12:41 PM John Marriott wrote: On 15-June-2022 05:34, Christian J. Robinson wrote: This is related to my problem. I temporarily fixed the problem with this command-line: CC='' CXX='' make ... Thanks :-) Can yo

Re: Patch 8.2.5087

2022-06-14 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Tue, Jun 14, 2022 at 12:41 PM John Marriott > wrote: > > > > On 15-June-2022 05:34, Christian J. Robinson wrote: > > > This is related to my problem. I temporarily fixed the problem with > > > this command-line: > > > CC='' CXX='' make ... > > > > > Thanks :-) > > Can you

Re: Patch 8.2.5087

2022-06-14 Fir de Conversatie Yegappan Lakshmanan
Hi, On Tue, Jun 14, 2022 at 12:41 PM John Marriott wrote: > > On 15-June-2022 05:34, Christian J. Robinson wrote: > > This is related to my problem. I temporarily fixed the problem with > > this command-line: > > CC='' CXX='' make ... > > > Thanks :-) > Can you try the attached patch and see whe

Re: Patch 8.2.5087

2022-06-14 Fir de Conversatie John Marriott
On 15-June-2022 05:34, Christian J. Robinson wrote: This is related to my problem. I temporarily fixed the problem with this command-line: CC='' CXX='' make ... Thanks :-) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are r

Re: Patch 8.2.5087

2022-06-14 Fir de Conversatie Christian J. Robinson
This is related to my problem. I temporarily fixed the problem with this command-line: CC='' CXX='' make ... On Tue, Jun 14, 2022 at 1:26 PM John Marriott wrote: > > On 14-June-2022 21:31, Bram Moolenaar wrote: > > Patch 8.2.5087 > > Problem:

Re: Patch 8.2.5087

2022-06-14 Fir de Conversatie John Marriott
On 14-June-2022 21:31, Bram Moolenaar wrote: Patch 8.2.5087 Problem:Cannot build with clang on MS-Windows. Solution: Add support for building with clang. (Yegappan Lakshmanan, closes #10557) Files: src/GvimExt/Make_ming.mak, src/INSTALLpc.txt, src

Patch 8.2.5087

2022-06-14 Fir de Conversatie Bram Moolenaar
Patch 8.2.5087 Problem:Cannot build with clang on MS-Windows. Solution: Add support for building with clang. (Yegappan Lakshmanan, closes #10557) Files: src/GvimExt/Make_ming.mak, src/INSTALLpc.txt, src/Make_cyg_ming.mak *** ../vim-8.2.5086/src/GvimExt