mingw error

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
GONeill
Posts: 87
Joined: Sun Jun 15, 2014 6:40 am
Location: New Zealand
Full name: Graham O'Neill

Re: mingw error

Post by GONeill »

Sorry about the extra "\*.*". I forget now where that came from. I vaguely remember one version of Windows changed the COPY command so I put it in and just left it there. It runs ok on Win10 64bit either with \*.* or without, so better just to remove it.

Vidit, I think your problem is that you have spaces in the directory names. If so, instead of putting (say):

Code: Select all

set srcdir=D:\MinGW\Stockfish master\src
add some double quotation marks:

Code: Select all

set srcdir="D:\MinGW\Stockfish master\src"
That should fix it.