
AMDG On 10/28/2013 02:22 PM, Eric Niebler wrote:
### ### Using 'mingw' toolset. ### rm -rf bootstrap mkdir bootstrap gcc -DNT -o bootstrap/jam0 command.c compile.c constants.c debug.c execcmd.c frames.c function.c glob.c hash.c hdrmacro.c headech.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c class.c cwd.c native.c md5.c w32_getreg.c modules/builtins.c: In function 'builtin_readlink': builtins.c:1879:39: error: 'FSCTL_GET_REPARSE_POINT' undeclared (first use in this function) builtins.c:1879:39: note: each undeclared identifier is reported only once for each function it appears in
So it looks like something is still broken. Stephan?
The problem is that MinGW's windows.h is only a subset of the real windows.h. This is part of the code used to handle symlinks for the git transition. I didn't test it on mingw. In Christ, Steven Watanabe