OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: tml on November 29, 2006, 04:33:07 am

Title: Vim 7.0.162 For Sharp Rom
Post by: tml 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.
Title: Vim 7.0.162 For Sharp Rom
Post by: tml 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/) (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.
Title: Vim 7.0.162 For Sharp Rom
Post by: enodr 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/ (http://sharpromfeed.home.linuxtogo.org/feed/)

Just add this feed to your /etc/ipkg.conf
then:
ipkg update
ipkg install vim
Title: Vim 7.0.162 For Sharp Rom
Post by: tml 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/ (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.
Title: Vim 7.0.162 For Sharp Rom
Post by: enodr 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"