Am 18.12.2013 um 03:43 schrieb jordan triplesquarednine@gmail.com:
Hey Austin,
icc lacks support for __builtin_ms_va_list, which is required for wine64. You won't get very far with icc until that is fixed.
Currently only gcc supports it, I filed a bug with llvm/clang for it a few years ago, but no action yet: http://llvm.org/bugs/show_bug.cgi?id=8851
I see. Well, that is slightly unfortunate ;) ... Maybe I'll use my Intel account to rattle their cage about it too.
Your mail doesn’t suggest that you’re deliberately trying to build a 64 bit Wine. I haven’t tried icc myself, but I guess it should work for 32 bit Wine just as it did in 2008.
Note that a 64 bit Wine is only useful for running 64 bit Windows applications. It won’t magically run 32 bit applications with 64 bit only Linux libs. The most common way to use a 64 bit wine is together with a 32 bit build to form a WoW64 environment that runs both 32 bit and 64 bit windows apps.