Building Vim Source on Windows XP

0 views
Skip to first unread message

Nick Parker

unread,
Dec 15, 2008, 2:40:57 PM12/15/08
to vim_use
I am attempting to build Vim on Windows XP with the following command:

C:\vim72\src>nmake -f makefile FEATURES=HUGE GUI=yes OLE=yes MBYTE=yes
IME=yes G
IME=yes PYTHON=C:\Python26 DYNAMIC_PYTHON=yes PYTHON_VER=261
CSCOPE=yes RUBY=C:\
ruby DYNAMIC_RUBY=yes

I get an error message saying "GUI_INC_LOC" is not recognized as an
internal or external command. Any suggestions as to what this means?
Thanks.

John Beckett

unread,
Dec 15, 2008, 4:40:04 PM12/15/08
to vim...@googlegroups.com
Nick Parker wrote:
> I am attempting to build Vim on Windows XP with the
> following command:
>
> C:\vim72\src>nmake -f makefile FEATURES=HUGE GUI=yes OLE=yes
> MBYTE=yes IME=yes GIME=yes PYTHON=C:\Python26

> DYNAMIC_PYTHON=yes PYTHON_VER=261 CSCOPE=yes RUBY=C:\ruby
> DYNAMIC_RUBY=yes
>
> I get an error message saying "GUI_INC_LOC" is not recognized
> as an internal or external command.

Exactly what is "makefile"? It should be something like:
nmake -f Make_mvc.mak ...

John

Tony Mechelynck

unread,
Dec 15, 2008, 8:51:02 PM12/15/08
to vim...@googlegroups.com

Makefile (in the top and src/ directories) are the makefiles for Unix.
On Windows, where filesystems are case-insensitive, "makefile" will be
regarded as synonymous with one of them; but they are intended for GNU
make on Unix/Linux, not for Microsict Visual C make and not for use on
Windows.


Best regards,
Tony.
--
FATHER: Did you kill all those guards?
LAUNCELOT: Yes ... I'm very sorry ...
FATHER: They cost fifty pounds each!
"Monty Python and the Holy Grail" PYTHON (MONTY)
PICTURES LTD

Reply all
Reply to author
Forward
0 new messages