On 11/28/2017 02:06 AM, Florian Weimer wrote:
This changed:
https://source.winehq.org/git/wine.git/commitdiff/644f497e87c51f1a1c62b26ea9f588e7bc97d13b
aapcs-vfp is incompatible with variadic functions on mainline GCC. Maybe Wine
upstream assumes that you use a patched GCC to build it?
You
On 11/25/2017 09:21 PM, Michael Cronenworth wrote:
Hello,
My attempt at building a wine update today failed for only the ARMv7
(32-bit) builds across F26, F27, and Rawhide. I'm seeing the build
log[1] show the following message:
error: variadic functions must use the base AAPCS variant
I'm
On 11/25/2017 10:16 PM, John Reiser wrote:
Are those functions really variadic (take a different number of
actual arguments in different calls)? Does the declaration
specify variadic by using three periods "..." in the right-most
argument position?
Yes and yes.
A change in header files coul
My attempt at building a wine update today failed for only the ARMv7 (32-bit)
builds across F26, F27, and Rawhide. I'm seeing the build log[1] show the
following message:
error: variadic functions must use the base AAPCS variant
Are those functions really variadic (take a different number of
Hello,
My attempt at building a wine update today failed for only the ARMv7 (32-bit) builds
across F26, F27, and Rawhide. I'm seeing the build log[1] show the following message:
error: variadic functions must use the base AAPCS variant
I'm unfamiliar with this type of failure. The code that i