473,486 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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

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

Oct 12 '06 #1
3 5977
An*******@gmail.com 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.

<OT>
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>

--
C. Benson Manica | I *should* know what I'm talking about - if I
cbmanica(at)gmail.com | don't, I need to know. Flames welcome.
Oct 12 '06 #2
An*******@gmail.com wrote:
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

Oct 12 '06 #3
An*******@gmail.com wrote:
i don't know how
to compile C programs in VIM Editor.
I just do :!make

Try www.vim.org for better info on vim.
Oct 12 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
2262
by: Ron Bott | last post by:
I'm curious what you design professionals are using to create web pages with, text editors or WYSIWYG programs. Which is the way to go for professinal quality code? Ron Bott
12
3398
by: jrefactors | last post by:
If the C programs have UNIX system calls such as fork(), alarm(), etc.., we should call it UNIX programs, not traditional C programs? We couldn't compile the programs with system calls using VC++...
10
4416
by: Jean-David Beyer | last post by:
I have some programs running on Red Hat Linux 7.3 working with IBM DB2 V6.1 (with all the FixPacks) on my old machine. I have just installed IBM DB2 V8.1 on this (new) machine running Red Hat...
5
6452
by: Screaming Eagles 101 | last post by:
Hi , not much trouble in making a setup project, but I'd like also an icon in All Programs to uninstall the application. I can't find a good explanation on the net so far... -- Filip...
3
2955
by: shriram | last post by:
I have installed turbo c++ 3.0 in my pc.The os is Windows XP.I can open up the c++ editor ,but when I compile my programs, I get error messages stating that the header files cant be opened.I checked...
2
1145
by: Umesh | last post by:
I want to put all my programs in a single windows program where similar programs share the same menu. I wonder I can I do you. Are the geniuses over there able to help me out? Thank you.
0
3259
by: dot | last post by:
I spent a few headache filled days trying to use GMP on windows (XP pro) I finally got it to work and since I found little help on the Web I thought someone might find what i did useful. ...
55
2886
by: Kenny McCormack | last post by:
#include <stdio.h> int main(void) { printf("hello, world\n"); } I compile it with all warning turned on and it still works fine.
16
9121
by: pereges | last post by:
Do you see anything wrong about this method ? For eg. I write a shell script a.sh containing : cc -o test file1.c file2.c file3.c and then execute the shell script ( sh a.sh) to compile and...
0
6964
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7305
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5427
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4863
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3066
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1378
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
598
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
259
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.