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
>
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo