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
{{ message }}
This repository was archived by the owner on Jan 16, 2021. It is now read-only.
Hi,
I was unable to successfully install the package downloaded via .zip archive. I receive this compilation error and do not understand why:
sfsconst_stub.C: In function ‘void sfsconst_init(bool)’:
sfsconst_stub.C:394:20: error: ignoring return value of ‘int setgid(__gid_t)’, declared with attribute warn_unused_result [-Werror=unused-result]
setgid (sfs_gid);
^
sfsconst_stub.C:395:22: error: ignoring return value of ‘int setuid(__uid_t)’, declared with attribute warn_unused_result [-Werror=unused-result]
setuid (sb.st_uid);
^
At global scope:
cc1plus: error: unrecognized command line option ‘-Wno-unused-private-field’ [-Werror]
cc1plus: error: unrecognized command line option ‘-Wno-mismatched-tags’ [-Werror]