我在没有示例的情况下成功地构建了幕府(this question),但是现在当我尝试对元示例执行相同的操作时,我得到了如下错误:
$ cmake -DSWIG_EXECUTABLE=/usr/local/bin/swig -DINTERFACE_PYTHON=ON -DBUILD_META_EXAMPLES=ON ..
-- Could NOT find CCache (missing: CCACHE CCACHE_VERSION)
-- Using system's malloc
CMake Error at src/shogun/CMakeLists.txt:49 (MESSAGE):
Shogun can only be built with GPL codes if the source files are in
/Users/krishna/shogun/src/gpl. Please download or disable with
LICENSE_GPL_SHOGUN=OFF.
-- Configuring incomplete, errors occurred!
See also "/Users/krishna/shogun/build/CMakeFiles/CMakeOutput.log".谢谢。
发布于 2018-02-17 17:16:54
https://github.com/shogun-toolbox/shogun/issues/4179
很抱歉,我犯了一个愚蠢的错误,从链接可以看出。
https://stackoverflow.com/questions/48838748
复制相似问题