Re: can't build with gui -- config not finding gtk

2016-06-19 Fir de Conversatie John Little
To mention the obvious just in case, are you running (in the vim src) make reconfig Sometimes that's necessary due to OS updates, without vim changing. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are

Re: can't build with gui -- config not finding gtk

2016-06-19 Fir de Conversatie John Little
On Monday, June 20, 2016 at 12:33:07 PM UTC+12, toothpik wrote: > looking for a module named something like gtk+-2.0.pc > of course I have no such module in any of those directories I'm on a debian-derived distro, so this may not be directly helpful, but for me

Re: can't build with gui -- config not finding gtk

2016-06-19 Fir de Conversatie James McCoy
On Sun, Jun 19, 2016 at 07:33:00PM -0500, toothpik wrote: > On Sun, Jun 19, 2016 at 03:23:09PM -0700, John Little wrote: > yes, I saw pkg-config -- it apparently searches a series of directories > > /usr/lib/pkgconfig > /usr/share/pkgconfig > /usr/local/lib/pkgconfig >

Re: can't build with gui -- config not finding gtk

2016-06-19 Fir de Conversatie John Little
The GTK check uses the "pkg-config" command. I suggest you look in the generated "configure" script in the auto directory to see what parameters it is being given, then run it yourself, and report the parameters and result here. Regards, John Little -- -- You received this message from the

Re: [doc] Fix alignment (and question)

2016-06-19 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > Attached patch fixes alignment of the function list. > Please check. Thanks! > BTW, ":help 'writedelay'" says: > > The number of microseconds to wait for each character sent to the > screen. When non-zero, characters are sent to the terminal one by > > Isn't

[doc] Fix alignment (and question)

2016-06-19 Fir de Conversatie Ken Takata
Hi, Attached patch fixes alignment of the function list. Please check. BTW, ":help 'writedelay'" says: The number of microseconds to wait for each character sent to the screen. When non-zero, characters are sent to the terminal one by Isn't it milliseconds instead of

Re: Patch 7.4.1944

2016-06-19 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2016/6/19 Sun 5:02:42 UTC+9 Bram Moolenaar wrote: > > Patch 7.4.1944 > > Problem:Win32: Cannot compile with XPM feature using VC2015 > > Solution: Add XPM libraries compiled with VC2015, and enable to build > > gvim.exe which supports XPM using VC2015. (Ken