Hi,
When I try to compile a c++ program using the intel compiler on F9, I get the error:
Code:
/usr/include/c++/4.3.0/x86_64-redhat-linux/bits/c++locale.h(94): error: argument of type
"__va_list_tag *" is incompatible with parameter of type "char *" const int __ret =
__builtin_vsnprintf(__out, __size, __fmt, __args);
I'm trying to compile openmpi with it which I had no problems with in F8 so I'm wondering if this is an F9 issue?
Cheers,
Phil