Skip to content
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

Error when trying to build with meta examples #4179

Closed
krishnaw14 opened this issue Feb 17, 2018 · 1 comment
Closed

Error when trying to build with meta examples #4179

krishnaw14 opened this issue Feb 17, 2018 · 1 comment

Comments

@krishnaw14
Copy link

krishnaw14 commented Feb 17, 2018

I successfully built shogun without the examples (#4174 ) but now when I am trying to do the same with meta examples, I am getting an error as follows:
`$ 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" `

@vigsterkr
Copy link
Member

as the error suggest you either checkout the GPL code (git submodule update --init) or simply disable to compilation of the GPL part with -DLICENSE_GPL_SHOGUN=OFF.

please next time read more carefully the error message before firing an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants