On 2015-09-08, Bram Moolenaar wrote:
> Patch 7.4.861 (after 7.4.855)
> Problem: pango_shape_full() is not always available.
> Solution: Add a configure check.
> Files: src/configure.in, src/auto/configure, src/config.h.in,
> src/gui_gtk_x11.c
Hmm. Something's still not right, but I don't understand
auto-configuration well enough to debug it effectively.
I updated to this patch and ran
make distclean
./configure --prefix=/home/gary/src/vim-7.4 --enable-cscope
--enable-pythoninterp=yes
The output of the configure command included this:
checking for pango_shape_full... yes
so that src/auto/config.h included this:
/* Define if pango_shape_full() is available. */
#define HAVE_PANGO_SHAPE_FULL 1
As one might expect, the subsequent make failed again with
/home/gary/src/vim-7.4/vim/src/gui_gtk_x11.c:5067: undefined reference to
`pango_shape_full'
Regards,
Gary
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.