X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: bdecker AT flowcom DOT com DOT au Newsgroups: comp.os.msdos.djgpp Subject: vim for DJGPP (was: How can I create a makefile automatically?) Message-ID: <20040301205517.GA8012@flowcom.com.au> References: <7b68d58f DOT 0402271409 DOT 79bff2e4 AT posting DOT google DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5i Lines: 31 Date: Mon, 01 Mar 2004 09:42:51 GMT NNTP-Posting-Host: 203.54.241.46 X-Complaints-To: abuse AT bigpond DOT net DOT au X-Trace: news-server.bigpond.net.au 1078134171 203.54.241.46 (Mon, 01 Mar 2004 20:42:51 EST) NNTP-Posting-Date: Mon, 01 Mar 2004 20:42:51 EST Organization: BigPond Internet Services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, Mar 01, 2004 at 10:36:56AM +0300, Anthony wrote: > > > vim is free and works fine using DJGPP bash as its command shell and > > DJGPP utilities to run builds, diffs, etc. I've used them daily at > > home and work on MS Windows versions from 95 to 2K, but never had XP > > to try them on. They're a nice set of system independent tools to > > carry around on a CD, particularly if you also have a registry setup > > file to make the editor the default generic/text/unknown file type > > open action. > > > I have dowloaded and installed vim 62 but I don't see DJGPP in the list of > supported compilers. (in Tools->Set Compiler menu). What should I do to make > it work with DJ? > > Thanks > Anthony Vim ports very well under DJGPP 2.04 beta... even the mouse support works. Make sure that you have the latest pdcurses installed. For the rest, just follow the autoconf - configure - make dance. See 'configure --help for the rest ;-) BTW, I do ALL of my development on DJGPP-VIM now... (except for occasional rhide or notepad use). This message was written in VIM, called by mutt ported to DJGPP using Wattcp-32 ;-) Ben