[Clfs-commits] [CLFS Trac] #136: Vim temp system

CLFS Trac trac at cross-lfs.org
Thu Feb 28 15:09:11 PST 2008


#136: Vim temp system
-----------------------+----------------------------------------------------
  Reporter:  jciccone  |       Owner:  clfs-commits at lists.cross-lfs.org.
      Type:  task      |      Status:  new                              
  Priority:  trivial   |   Milestone:  CLFS Standard 1.1.0              
 Component:  BOOK      |     Version:  CLFS Standard 1.1.0              
Resolution:            |    Keywords:  vim temp-system                  
-----------------------+----------------------------------------------------
Changes (by jciccone):

  * version:  CLFS Standard 1.2.0 => CLFS Standard 1.1.0
  * milestone:  CLFS Standard 1.2.0 => CLFS Standard 1.1.0

Comment:

 I'd love todo this aswell. I havn't tested any methods of building Vim
 yet. But I'm assuming that it can't be too much different from sysroot.

 Apply the cross_compilation patch from the sysroot book.

 {{{
 echo '#define SYS_VIMRC_FILE "/tools/etc/vimrc"' >> src/feature.h
 ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --prefix=/tools --enable-multibyte --enable-gui=no \
     --disable-gtktest --disable-xim --with-features=normal \
     --disable-gpm --without-x --disable-netbeans \
     --with-tlib=ncurses
 make
 make install
 ln -s vim /tools/bin/vi
 }}}

 Then we just need to create a basic vimrc, probably the same one that's
 suggested in the final system.

 I'm pushing up to clfs 1.1.0 from 1.2.0. This is something that should
 work fairly well thanks to clfs sysroot.

-- 
Ticket URL: <http://trac.cross-lfs.org/ticket/136#comment:2>
CLFS Trac <http://trac.cross-lfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list