vim - Compiling with gVim not working -


i trying compile simple c program test set-up correct. first typed gvim , created makefile

now have main.c , makefile, tried compiling using

:make 

then message:

|| 'make' not recognized internal or external command, || operable program or batch file. 

all of under gvim.

then test makefile , make installation working opened cygwin, went directory main , make files are, typed

$ make 

and compiled fine.

i not sure next, used able run :make gvim long time ago , think forgot how set correctly.


i have portable gvim on flash drive , on other computers other set can use

:make  

from own gvim.

all needed add path variables. feel stupid now.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -