On Sonntag, 17. August 2008, Steffen Prohaska wrote: > MSYS' automatic path conversion causes problems when passing paths as '-D' > arguments to the compiler. MSYS tries to be smart and converts absolute > paths to native Windows paths. But we want the paths as we compute them in > the Makefile. Huh? Doesn't the Makefile compute paths like "/c/path/to/git"? We certainly don't want to compile such paths into git that in Windows speak actually mean "c:/path/to/git" - git is not an MSYS program and wouldn't understand the former. Which form of conversion are you refering to? -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html