http://bugs.winehq.org/show_bug.cgi?id=31013
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2012-06-26 15:56:52 CDT --- (In reply to comment #13)
I've seen that but I've built many programs with this tool without any kind of problems. Do you have an idea of what lib/include could causes exactly this problem?
Most likely a mixup between the struct stat definition and the stat() function that it links to, one of them uses 64-bit inodes and the other doesn't.