Re: Patch 8.1.0474

2018-10-17 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > > > 2018/10/16 Tue 8:10:20 UTC+9 Tony Mechelynck wrote: > > > > On Mon, Oct 15, 2018 at 8:11 PM Bram Moolenaar > > > > wrote: > > > > > Ken Takata wrote: > > > > > > Is it better to remove -I. from CFLAGS in Make_mvc.mak and add it > > > > > > only where > > > > > >

Re: Patch 8.1.0474

2018-10-16 Fir de Conversatie Ken Takata
Hi, 2018/10/17 Wed 4:13:36 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2018/10/16 Tue 8:10:20 UTC+9 Tony Mechelynck wrote: > > > On Mon, Oct 15, 2018 at 8:11 PM Bram Moolenaar wrote: > > > > Ken Takata wrote: > > > > > Is it better to remove -I. from CFLAGS in Make_mvc.mak and add it

Re: Patch 8.1.0474

2018-10-16 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2018/10/16 Tue 8:10:20 UTC+9 Tony Mechelynck wrote: > > On Mon, Oct 15, 2018 at 8:11 PM Bram Moolenaar wrote: > > > Ken Takata wrote: > > > > Is it better to remove -I. from CFLAGS in Make_mvc.mak and add it only > > > > where > > > > needed like Make_cyg_ming.mak? > > > >

Re: Patch 8.1.0474

2018-10-15 Fir de Conversatie Ken Takata
Hi, 2018/10/16 Tue 8:10:20 UTC+9 Tony Mechelynck wrote: > On Mon, Oct 15, 2018 at 8:11 PM Bram Moolenaar wrote: > > Ken Takata wrote: > > > Is it better to remove -I. from CFLAGS in Make_mvc.mak and add it only > > > where > > > needed like Make_cyg_ming.mak? > > > > I think it doesn't hurt.

Re: Patch 8.1.0474

2018-10-15 Fir de Conversatie Tony Mechelynck
On Mon, Oct 15, 2018 at 8:11 PM Bram Moolenaar wrote: > Ken Takata wrote: > > Is it better to remove -I. from CFLAGS in Make_mvc.mak and add it only where > > needed like Make_cyg_ming.mak? > > I think it doesn't hurt. Perhaps it's also needed for the xdiff files? On Linux, at least (where

Re: Patch 8.1.0474

2018-10-15 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2018/10/15 Mon 8:29:46 UTC+9 Ken Takata wrote: > > Hi all, > > > > 2018/10/15 Mon 7:53:19 UTC+9 Cesar wrote: > > > On 14/10/2018 02:48 p.m., Bram Moolenaar wrote: > > > > > > > > Cesar Romani wrote: > > > >> > > > >> Compiling on Windows 7 with MinGW, I get: > > > >> >

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Ken Takata
Hi, 2018/10/15 Mon 8:29:46 UTC+9 Ken Takata wrote: > Hi all, > > 2018/10/15 Mon 7:53:19 UTC+9 Cesar wrote: > > On 14/10/2018 02:48 p.m., Bram Moolenaar wrote: > > > > > > Cesar Romani wrote: > > >> > > >> Compiling on Windows 7 with MinGW, I get: > > >> > > >> > > >>

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Ken Takata
Hi all, 2018/10/15 Mon 7:53:19 UTC+9 Cesar wrote: > On 14/10/2018 02:48 p.m., Bram Moolenaar wrote: > > > > Cesar Romani wrote: > >> > >> Compiling on Windows 7 with MinGW, I get: > >> > >> > >> [...] > >> gcc -c -Iproto -DWIN32 [...] auto/if_perl.c -o

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Cesar Romani
On 14/10/2018 02:48 p.m., Bram Moolenaar wrote: > > Cesar Romani wrote: >> >> Compiling on Windows 7 with MinGW, I get: >> >> >> [...] >> gcc -c -Iproto -DWIN32 [...] auto/if_perl.c -o gobjZi686/if_perl.o >> if_perl.xs:38:10: fatal error: vim.h: No such file or directory >>

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Heptite
On Sunday, October 14, 2018 at 1:48:41 PM UTC-6, Bram Moolenaar wrote: > Cesar Romani wrote: > > gcc -c -Iproto -DWIN32 [...] auto/if_perl.c -o gobjZi686/if_perl.o > > if_perl.xs:38:10: fatal error: vim.h: No such file or directory > > #include "vim.h" > >^~~ > > compilation

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Bram Moolenaar
Cesar Romani wrote: > On 14/10/2018 09:25 a.m., Bram Moolenaar wrote: > > > > Patch 8.1.0474 > > Problem:Directory where if_perl.c is written is inconsistent. > > Solution: use auto/if_perl.c for MS-Windows. (Ken Takata, closes #3540) > > Fil

Re: Patch 8.1.0474

2018-10-14 Fir de Conversatie Cesar Romani
On 14/10/2018 09:25 a.m., Bram Moolenaar wrote: > > Patch 8.1.0474 > Problem:Directory where if_perl.c is written is inconsistent. > Solution: use auto/if_perl.c for MS-Windows. (Ken Takata, closes #3540) > Files: src/Make_bc5.mak, src/Make_cyg_ming.mak, src/Make_mvc

Patch 8.1.0474

2018-10-14 Fir de Conversatie Bram Moolenaar
Patch 8.1.0474 Problem:Directory where if_perl.c is written is inconsistent. Solution: use auto/if_perl.c for MS-Windows. (Ken Takata, closes #3540) Files: src/Make_bc5.mak, src/Make_cyg_ming.mak, src/Make_mvc.mak *** ../vim-8.1.0473/src/Make_bc5.mak2016-07-19 13:50:35.0