On Nov 27, 12:15 pm, epanda <[email protected]> wrote: > Hi, > > I am using mingw and ggc version > gcc version 3.4.5 (mingw-vista special r3) > > I am using this make version. > > C:\vim\src>make --version > GNU Make 3.81 > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > PARTICULAR PURPOSE. > > This program built for i686-pc-mingw32 > > Following help instructions, I encounter this following error : > C:\vim\src>make -f Make_ming.mak gvim.exe > make: *** No rule to make target `gvim.exe'. Stop. > > Can you help me ?
You need only to do: make -f Make_ming.mak -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
