HOW To Compile C programs in VIM Editor ? [ HELP ]

A

AntiVista

I Installed latest VIM 7.0 Editor for Windows XP. But i don't know how
to compile C programs in VIM Editor.

I run the HELLO WORLD Program and save the file as HELLO.C
Then i press the Make Button. An error is generated showing " make is
not an internal or external command)

I set the Systex to C language in VIM editor. How to set the compiler
for C in VIM

Please HELP ME !!!

Thanks to Comp Group
 
C

Christopher Benson-Manica

(e-mail address removed) wrote:

Your post is off-topic for comp.lang.c. Please visit

http://www.ungerhu.com/jxh/clc.welcome.txt
http://c-faq.com
http://benpfaff.org/writings/clc/off-topic.html

for posting guidelines and frequently asked questions. Thank you.

I Installed latest VIM 7.0 Editor for Windows XP. But i don't know how
to compile C programs in VIM Editor.

You don't compile programs with Vim. Vim invokes a compiler you
already have installed on your system.
I run the HELLO WORLD Program and save the file as HELLO.C
Then i press the Make Button. An error is generated showing " make is
not an internal or external command)

Because you have no program called "make" installed on your system.
(or, more technically, at least not accessible in any directory on
your PATH.) Probably no compiler either. There are numerous free C
compilers available for Windows; Google can tell you all about them.
When you do that, there are forums where you can discuss Vim and
issues relating to configuring it to do what you want. This is not
such a forum.

</OT>
 
S

santosh

I Installed latest VIM 7.0 Editor for Windows XP. But i don't know how
to compile C programs in VIM Editor.

I run the HELLO WORLD Program and save the file as HELLO.C
Then i press the Make Button. An error is generated showing " make is
not an internal or external command)

I set the Systex to C language in VIM editor. How to set the compiler
for C in VIM

Please HELP ME !!!

Thanks to Comp Group

Ask in comp.editors
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top