source: BOOK/temp-system/common/vim.xml@ 0162995

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0162995 was 6c5a343, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Update Vim to 7.3.

  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[ffbc9152]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-temp-system-vim" role="wrap">
9 <?dbhtml filename="vim.html"?>
10
11 <title>Vim-&vim-version;</title>
12
13 <indexterm zone="ch-temp-system-vim">
14 <primary sortas="a-Vim">Vim</primary>
15 <secondary>temporary system</secondary>
16 </indexterm>
17
18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19 href="../../final-system/common/vim.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
21
22 <sect2 role="installation">
23 <title>Installation of VIM</title>
24
25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
26 href="../../final-system/common/vim.xml"
27 xpointer="xpointer(//*[@os='p1'])"/>
28
29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30 href="../../final-system/common/vim.xml"
31 xpointer="xpointer(//*[@os='p2'])"/>
32
[6c5a343]33 <para os="s1">The configure script has a single hard coded test that
34 cannot be bypassed with a cache entry. Disable this test with the
35 following command:</para>
36
37<screen os="s2"><userinput>sed -i "/using uint32_t/s/as_fn_error/#&amp;/" src/auto/configure</userinput></screen>
38
[878afd8]39 <para os="c1">The <command>configure</command> script is full of logic
[58598c1]40 that aborts at the first sign of cross compiling. Work around this by
41 setting the cached values of several tests with the following
42 command:</para>
[ffbc9152]43
44<screen os="c2"><userinput>cat &gt; src/auto/config.cache &lt;&lt; "EOF"
45vim_cv_getcwd_broken=no
46vim_cv_memmove_handles_overlap=yes
47vim_cv_stat_ignores_slash=no
48vim_cv_terminfo=yes
49vim_cv_tgent=zero
50vim_cv_toupper_broken=no
51vim_cv_tty_group=world
52ac_cv_sizeof_int=4
[6c5a343]53ac_cv_sizeof_long=4
54ac_cv_sizeof_time_t=4
55ac_cv_sizeof_off_t=4
[ffbc9152]56EOF</userinput></screen>
57
[878afd8]58 <para os="b">Change the default location of
59 the <filename>vimrc</filename> configuration file to <filename
60 class="directory">/tools/etc</filename>:</para>
[ffbc9152]61
62<screen os="c"><userinput>echo '#define SYS_VIMRC_FILE "/tools/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
63
64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65 href="../../final-system/common/vim.xml"
66 xpointer="xpointer(//*[@os='d'])"/>
67
[6c5a343]68<screen os="e"><userinput>./configure \
[c3cd569a]69 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
70 --prefix=/tools --enable-multibyte --enable-gui=no \
71 --disable-gtktest --disable-xim --with-features=normal \
72 --disable-gpm --without-x --disable-netbeans \
73 --with-tlib=ncurses</userinput></screen>
[ffbc9152]74
75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76 href="../../final-system/common/vim.xml"
77 xpointer="xpointer(//*[@os='g'])"/>
78
79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
80 href="../../final-system/common/vim.xml"
81 xpointer="xpointer(//*[@os='h'])"/>
82
83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84 href="../../final-system/common/vim.xml"
85 xpointer="xpointer(//*[@os='j'])"/>
86
87 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
88 href="../../final-system/common/vim.xml"
89 xpointer="xpointer(//*[@os='k'])"/>
90
91 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
92 href="../../final-system/common/vim.xml"
93 xpointer="xpointer(//*[@os='l'])"/>
94
95<screen os="m"><userinput>ln -sv vim /tools/bin/vi</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="content">
100 <title/>
101
102 <para>Details on this package are located in <xref
103 linkend="contents-vim" role="."/></para>
104
105 </sect2>
106
107</sect1>
Note: See TracBrowser for help on using the repository browser.