public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* vim60ar
@ 2001-08-22 17:17 Arafat
  2001-08-23  0:19 ` vim60ar Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Arafat @ 2001-08-22 17:17 UTC (permalink / raw)
  To: cygwin

Anyone know how to install vim6 beta?

I have vim60arw32.zip and vim60arrt.zip. I still can't get vim6 to run.

Please help...
-Arafat

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: vim60ar
  2001-08-22 17:17 vim60ar Arafat
@ 2001-08-23  0:19 ` Corinna Vinschen
  2001-08-23  6:15   ` vim60ar Arafat
  0 siblings, 1 reply; 5+ messages in thread
From: Corinna Vinschen @ 2001-08-23  0:19 UTC (permalink / raw)
  To: cygwin

On Wed, Aug 22, 2001 at 08:16:46PM -0400, Arafat wrote:
> Anyone know how to install vim6 beta?
> 
> I have vim60arw32.zip and vim60arrt.zip. I still can't get vim6 to run.

These versions are plain Win32 versions and have nothing to
do with Cygwin.  A Cygwin version is currently only available
by building from source.  vim-6.0 is in beta state anyway.
The current version (6.0as) doesn't build OOTB for Cygwin due to
a missing header in mbyte.c but the next beta will (I hope).

As soon as the first production version is released I will update the
vim Cygwin net relase to 6.0.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: vim60ar
  2001-08-23  0:19 ` vim60ar Corinna Vinschen
@ 2001-08-23  6:15   ` Arafat
  2001-08-23  7:04     ` vim60ar Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Arafat @ 2001-08-23  6:15 UTC (permalink / raw)
  To: cygwin

Where can I find instructions on building from source? I've never done this
but I'd like to learn.

I've been using the regular win32 versions of the beta and am impressed byt
it. I'd like to keep using it in my cygwin environment.

Thank you for your response.
Arafat

-----Original Message-----
From: cygwin-owner@sources.redhat.com
[ mailto:cygwin-owner@sources.redhat.com]On Behalf Of Corinna Vinschen
Sent: Thursday, August 23, 2001 3:19 AM
To: cygwin@cygwin.com
Subject: Re: vim60ar


On Wed, Aug 22, 2001 at 08:16:46PM -0400, Arafat wrote:
> Anyone know how to install vim6 beta?
>
> I have vim60arw32.zip and vim60arrt.zip. I still can't get vim6 to run.

These versions are plain Win32 versions and have nothing to
do with Cygwin.  A Cygwin version is currently only available
by building from source.  vim-6.0 is in beta state anyway.
The current version (6.0as) doesn't build OOTB for Cygwin due to
a missing header in mbyte.c but the next beta will (I hope).

As soon as the first production version is released I will update the
vim Cygwin net relase to 6.0.

Corinna

--
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: vim60ar
  2001-08-23  6:15   ` vim60ar Arafat
@ 2001-08-23  7:04     ` Corinna Vinschen
  2001-08-23 10:09       ` vim60ar Arafat
  0 siblings, 1 reply; 5+ messages in thread
From: Corinna Vinschen @ 2001-08-23  7:04 UTC (permalink / raw)
  To: cygwin

On Thu, Aug 23, 2001 at 09:14:48AM -0400, Arafat wrote:
> Where can I find instructions on building from source? I've never done this
> but I'd like to learn.
> 
> I've been using the regular win32 versions of the beta and am impressed byt
> it. I'd like to keep using it in my cygwin environment.

cd into the toplevel source dir,
edit src/config.h, eliminate the following three lines (only for the 6.0as
release!):

    #if defined(__CYGWIN__) || defined(__CYGWIN32__)
    # define WIN32UNIX      /* Compiling for Win32 using Unix files. */
    #endif

call `./configure && make',
if that worked you can call `make install' which installs vim into
/usr/local.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: vim60ar
  2001-08-23  7:04     ` vim60ar Corinna Vinschen
@ 2001-08-23 10:09       ` Arafat
  0 siblings, 0 replies; 5+ messages in thread
From: Arafat @ 2001-08-23 10:09 UTC (permalink / raw)
  To: Corinna Vinschen

Thank you

-----Original Message-----
From: cygwin-owner@sources.redhat.com
[ mailto:cygwin-owner@sources.redhat.com]On Behalf Of Corinna Vinschen
Sent: Thursday, August 23, 2001 10:04 AM
To: cygwin@cygwin.com
Subject: Re: vim60ar


On Thu, Aug 23, 2001 at 09:14:48AM -0400, Arafat wrote:
> Where can I find instructions on building from source? I've never done
this
> but I'd like to learn.
>
> I've been using the regular win32 versions of the beta and am impressed
byt
> it. I'd like to keep using it in my cygwin environment.

cd into the toplevel source dir,
edit src/config.h, eliminate the following three lines (only for the 6.0as
release!):

    #if defined(__CYGWIN__) || defined(__CYGWIN32__)
    # define WIN32UNIX      /* Compiling for Win32 using Unix files. */
    #endif

call `./configure && make',
if that worked you can call `make install' which installs vim into
/usr/local.

Corinna

--
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-08-23 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-22 17:17 vim60ar Arafat
2001-08-23  0:19 ` vim60ar Corinna Vinschen
2001-08-23  6:15   ` vim60ar Arafat
2001-08-23  7:04     ` vim60ar Corinna Vinschen
2001-08-23 10:09       ` vim60ar Arafat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).