Re: Problems compiling vim

2016-03-21 Fir de Conversatie Niels Kobschaetzki
On 16/03/21 06:20, h_east wrote: Hi Niels, 2016-3-20(Sun) 23:18:30 UTC+9 Niels Kobschätzki: Hi, I am trying to compile vim on Fedora 23. Tbh I am not a developer and don't have a lot of knowledge about make-files etc but I want some features that the pre-compiled binaries for Fedora don't deli

Re: Problems compiling vim

2016-03-21 Fir de Conversatie h_east
Hi Niels, 2016-3-20(Sun) 23:18:30 UTC+9 Niels Kobschätzki: > Hi, > > I am trying to compile vim on Fedora 23. Tbh I am not a developer and > don't have a lot of knowledge about make-files etc but I want some > features that the pre-compiled binaries for Fedora don't deliver. > When I compile with

Problems compiling vim

2016-03-20 Fir de Conversatie Niels Kobschaetzki
Hi, I am trying to compile vim on Fedora 23. Tbh I am not a developer and don't have a lot of knowledge about make-files etc but I want some features that the pre-compiled binaries for Fedora don't deliver. When I compile with --enable-perlinterp I get the following error: gcc -c -I. -Iproto -DH

Re: Problems compiling vim with --enable-gui on Debian 4.0

2008-04-20 Fir de Conversatie Tony Mechelynck
On 20/04/08 10:03, François Ingelrest wrote: > On Sun, Apr 20, 2008 at 1:25 AM, Joe Keen<[EMAIL PROTECTED]> wrote: >> > Are you two having the same problem? >> > >> > There is a difference in the size_t and int type of the second argument. >> > But the idea is that these lines are remo

Re: Problems compiling vim with --enable-gui on Debian 4.0

2008-04-20 Fir de Conversatie François Ingelrest
On Sun, Apr 20, 2008 at 1:25 AM, Joe Keen <[EMAIL PROTECTED]> wrote: > > Are you two having the same problem? > > > > There is a difference in the size_t and int type of the second argument. > > But the idea is that these lines are removed when the function prototype > > is in the header. Qu

Re: Problems compiling vim with --enable-gui on Debian 4.0

2008-04-19 Fir de Conversatie Bram Moolenaar
Joe Keen wrote: > While I was trying to compile vim 7.1 with gui support on a stripped > down Debian 4.0 system I ran into several issues. I'm sure they're > problems with the configuration of the OS as I installed it so I'm > trying to figure out what I'm missing that vim needs. > > First, by