We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
执行mvn clean package构建时出现如下错误, 我是从github这边clone的最新的包 [ 50%] Building C object CMakeFiles/gmssljni-native.dir/gmssljni.c.o /mnt/filemanage/tools/GmSSL-Java/src/main/c/gmssljni.c:21:10: 致命错误:gmssl/aead.h:No such file or directory 21 | #include <gmssl/aead.h> | ^~~~~~~~~~~~~~ 编译中断。 gmake[2]: *** [CMakeFiles/gmssljni-native.dir/build.make:76:CMakeFiles/gmssljni-native.dir/gmssljni.c.o] 错误 1 gmake[1]: *** [CMakeFiles/Makefile2:83:CMakeFiles/gmssljni-native.dir/all] 错误 2 gmake: *** [Makefile:91:all] 错误 2 [WARNING] Command: [/mnt/filemanage/tools/GmSSL-Java/target/dependency/cmake/bin/cmake, --build, /mnt/filemanage/tools/GmSSL-Java/target/build] [WARNING] Directory: null
The text was updated successfully, but these errors were encountered:
怎么都没有人回复呀
Sorry, something went wrong.
同问
需要使用3.1.1版本的GmSSL, 使用gmssl version查看版本
No branches or pull requests
执行mvn clean package构建时出现如下错误, 我是从github这边clone的最新的包
[ 50%] Building C object CMakeFiles/gmssljni-native.dir/gmssljni.c.o
/mnt/filemanage/tools/GmSSL-Java/src/main/c/gmssljni.c:21:10: 致命错误:gmssl/aead.h:No such file or directory
21 | #include <gmssl/aead.h>
| ^~~~~~~~~~~~~~
编译中断。
gmake[2]: *** [CMakeFiles/gmssljni-native.dir/build.make:76:CMakeFiles/gmssljni-native.dir/gmssljni.c.o] 错误 1
gmake[1]: *** [CMakeFiles/Makefile2:83:CMakeFiles/gmssljni-native.dir/all] 错误 2
gmake: *** [Makefile:91:all] 错误 2
[WARNING] Command: [/mnt/filemanage/tools/GmSSL-Java/target/dependency/cmake/bin/cmake, --build, /mnt/filemanage/tools/GmSSL-Java/target/build]
[WARNING] Directory: null
The text was updated successfully, but these errors were encountered: