Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make遇错 #5

Open
luckypoem opened this issue Jun 2, 2022 · 0 comments
Open

make遇错 #5

luckypoem opened this issue Jun 2, 2022 · 0 comments

Comments

@luckypoem
Copy link

hi.

root@racknerd-7b97d8:/mysocks# make
...
/root/mysocks/src/cipher.c:113:37: error: request for member ‘base’ in something not a structure or union
getentropy(cipher.encrypt.iv.base, cipher.encrypt.iv.len);
^
/root/mysocks/src/cipher.c:113:61: error: request for member ‘len’ in something not a structure or union
getentropy(cipher.encrypt.iv.base, cipher.encrypt.iv.len);
^
CMakeFiles/ssclient.dir/build.make:117: recipe for target 'CMakeFiles/ssclient.dir/src/cipher.c.o' failed
make[2]: *** [CMakeFiles/ssclient.dir/src/cipher.c.o] Error 1
CMakeFiles/Makefile2:86: recipe for target 'CMakeFiles/ssclient.dir/all' failed
make[1]: *** [CMakeFiles/ssclient.dir/all] Error 2
Makefile:145: recipe for target 'all' failed
make: *** [all] Error 2
root@racknerd-7b97d8:
/mysocks#

怎么解决?谢谢回复

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

No branches or pull requests

1 participant