Changeset 76b06f6 for BOOK/temp-system/common/vim.xml
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (12 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/vim.xml
r111b12a r76b06f6 23 23 <title>Installation of VIM</title> 24 24 25 <!-- vim branch update patch area26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 26 href="../../final-system/common/vim.xml" … … 31 30 href="../../final-system/common/vim.xml" 32 31 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 32 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>cp -v src/auto/configure{,.orig} 38 sed "/using uint32_t/s/as_fn_error/#&/" src/auto/configure.orig > src/auto/configure</userinput></screen> 34 39 35 40 <para os="c1">The <command>configure</command> script is full of logic … … 43 48 vim_cv_stat_ignores_slash=no 44 49 vim_cv_terminfo=yes 50 vim_cv_tgent=zero 45 51 vim_cv_toupper_broken=no 46 52 vim_cv_tty_group=world 53 ac_cv_sizeof_int=4 54 ac_cv_sizeof_long=4 55 ac_cv_sizeof_time_t=4 56 ac_cv_sizeof_off_t=4 47 57 EOF</userinput></screen> 48 58
Note:
See TracChangeset
for help on using the changeset viewer.