Re: svn updates

2006-10-18 Thread Bill McCarthy
On Wed 18-Oct-06 4:13pm -0600, Mark Guzman wrote:

> I hate to report problems w/o having solutions, but the svn repos is
> currently only up to patch 132. I'm wondering if whatever update script
> was maintaining it is broken... Hopefully someone with access can take a
> look at it.

That's updated by Edward Fox.  The last update was Friday
(13-Oct).  He's probably away.

You can also use CVS or get the patches here or at:

ftp.vim.org/pub/vim/patches/7.0

Also, simple one-line shell scripts have been posted to
update your runtime files from 'nix or Windows (4nt).

-- 
Best regards,
Bill



Re: svn updates

2006-10-18 Thread Georg Dahn

Hi!

Mark Guzman wrote:

I hate to report problems w/o having solutions, but the svn repos is
currently only up to patch 132. I'm wondering if whatever update script
was maintaining it is broken... Hopefully someone with access can take a
look at it.


As far as I know, the SVN repository is kept up to date manually (I
forgot the name of the person who does this). Maybe this person is
on holidays or cannot update the repository for some other reason.

Best wishes,
Georg



Send instant messages to your online friends http://uk.messenger.yahoo.com 


svn updates

2006-10-18 Thread Mark Guzman
I hate to report problems w/o having solutions, but the svn repos is
currently only up to patch 132. I'm wondering if whatever update script
was maintaining it is broken... Hopefully someone with access can take a
look at it.
   --mark

-- 
sic transit gloria et adulescentia 
blog | http://blog.hasno.info/blog
wiki | http://wiki.hasno.info



Re: problem compiling vim70.

2006-10-18 Thread A.J.Mechelynck

Anupam Srivastava wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

1. Forget that shortcut dirname `locate curses.h` thing. It was just to
give the idea to Ajay about how to compile by redefinign CPPFLAGS and
LDFALGS.


Well, you made it sound like an actual shell script that ought to work.




anda=`locate libncurses`
export LDFLAGS=-I`dirname $anda`

dirname `locate libncurses`
dirname: extra operand  `/lib/libncurses/so.5.4'
Try `dirname --help' for more information 


2. Atleast your out put is not 'nothing' :p


No, I get several lines of output for each of them, including (IIUC) a number 
of lines which bear no relation to what should be searched by compile or link




IIUC, only one of each should go into CPPFLAGS and LDFLAGS 


3. Sorry didn't get you. Here is the actual mail from which I got helped:

Gary Johnson wrote:

I downloaded and installed ncurses under
/home/garyjohn/src/SunOS/ncurses-5.4.  Here is how I build vim:

export CPPFLAGS="-I/home/garyjohn/src/SunOS/ncurses-5.4/include/ncurses"


only one directory, not the directories of everything that "locate ncurses.h" 
did output



export LDFLAGS="-L/home/garyjohn/src/SunOS/ncurses-5.4/lib"


only one directory, not the directories of everything that "locate libncurses" 
did output



./configure --prefix=/home/garyjohn/src/SunOS/vim-7.0 --with-tlib=ncurses 
--enable-cscope
make
make install



- --
Anupam Srivastava
Scientific Coworker
Universität Stuttgart



I'm re-adding the vim-dev list to the CC -- I wonder why you removed it.

(Disclaimer: I don't know everything about Vim, and I'm not paid to answer 
queries. I'm just another user like any of them.)



Best regards,
Tony.