Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx> writes: > > +#include <paths.h> > > This breaks on Windows due to missing paths.h. I guess you need some > guard to detect if the header is present or not. Is this true of all WIN32, or just __MINGW32__ / __CYGWIN__? Presumably /usr/local/bin:/usr/bin:/bin is the wrong default PATH on windows too, so perhaps I should sort that at the same point---what would a canonical default PATH be for Windows? Cheers, Chris. -- 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