Monday, January 6, 2014

+python3 vim7.4 .tar.gz build how on 64bit wheezy?

Hi, I'm trying to build vim. I'm on:
deathstar> uname -a
Linux deathstar 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux

I have wheezy installed with python
deathstar> whereis python
python: /usr/bin/python3.2mu /usr/bin/python2.6 /usr/bin/python2.7-config /usr/bin/python2.7 /usr/bin/python3.2 /usr/bin/python /etc/python2.6 /etc/python2.7 /etc/python3.2 /etc/python /usr/lib/python2.6 /usr/lib/python2.7 /usr/lib/python3.2 /usr/bin/X11/python3.2mu /usr/bin/X11/python2.6 /usr/bin/X11/python2.7-config /usr/bin/X11/python2.7 /usr/bin/X11/python3.2 /usr/bin/X11/python /usr/local/lib/python2.6 /usr/local/lib/python2.7 /usr/local/lib/python3.2 /usr/include/python3.2mu /usr/include/python2.6 /usr/include/python2.7_d /usr/include/python2.7 /usr/include/python2.6_d /usr/share/python /usr/share/man/man1/python.1.gz

I do:
./configure --prefix=/usr/local/vim74 --enable-gui=gtk2 --enable-python3interp=/usr/bin/python3.2 --enable-cscope --enable-fail-if-missing |less

I see:
checking for GTK - version >= 2.2.0... yes; found version 2.24.10

checking if X11 header files can be found... yes
checking for _XdmcpAuthDoIt in -lXdmcp... yes
checking for IceOpenConnection in -lICE... yes
checking for XpmCreatePixmapFromData in -lXpm... yes

checking --enable-python3interp argument... /usr/bin/python3.2

checking --disable-gpm argument... no
checking for gpm... yes

make works fine
src/vim --version gives me:
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/local/include -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc -L/usr/local/lib -Wl,--as-needed -o vim -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 -lgpm -ldl

-python3 +X11 +xterm_clipboard -xterm_save +mouse_gpm -perl

--
--
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/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment