-
Notifications
You must be signed in to change notification settings - Fork 200
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
Compile Failed(Third party ctemplate). Gcc version 11.2.0 #68
Comments
我本地编了个gcc11.3没有复现,可能跟系统库之类的有关系,可以把完整的错误信息贴出来吗? |
Blade: Entering directory `/home/zbh/project/flare' [29/2437] MAKE //thirdparty/ctemplate:ctemplate_build 完整错误如上,我倒是没有考虑系统库的问题。但是其他同学有成功编译的,应该还是和本地环境有关 |
好像跟python有关:OlafvdSpek/ctemplate#135 (comment) 试试装一个python3,然后把build64_release删掉(不然会增量跑,可能会受这个残留环境的影响)重新blade build看看 |
之前使用了python3.10,然后会遇到Import Error,使用了pyenv装了python3.9然后python3软链接到3.9.估计是这个问题,我尝试下,谢谢 |
使用python3.10, opentracing-cpp compile fail
|
看着像是怎么着用clang编译opentracing cpp了,可能它的cmake脚本优先用了clang还是怎么回事。 如果隔离不开clang的话试试手动指定环境变量CXX C:https://stackoverflow.com/a/7032021 |
|
把altStackMem[SIGSTKSZ]里的SIGSTKSZ改成8192或者其他常量值 |
用python 2.7也行 |
感谢,已解决 |
The text was updated successfully, but these errors were encountered: