Re: Cannot compile gvimext with MinGW after patch 7.4.724

2016-03-07 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: > On Mon, Jun 22, 2015 at 11:38 PM, Ben Fritz wrote: > > > > Today I noticed that I can no longer compile gvimext.dll, due to the code > > added in patch 724. > > > > I compile with MinGW as follows: > > > > make -f Make_ming.mak -j%NUMBER_OF_PROCESSORS% GUI=yes FEATURES=HUGE >

Re: Cannot compile gvimext with MinGW after patch 7.4.724

2016-03-06 Fir de Conversatie Benjamin Fritz
On Mon, Jun 22, 2015 at 11:38 PM, Ben Fritz wrote: > > Today I noticed that I can no longer compile gvimext.dll, due to the code added in patch 724. > > I compile with MinGW as follows: > > make -f Make_ming.mak -j%NUMBER_OF_PROCESSORS% GUI=yes FEATURES=HUGE PYTHON="C:/Python27" PYTHON_VER=27 DYNA

Re: Cannot compile gvimext with MinGW after patch 7.4.724

2015-06-23 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Am 2015-06-23 06:38, schrieb Ben Fritz: > > Today I noticed that I can no longer compile gvimext.dll, due to the > > code added in patch 724. > > > > I compile with MinGW as follows: > > > > make -f Make_ming.mak -j%NUMBER_OF_PROCESSORS% GUI=yes FEATURES=HUGE > > PYT

Re: Cannot compile gvimext with MinGW after patch 7.4.724

2015-06-22 Fir de Conversatie Christian Brabandt
Am 2015-06-23 06:38, schrieb Ben Fritz: Today I noticed that I can no longer compile gvimext.dll, due to the code added in patch 724. I compile with MinGW as follows: make -f Make_ming.mak -j%NUMBER_OF_PROCESSORS% GUI=yes FEATURES=HUGE PYTHON="C:/Python27" PYTHON_VER=27 DYNAMIC_PYTHON=yes DEBUG

Cannot compile gvimext with MinGW after patch 7.4.724

2015-06-22 Fir de Conversatie Ben Fritz
Today I noticed that I can no longer compile gvimext.dll, due to the code added in patch 724. I compile with MinGW as follows: make -f Make_ming.mak -j%NUMBER_OF_PROCESSORS% GUI=yes FEATURES=HUGE PYTHON="C:/Python27" PYTHON_VER=27 DYNAMIC_PYTHON=yes DEBUG=yes LUA="C:/LUA/lua-5.2.3" LUA_VER=52

Re: Patch 7.4.724

2015-05-05 Fir de Conversatie Christian J. Robinson
On Tue, 5 May 2015, Christian Brabandt wrote: Hi Christian! On Mo, 04 Mai 2015, Christian J. Robinson wrote: I'm no longer able to build GvimExt:     /usr/lib/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ ld: i386 architecture of input file `gvimext.res' is incompatible wi

Re: Patch 7.4.724

2015-05-05 Fir de Conversatie Christian Brabandt
Hi Christian! On Mo, 04 Mai 2015, Christian J. Robinson wrote: > I'm no longer able to build GvimExt: > >     /usr/lib/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ > ld: i386 architecture of input file `gvimext.res' is incompatible with > i386:x86-64 output That looks suspic

Re: Patch 7.4.724

2015-05-05 Fir de Conversatie Bram Moolenaar
KF Leong wrote: > Compilation error with this patch. > It seems that Makefile in gvimext folder hard code the APPVER to 4.0, thus > the new identifiers MIIM_STRING is not recognised. > > APPVER needs to be 5.0 or later for the compilation to work. > > Fix for the issue. Thanks! -- How To K

Re: Patch 7.4.724

2015-05-05 Fir de Conversatie KF Leong
Compilation error with this patch. It seems that Makefile in gvimext folder hard code the APPVER to 4.0, thus the new identifiers MIIM_STRING is not recognised. APPVER needs to be 5.0 or later for the compilation to work. Fix for the issue. Regards, KF diff --git a/src/GvimExt/Makefile b/src/G

Re: Patch 7.4.724

2015-05-04 Fir de Conversatie Bram Moolenaar
Christian J. Robinson wrote: > I'm no longer able to build GvimExt: > > > /usr/lib/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ld: > i386 architecture of input file `gvimext.res' is incompatible with > i386:x86-64 output > gvimext.o:gvimext.cpp:(.text+0xf5c): undefined r

Re: Patch 7.4.724

2015-05-04 Fir de Conversatie Christian J. Robinson
xt.o:gvimext.cpp:(.text+0x112d): undefined reference to `__imp_DeleteObject' /usr/lib/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ld: gvimext.o: bad reloc address 0x0 in section `.data' collect2: error: ld returned 1 exit status On Mon, May 4, 2015 at 10:27 AM, B

Patch 7.4.724

2015-05-04 Fir de Conversatie Bram Moolenaar
Patch 7.4.724 Problem:Vim icon does not show in Windows context menu. (issue 249) Solution: Load the icon in GvimExt. Files: src/GvimExt/gvimext.cpp, src/GvimExt/gvimext.h *** ../vim-7.4.723/src/GvimExt/gvimext.cpp 2013-05-06 04:06:04.0 +0200 --- src/GvimExt/gvimext.cpp