Re: compiling Vim 5.0l, config broken?

1997-08-21 Thread Frank Barknecht
Christopher Ray Martin hat gesagt: // Christopher Ray Martin wrote:

 
 I am having a hard time getting Vim 5.0l to compile. It appears the
 configure script is somehow broken, but I don't know anything about
 autoconf or whatever this is generated from... It lists functions and such
 which I know are availible and usable as not availible, and at the
 conclusion of the process, an error message appears:
 
 sed: file conftest.s1 line 8: Unterminated `s' command
 
 and no config.mk files appears. Vim 4.6 configured and built fine.
 

I don't have the Vim 5.01 package yet, but the error message you receive
could be a typo in conftest.s1, I think.

From the man page to sed(1):
 -
 Unterminated `s' command
  The  replacement field of the `s' command should be
  completed with a `/' character.
 -

Line 8 should include something like  sed -e 's/foofoo/bar/'  
   ^
  this is the maybe
  missing terminating 
  /  

P.S.: If you manage VIM5 to compile, please tell me because I would like to 
upgrade vim as well.

-- 

 Yours,
Frank Barknecht
  
a href=http://www.koeln-online.de/einblick/;
Das Kölner Stadt- und Unimagazin
  /a
  ---


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


compiling Vim 5.0l, config broken?

1997-08-19 Thread Christopher Ray Martin

I am having a hard time getting Vim 5.0l to compile. It appears the
configure script is somehow broken, but I don't know anything about
autoconf or whatever this is generated from... It lists functions and such
which I know are availible and usable as not availible, and at the
conclusion of the process, an error message appears:

sed: file conftest.s1 line 8: Unterminated `s' command

and no config.mk files appears. Vim 4.6 configured and built fine.

Has anyone gotten any of the 5.0 alphas to compile under debian  I'm
up to date with stable.

Thanks, Chris.

Chris R. Martin email: [EMAIL PROTECTED]
Computer Engineeringweb: http://http.tamu.edu/~crm7479/
Texas AM University... I'm a 21st century digital boy, I don't know
 how to read but I've got a lot of toys. 
  -- Bad Relgion


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .