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 actual arguments in different calls)? Does the declaration specify variadic by using three periods "..." in the right-most argument position? A change in header files could account for differing behavior. " gcc -E $< | grep '^# 1 ' " gives the list of files that were processed. What was the actual literal gcc version then versus now? -- _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx