Re: Patch 7.4.726

2015-05-06 Fir de Conversatie Andrei Olsen
On Thursday, May 7, 2015 at 3:20:27 AM UTC+2, Bram Moolenaar wrote: > Or perhaps we can merge the Make_cyg and Make_ming makefiles in the > src/GvimExt subdirectory? Like we did in the src directory. > Would be good if someone who has both can make a patch. Actually, I don't think src/GvimExt/Mak

Re: Patch 7.4.726

2015-05-06 Fir de Conversatie Bram Moolenaar
Andrei Olsen wrote: > On Wednesday, May 6, 2015 at 6:53:59 AM UTC+2, Bram Moolenaar wrote: > > > Had a similar problem, fixed it by adding -lgdi32 to LIBS (line 50) in > > > GvimExt\Make_ming.mak. > > > > I'll assume that works for everyone. > > Quite possible Make_cyg.mak would require a simi

Re: Patch 7.4.726

2015-05-06 Fir de Conversatie Andrei Olsen
On Wednesday, May 6, 2015 at 6:53:59 AM UTC+2, Bram Moolenaar wrote: > > Had a similar problem, fixed it by adding -lgdi32 to LIBS (line 50) in > > GvimExt\Make_ming.mak. > > I'll assume that works for everyone. Quite possible Make_cyg.mak would require a similar change. -- -- You received th

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Cesar Romani
On 05/05/2015 09:55 p.m., Christian J. Robinson wrote: > On Tue, 5 May 2015, Andrei Olsen wrote: > >> On Tuesday, May 5, 2015 at 5:00:10 PM UTC+2, Cesar wrote: >>> By compiling on Windows 7 with mingw32 I still get: > [...] >>> make: *** [GvimExt/gvimext.dll] Error 2 >>> Error by compiling gvim.ex

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Bram Moolenaar
Andrei Olsen wrote: > On Tuesday, May 5, 2015 at 5:00:10 PM UTC+2, Cesar wrote: > > By compiling on Windows 7 with mingw32 I still get: > > > > [...] > > make -C GvimExt -f Make_ming.mak CROSS=no CROSS_COMPILE> make[1]: Entering > > directory `/home/caesar/vim/src/GvimExt' > > g++ -O2 -DFEAT_GE

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Christian J. Robinson
On Tue, 5 May 2015, Andrei Olsen wrote: On Tuesday, May 5, 2015 at 5:00:10 PM UTC+2, Cesar wrote: By compiling on Windows 7 with mingw32 I still get: [...] make: *** [GvimExt/gvimext.dll] Error 2 Error by compiling gvim.exe Had a similar problem, fixed it by adding -lgdi32 to LIBS (line 50)

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Andrei Olsen
On Tuesday, May 5, 2015 at 5:00:10 PM UTC+2, Cesar wrote: > By compiling on Windows 7 with mingw32 I still get: > > [...] > make -C GvimExt -f Make_ming.mak CROSS=no CROSS_COMPILE= > make[1]: Entering directory `/home/caesar/vim/src/GvimExt' > g++ -O2 -DFEAT_GETTEXT -c gvimext.cpp -o gvimext.o > w

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Christian Brabandt
Hi Cesar! On Di, 05 Mai 2015, Cesar Romani wrote: > By compiling on Windows 7 with mingw32 I still get: > > [...] > make -C GvimExt -f Make_ming.mak CROSS=no CROSS_COMPILE= > make[1]: Entering directory `/home/caesar/vim/src/GvimExt' > g++ -O2 -DFEAT_GETTEXT -c gvimext.cpp -o gvimext.o > windres

Re: Patch 7.4.726

2015-05-05 Fir de Conversatie Cesar Romani
By compiling on Windows 7 with mingw32 I still get: [...] make -C GvimExt -f Make_ming.mak CROSS=no CROSS_COMPILE= make[1]: Entering directory `/home/caesar/vim/src/GvimExt' g++ -O2 -DFEAT_GETTEXT -c gvimext.cpp -o gvimext.o windres --preprocessor="g++ -E -xc" -DRC_INVOKED --input-format=rc --ou

Patch 7.4.726

2015-05-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.726 (after 7.4.724) Problem:Cannot build GvimExt. Solution: Set APPVER to 5.0. (KF Leong) Files: src/GvimExt/Makefile *** ../vim-7.4.725/src/GvimExt/Makefile 2012-11-21 19:53:02.0 +0100 --- src/GvimExt/Makefile2015-05-05 10:21:35.583931121 +0200