https://bugs.winehq.org/show_bug.cgi?id=48533
--- Comment #2 from ryan@rnrcarpet.com ---
Does it fail to build, or fail to run? Note that you don't need everything that configure checks for.
Building is fine. Just running it where the problem is. This is besides being unable to build 32 bit - ran into too many problems with LXC, don't need 32 bit prefix anyway, and as far as I can tell it shouldn't stop building using configure --enable-win64 and from not running a 64 bit prefix.
One possible cause of this is reusing the same build tree for multiple architecture builds. I would first try "rm -r wine wine64 loader" in your build tree(s), and rebuilding, and see if that helps.
Using make and its refusing to build with stuff missing as a result of that. Am assuming that you're not talking about something highly specific that doesn't affect make negatively but I've tried it various ways and no matter what I do make and configure just doesn't like that.
I think the next highest probability of working is if I use Ubuntu so that will probably be next. Thank you for trying. Will update if it works.