Open lilothar opened 9 years ago
errors show as blow: can you help me In file included from arandom.c:24: sysconf.h: In function ‘getpeereid’: sysconf.h:462: error: storage size of ‘cred’ isn’t known cc1: warnings being treated as errors sysconf.h:462: error: unused variable ‘cred’
I managed to overcome this issue by adding the following
(the comment of one of the developers: /* doesn't work on new linuxes, just forget it */)
errors show as blow: can you help me In file included from arandom.c:24: sysconf.h: In function ‘getpeereid’: sysconf.h:462: error: storage size of ‘cred’ isn’t known cc1: warnings being treated as errors sysconf.h:462: error: unused variable ‘cred’