building gvim from job_start-> configure.cmd : job ends before terminate job.

2017-05-23 Thread Ni Va
Hi, I'm using job_start sequencer own plugin to make some of my tasks as building gvim. After some steps as cloning git vim repo, copying some additionnal files as lua,... the latest step consists of launching the build with a windows command script joined here. (configure.cm

Re: Building gvim

2010-12-13 Thread Christian Brabandt
Hi Charles! On Mi, 08 Dez 2010, Charles Campbell wrote: Christian Brabandt wrote: You mean, like checking the $PATH, that you are actually running your self compiled version and not the distribution provided vim? Yes! Thanks, I included that information in the faq. regards, Christian --

Re: Building gvim

2010-12-08 Thread Charles Campbell
Christian Brabandt wrote: Hi Charles! On Di, 07 Dez 2010, Charles Campbell wrote: In my admittedly quick perusal, so apologies if its already there: if one has compiled vim (especially configured as huge) and feature(s) still appear to be missing --- check the PATH. You mean, like

Re: Building gvim

2010-12-07 Thread John Little
I wrote a summary and put it on the FAQ:http://vimhelp.appspot.com/vim_faq.txt.html#faq-35.10 Really well worded, thank you. Regards, John -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: Building gvim

2010-12-07 Thread Charles Campbell
Christian Brabandt wrote: On Thu, November 11, 2010 10:01 am, John Little wrote: Ben said: The Vim-related portion: zypper si -d vim (roughly equivalent to `apt-get build-dep vim-gtk` ) Thanks, Ben. It occurred to me that I built vim, but didn't get the GUI has become a

Re: Building gvim

2010-12-07 Thread Christian Brabandt
Hi Charles! On Di, 07 Dez 2010, Charles Campbell wrote: In my admittedly quick perusal, so apologies if its already there: if one has compiled vim (especially configured as huge) and feature(s) still appear to be missing --- check the PATH. You mean, like checking the $PATH, that you are

Re: Building gvim

2010-12-06 Thread Christian Brabandt
On Thu, November 11, 2010 10:01 am, John Little wrote: Ben said: The Vim-related portion: zypper si -d vim (roughly equivalent to `apt-get build-dep vim-gtk` ) Thanks, Ben. It occurred to me that I built vim, but didn't get the GUI has become a FAQ. In the Debian world the package names

Re: Building gvim

2010-11-11 Thread John Little
Ben said: The Vim-related portion: zypper si -d vim (roughly equivalent to `apt-get build-dep vim-gtk` ) Thanks, Ben. It occurred to me that I built vim, but didn't get the GUI has become a FAQ. In the Debian world the package names seem to propagate downstream making it simple to sort the

Re: Building gvim

2010-11-11 Thread Christian Brabandt
On Thu, November 11, 2010 10:01 am, John Little wrote: Ben said: The Vim-related portion: zypper si -d vim (roughly equivalent to `apt-get build-dep vim-gtk` ) Thanks, Ben. It occurred to me that I built vim, but didn't get the GUI has become a FAQ. In the Debian world the package names

Re: Building gvim

2010-11-10 Thread Benjamin R. Haskell
On Wed, 10 Nov 2010, Tony Mechelynck wrote: On 09/11/10 18:30, Benjamin R. Haskell wrote: On Mon, 8 Nov 2010, John Little wrote: I asked: Anyone know the yum (or whatever) equivalent for Red Hat derived distros? And Tony commented: I'm using openSUSE which, though being RedHat-derived,

Re: Building gvim

2010-11-09 Thread Benjamin R. Haskell
On Mon, 8 Nov 2010, John Little wrote: I asked: Anyone know the yum (or whatever) equivalent for Red Hat derived distros? And Tony commented: I'm using openSUSE which, though being RedHat-derived, has its own package-management software, with a choice of two programs: - yast ... - zypper

Re: Building gvim

2010-11-09 Thread Tony Mechelynck
On 09/11/10 18:30, Benjamin R. Haskell wrote: On Mon, 8 Nov 2010, John Little wrote: I asked: Anyone know the yum (or whatever) equivalent for Red Hat derived distros? And Tony commented: I'm using openSUSE which, though being RedHat-derived, has its own package-management software, with

Re: Building gvim

2010-11-08 Thread Tony Mechelynck
On 08/11/10 05:10, John Little wrote: On Nov 7, 11:44 pm, statquant2statqu...@gmail.com wrote: Thanks a lot gyus that is woking fine now !! I did sudo apt-get install libgtk2.0-dev and to be on the safe side sudo apt-get install gnome-core-devel Well, if you've got sudo and apt then what you

Re: Building gvim

