Mail Archives: djgpp/2004/03/01/12:31:22
On Mon, 1 Mar 2004 10:36:56 +0300 in comp.os.msdos.djgpp, "Anthony"
<akantsel AT integra DOT rmt DOT ru> 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?
It defaults to building with makefiles and standard utilities.
I've just set up HOME and SHELL environment variables besides DJGPP.
Depends on what you expect from "making it work": you can customize
vim to work like an IDE if you want with custom key mappings and the
base hooks: see ":help quickfix" or ":help compiler-plugin".
I just type ":!gcc -c %" to compile current file and ":make" to build
projects.
Typing ":cwin", ":copen", ":cl", or ":cl!" lists the errors and ":cn"
shows the next one.
I use the GUI version gvim in nocompat mode with few .vimrc tweaks.
--
Thanks. Take care, Brian Inglis Calgary, Alberta, Canada
Brian DOT Inglis AT CSi DOT com (Brian dot Inglis at SystematicSw dot ab dot ca)
fake address use address above to reply
- Raw text -