altairwei / altairwei/WizNotePlus
请教一下mac arm64下如何正确编译
Open
tip
- Dominant language
- C++
- Stars
- 599
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
参考wiki提示错误
```
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/WizNotePlus.app/Contents/MacOS/WizNotePlus] Error 1
make[1]: *** [src/CMakeFiles/WizNotePlus.dir/all] Error 2
make: *** [all] Error 2
ERROR: conanfile.py (WizNotePlus/2.12.0): Error in build() method, line 169
cmake.build()
ConanException: Error 2 while executing cmake --build '/Users/apple/WizNotePlus/_build/build' '--' '-j4'
```
另外好像wiki里写的conan现在的版本已经是v2了,得安装v1版本才可以正常走通流程,不过最后还是报如上错误。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.