-
Notifications
You must be signed in to change notification settings - Fork 563
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
linux arm64无法构建 #856
Comments
boost 1.74没法正常编译 |
|
apt-get安装的是1.74 |
應該是這個原因: Line 62 in 1f3bf35
這裏的判斷 if(LINUX) 需要 cmake>=3.25如果 cmake 版本較低不支持 LINUX 變量,就會要求 boost>=1.77 從而出錯
|
感觉不是这个原因,是boost版本不对,导致头文件不一样 |
Arm64的Cmake只有3.22.1
|
现在使用qemu+docker编译,会导致内存溢出,这是librime的问题吗 |
我发现如果我在外面执行make指令就会溢出,进入build文件夹执行make -j16就不会 |
edit: no, it's here: Line 35 in 72564a7
|
yse, remove |
it's a portability issue. This problem also affects macos because macos does not have the nproc command. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the bug:
Expected behavior
build in docker
Log
Screenshots
If applicable, add screenshots to help explain your problem.
Flavor(please complete the following information):
Select your flavor:
Package:
Additional context
The text was updated successfully, but these errors were encountered: