Failed to builed vim 7.4.1689 in ubuntu 14.04

2019-10-13 Thread Shidong Wang
Hello, I just want to build the vim on my old linux system. but I get following error. I have searched in google, but failed. gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA   -I/usr/local/include  -O       -o objects/buffer.o buffer.c In file included from vim.h:1973:0,                  f

Re: Failed to builed vim 7.4.1689 in ubuntu 14.04

2019-10-13 Thread Tony Mechelynck
On Sun, Oct 13, 2019 at 12:37 PM Shidong Wang wrote: > > Hello, I just want to build the vim on my old linux system. but I get > following error. I have searched in google, but failed. > > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA -I/usr/local/include > -O -o objects/buffer

Re: Failed to builed vim 7.4.1689 in ubuntu 14.04

2019-10-13 Thread Christian Brabandt
On So, 13 Okt 2019, Shidong Wang wrote: > Hello, I just want to build the vim on my old linux system. but I get > following error. I have searched in google, but failed. > > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA   -I/usr/local/include   > -O       -o objects/buffer.o buffer.c

Re: Re: Failed to builed vim 7.4.1689 in ubuntu 14.04

2019-10-13 Thread Shidong Wang
Hi Tony, I build vim 7.4.1689 is to test my old vim plugin, because most of my friends are still using ubuntu 16.04, and the default version of vim is 7.4.1609. and here is full build log and system info: https://travis-ci.org/SpaceVim/SpaceVim/jobs/597219276 all the system info is in it. and