http://bugs.winehq.org/show_bug.cgi?id=31013
--- Comment #5 from André H. nerv@dawncrow.de 2012-06-26 13:30:57 CDT --- Hi, really interesting, i doubt it's by my original changes. As you are on MacOS and AJ used the chance to update autoconf i'd say it's:
+/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif
Can you please remove these lines from include/config.* and rebuild on current git, i hope that's it.