On 06/22/2011 04:13 AM, Poste wrote: > /usr/include/bits/fcntl2.h:44: error: '__builtin_va_arg_pack_len' was not > declared in this scope > > I tried to solve it adding this single dummy declaration "int > __builtin_va_arg_pack_len();" > into /usr/share/gccxml-0.9/GCC/4.5/gccxml_builtins.h and it seems to make it > working again.
The fix is correct. It was committed upstream almost a year ago: http://www.gccxml.org/Bug/view.php?id=10986 -Brad _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.gccxml.org/mailman/listinfo/gccxml
