What type of make.exe are you running? MSYS2 or MinGW? (Hint: type `which make` in Bash.)
How exactly are you running it? From a Bash script, from a MinGW program, from an MSYS2 program? How are you passing paths to it? Are the paths in a file, on the command line, or in environment variables? If the paths are in arguments, did you try setting the "MSYS2_ARG_CONV_EXCL" environment variable to "-" before invoking Make? --David On Wed, Jun 23, 2021 at 7:23 AM Kacvinsky, Tom <[email protected]> wrote: > Hi, > > I have found an issue - perhaps a user mistake - which I need to pass > Cygwin style paths to make. > So instead of c:/path/to/whatever, I need to use > /cygdrive/c/path/to/whatever. Is there a way > of forcing GNU make on MSYS2 + MinGW-w64 to honor paths of the form the > c:/path/to/whatever. > > FWIW, I am setting the PATH in a DOS shell first, and even tried escaping > the : with ^ - the escape > character for DOS command prompts (so c^:/). I've also tried the bash > escape character (so c\:/). > > No joy. > > Any pointers you may have would be appreciated. If you need more > information, please let me > know. > > Thanks and regards, > > Tom > > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public > _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