2010-11-08 Thread Christian Brabandt
On Mon, November 8, 2010 5:10 am, John Little wrote: And what to do if sudo is not possible? You could try running with su -c 'command'. But neither su nor sudo are required by Posix SUSv3[1], so su might not be installed. And of course you need to know the super user password. (For sudo, it

Re: Building gvim

2010-11-08 Thread statquant2
directory `/home/me/bin/vim73/src/po' make[1]: Nothing to be done for `converted'. make[1]: Leaving directory `/home/me/bin/vim73/src/po' -- View this message in context: http://vim.1045645.n5.nabble.com/Building-gvim-tp3252992p3255671.html Sent from the Vim - General mailing list archive

Re: Building gvim

2010-11-08 Thread Marc Weber
Excerpts from statquant2's message of Mon Nov 08 21:12:22 +0100 2010: Hi guys, I come to you again... tryed to install vim at worked on a OL red hat distribution. After a lot of work by boss and I manage to have config and make run, however we had to configure with following options :

Re: Building gvim

2010-11-08 Thread Reid Thompson
you do not have the xwindows development libs installed On Mon, 2010-11-08 at 12:12 -0800, statquant2 wrote: checking for X... (cached) no checking if X11 header files can be found... no checking --enable-gui argument... no GUI support -- You received this message from the vim_use maillist.

Re: Building gvim

2010-11-08 Thread John Little
I asked: Anyone know the yum (or whatever) equivalent for Red Hat derived distros? And Tony commented: I'm using openSUSE which, though being RedHat-derived, has its own package-management software, with a choice of two programs: - yast ... - zypper ... Interesting to read about ZYpp (yast

Re: Building gvim

2010-11-08 Thread John Little
On Nov 9, 1:01 am, Christian Brabandt cbli...@256bit.org wrote: On Mon, November 8, 2010 5:10 am, John Little wrote: And what to do if sudo is not possible? You could try running with su -c 'command'. But neither su nor sudo are required by Posix SUSv3[1], so su might not be installed. And

Re: Building gvim

2010-11-08 Thread Reid Thompson
On 11/8/2010 8:35 PM, John Little wrote: However, I was free to build stuff under my own user directory (sort of...). So, I was asking, can someone give a few pointers about installing needed libraries and headers in a user directory and building vim from there? Regards, John this is from a

Re: Building gvim

2010-11-08 Thread Reid Thompson
On 11/8/2010 9:01 PM, Reid Thompson wrote: On 11/8/2010 8:35 PM, John Little wrote: However, I was free to build stuff under my own user directory (sort of...). So, I was asking, can someone give a few pointers about installing needed libraries and headers in a user directory and building vim

Re: Building gvim

2010-11-07 Thread statquant2
://vim.1045645.n5.nabble.com/Building-gvim-tp3252992p3253833.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org

Re: Building gvim

2010-11-07 Thread bill lam
Вск, 07 Ноя 2010, statquant2 писал(а): Thanks a lot gyus that is woking fine now !! I did sudo apt-get install libgtk2.0-dev and to be on the safe side sudo apt-get install gnome-core-devel Then ./configure --with-features=huge then make then src/vim -g WORKED. Thanks a lot for help

Re: Building gvim

2010-11-07 Thread Marc Weber
Excerpts from statquant2's message of Sun Nov 07 11:44:46 +0100 2010: Thanks a lot gyus that is woking fine now !! I did sudo apt-get install libgtk2.0-dev and to be on the safe side sudo apt-get install gnome-core-devel Then ./configure --with-features=huge then make then src/vim -g WORKED.

Re: Building gvim

2010-11-07 Thread Ivan S. Freitas
They are not silly. make uninstall was already mentioned. However it assumes that make uninstall does what it says .. There are different ways: - gentoo (create an ebuild) - nixpkgs (www.nixos.org) - everything will be installed to /nix/store - other packaging solutions. I mentioned

Re: Building gvim

2010-11-07 Thread John Little
On Nov 7, 11:44 pm, statquant2 statqu...@gmail.com wrote: Thanks a lot gyus that is woking fine now !! I did sudo apt-get install libgtk2.0-dev and to be on the safe side sudo apt-get install gnome-core-devel Well, if you've got sudo and apt then what you really wanted was sudo apt-get

Building gvim

2010-11-06 Thread statquant2
Hi guys, I inderstood that downloading vim would enable me to build gvim mentioning some options in the make. However I can't make it. Could one of you help me ? Cheers -- View this message in context: http://vim.1045645.n5.nabble.com/Building-gvim-tp3252992p3252992.html Sent from the Vim

Re: Building gvim

2010-11-06 Thread Marc Weber
Excerpts from statquant2's message of Sat Nov 06 12:13:44 +0100 2010: Hi guys, I inderstood that downloading vim would enable me to build gvim mentioning some options in the make. However I can't make it. Could one of you help me ? Try this: ./configure --enable-gui=auto log.txt paste

Re: Building gvim

2010-11-06 Thread Ivan S. Freitas
: the process, the options... ? Cheers -- View this message in context: http://vim.1045645.n5.nabble.com/Building-gvim-tp3252992p3252992.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the vim_use maillist. Do not top-post! Type your

Re: Building gvim

2010-11-06 Thread statquant2
... yes checking whether we need -D_FORTIFY_SOURCE=1... yes configure: updating cache auto/config.cache configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h -- View this message in context: http://vim.1045645.n5.nabble.com/Building-gvim

Re: Building gvim

2010-11-06 Thread statquant2
tryed to configure using the enable-gui options, but once again the vim generated in /src doesn't let me use vim-g. That's all I know... as you see not too far. Thanks for taking the time to read and help... -- View this message in context: http://vim.1045645.n5.nabble.com/Building-gvim

Re: Building gvim

2010-11-06 Thread statquant2
://vim.1045645.n5.nabble.com/Building-gvim-tp3252992p3253034.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org

Re: Building gvim

2010-11-06 Thread Ivan S. Freitas
On Sat, Nov 6, 2010 at 10:33 AM, statquant2 statqu...@gmail.com wrote: I paste the log ... you never know... Next time use pastebin, please. checking --enable-luainterp argument... no checking --enable-mzschemeinterp argument... no checking --enable-perlinterp argument... no checking

Re: Building gvim

2010-11-06 Thread Marc Weber
Excerpts from statquant2's message of Sat Nov 06 13:33:20 +0100 2010: I paste the log ... you never know... checking --enable-gui argument... yes/auto - automatic GUI support checking whether or not to look for GTK+ 2... yes checking whether or not to look for GNOME... no checking whether or