Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Compilation errors #26

Open
antoniolm23 opened this issue Dec 1, 2016 · 0 comments
Open

Compilation errors #26

antoniolm23 opened this issue Dec 1, 2016 · 0 comments

Comments

@antoniolm23
Copy link

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]

Can you please help me?
Thanks in advance
Antonio

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant