Author Topic: Vim 7.0.162 For Sharp Rom  (Read 4065 times)

tml

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Vim 7.0.162 For Sharp Rom
« on: November 29, 2006, 04:33:07 am »
Hi,

Has somebody compiled vim7 for use on a terminal on standard sharp rom images and maybe even created an ipk? The newest I could find for sharp/cacko is 6.3.

Tom.
« Last Edit: December 03, 2006, 01:41:19 am by tml »
SL-C3100

tml

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Vim 7.0.162 For Sharp Rom
« Reply #1 on: December 03, 2006, 01:40:43 am »
Ok, I now compiled vim7 for zaurus with standard sharp rom onboard with zgcc. I post the binaries here. Maybe somebody is interested.

To be precise, this is vim 7.0.162. features=normal +multibyte, +ifruby. You probably will need a suitable ncurses (look for libncurses5_5.5-1_arm.ipk) library and (optional) ruby (eg from http://www.focv.com/ipkg/) installed.

These are just the binaries -- potential users will have to get the runtime from someplace else. (The whole package would be more than 4mb).

The binaries were compiled with prefix=/mnt/pkgs/vim70. The binaries thus should go to /mnt/pkgs/vim70/bin (although this isn't important) and the runtime to /mnt/pkgs/vim70/share/vim/vim70/. Use a symlink if you want to put it someplace else. Sorry, no ipkg.

This is the first time I compiled something on the zaurus. I hope it works this way.
SL-C3100

enodr

  • Full Member
  • ***
  • Posts: 133
    • View Profile
Vim 7.0.162 For Sharp Rom
« Reply #2 on: December 03, 2006, 05:12:48 am »
Quote
Ok, I now compiled vim7 for zaurus with standard sharp rom onboard with zgcc. I post the binaries here. Maybe somebody is interested.

vim 7 for zaurus and all the dependencies are also available from the SharpRomFeed:
http://sharpromfeed.home.linuxtogo.org/feed/

Just add this feed to your /etc/ipkg.conf
then:
ipkg update
ipkg install vim

tml

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Vim 7.0.162 For Sharp Rom
« Reply #3 on: December 03, 2006, 12:46:42 pm »
Quote
vim 7 for zaurus and all the dependencies are also available from the SharpRomFeed:
http://sharpromfeed.home.linuxtogo.org/feed/
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147881\"][{POST_SNAPBACK}][/a][/div]

Well, I would have preferred to know this a few days earlier.

Anyway, that's great. What does r1 mean? Release candidate? With which feature set was this version compiled?

Edit:
Ok, that's used throughout the package names so it's probably simply revision.
« Last Edit: December 03, 2006, 12:57:21 pm by tml »
SL-C3100

enodr

  • Full Member
  • ***
  • Posts: 133
    • View Profile
Vim 7.0.162 For Sharp Rom
« Reply #4 on: December 04, 2006, 12:58:19 pm »
Quote
With which feature set was this version compiled?

From the .bb recipe of vim7:

EXTRA_OECONF = "--enable-gui=none --disable-gtktest \
                --disable-xim --with-features=big \
                --disable-gpm --without-x --disable-netbeans \
                --with-tlib=ncurses"