PS C:\can\vim\src> make
makefile:2204: la cible « tags » apparaît plus d'une fois dans la même règle.
rm -f auto/config.status auto/config.cache config.log auto/config.log
rm -f auto/config.h auto/link.log auto/link.sed auto/config.mk
touch auto/config.h
cp config.mk.dist auto/config.mk
cd testdir; C:/Program Files (x86)/GnuWin32/bin/make -f Makefile clean
/usr/bin/sh: -c: line 0: syntax error near unexpected token (' /usr/bin/sh: -c: line 0: cd testdir; C:/Program Files (x86)/GnuWin32/bin/make -f Makefile clean'
make: *** [testclean] Erreur 1
vim makes itself and then there is a working version of vim with the latest most up to date version.
9, github repository latest build
Operating System: Windows 10 regular
Terminal : Powershell 7.2.2
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Hmm, doesn't look like a problem with Vim but with the tools you are using.
Perhaps your shell is not set to the right program?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Hmm, doesn't look like a problem with Vim but with the tools you are using.
Perhaps your shell is not set to the right program?
Why can't it build? What do I need to do to be able to make it build?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
You are using the wrong command to build. Running make doesn't work on Windows. Also, GnuWin32's make may not work.
Please see src/INSTALLpc.txt for how to set up the environment and for the build commands.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Seems like something wrong with makefile 2204 tags occurs more than once on the same rule
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Because you're using the wrong Makefile, which is for Unix. You must use src/Make_ming.mak instead.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #10834 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()