On 2015-09-08, Bram Moolenaar wrote:
> Patch 7.4.857
> Problem: Dragging the current tab with the mouse doesn't work properly.
> Solution: Take the current tabpage index into account. (Hirohito Higashi)
> Files: src/normal.c
When I update my source from the hg mirror and build, I get this
error:
undefined reference to `pango_shape_full'
The previous version was 7.4.854. I'm building this on a Fedora 17
system.
The steps I performed follow.
cd vim
export CFLAGS="-g -DFEAT_CONCEAL"
hg pull -u
make distclean
./configure --prefix=/home/gary/src/vim-7.4 --enable-cscope
--enable-pythoninterp=yes
make
Just before make exits, it prints the following.
link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly.
gcc -L/usr/local/lib -Wl,--as-needed -o vim objects/buffer.o
objects/blowfish.o objects/charset.o objects/crypt.o objects/crypt_zip.o
objects/diff.o objects/digraph.o objects/edit.o objects/eval.o
objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o
objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o
objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o
objects/mark.o objects/memline.o objects/menu.o objects/message.o
objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o
objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o
objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o
objects/search.o objects/sha256.o objects/spell.o objects/syntax.o
objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o
objects/window.o objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o
objects/pty.o objects/gui_gtk_f.o objects/gui_beval.o objects/if_python.o
objects/netbeans.o objects/main.o objects/memfile.o -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0
-lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0
-lglib-2.0 -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl
-lselinux -lacl -lattr -lgpm -ldl -L/usr/lib64/python2.7/config -lpython2.7
-lpthread -ldl -lutil -lm -Xlinker -export-dynamic
objects/gui_gtk_x11.o: In function `gui_gtk2_draw_string':
/home/gary/src/vim-7.4/vim/src/gui_gtk_x11.c:5066: undefined reference to
`pango_shape_full'
collect2: error: ld returned 1 exit status
link.sh: Linking failed
make[1]: *** [vim] Error 1
make[1]: Leaving directory `/home/gary/src/vim-7.4/vim/src'
make: *** [first] Error 2
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.