作者热门文章
- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我只是尝试在 Debian 9 上编译最新的 AzerothCore 并没有接触源代码,只是拉取它并完全使用安装指南中描述的 sh。 CMake 给我这个错误:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ACE_INCLUDE_DIR (ADVANCED)
带有最新 AzerothCore 的 Debian 9。 Ace 肯定安装了最新版本。
预期:没有错误。实际结果:错误。
最佳答案
sudo apt-get update
然后执行 sudo apt-get install libace-6.* libace-dev
目前为我自己工作的当前版本是 6.3.3。另外,我不使用 sh 安装程序,所以不确定这是否是您的问题。
我只是使用 cmake ../-DCMAKE_INSTALL_PREFIX=/home/youruser/azeroth-server/-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DTOOLS=0 -DSCRIPTS= 1
关于c++ - CMake 错误 : variable is NOTFOUND. ACE_INCLUDE_DIR(高级),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54561218/
我只是尝试在 Debian 9 上编译最新的 AzerothCore 并没有接触源代码,只是拉取它并完全使用安装指南中描述的 sh。 CMake 给我这个错误: CMake Error: The fo
我是一名优秀的程序员,十分优秀!