strophe / libstrophe

A simple, lightweight C library for writing XMPP clients
http://strophe.im/libstrophe
Other
401 stars 163 forks source link

va_copy() is redefined for Haiku R1 beta2 #160

Closed pasis closed 4 years ago

pasis commented 4 years ago

Recent Haiku beta2 provides gcc-8.3.0 which defines va_copy() as __builtin_va_copy(). This leads to redefinition. Also our va_copy() workaround fails to compile.

We need to check for the feature in configure time.