You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is very obviously wrong (mixing fopen and O_RDONLY), and doesn't build:
/<<PKGBUILDDIR>>/openmp/runtime/src/kmp_runtime.cpp:6920:16: error: no matching function for call to 'fopen' FILE *tf = fopen(temp_reg_status_file_name, O_RDONLY); ^~~~~/usr/include/stdio.h:270:26: note: candidate function not viable: no known conversion from 'int' to 'const char *__restrict' for 2nd argumenextern FILE *__REDIRECT (fopen, (const char *__restrict __filename,