http://bugs.winehq.org/show_bug.cgi?id=31013
--- Comment #15 from Quentin Pâris qparis@playonlinux.com 2012-06-28 15:35:30 CDT --- (In reply to comment #5)
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.
Yep! It was that. Alexandre Juillard was right. Do you think it will have consequences on wine's behavior if remove these lines?
Thank you for your help and sorry for having filed an invalid bug