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
I'm trying to build this on gentoo linux (gcc 9.3.0) and I get this error:
slock.c:118:22: error: implicit declaration of function 'crypt'
and a cascade of errors going on from there.
Any solutions? Thanks.
The text was updated successfully, but these errors were encountered:
I'm trying to build this on gentoo linux (gcc 9.3.0) and I get this error:
slock.c:118:22: error: implicit declaration of function 'crypt'
and a cascade of errors going on from there.
Any solutions? Thanks.
I created pull request with fix, hope it would be merged
I'm trying to build this on gentoo linux (gcc 9.3.0) and I get this error:
slock.c:118:22: error: implicit declaration of function 'crypt'
and a cascade of errors going on from there.
Any solutions? Thanks.
The text was updated successfully, but these errors were encountered: