Skip to content

Instantly share code, notes, and snippets.

@c4goldsw
Created August 11, 2016 13:05
Show Gist options
  • Save c4goldsw/c98e9737302a9af1fbaa4e3f289f81e6 to your computer and use it in GitHub Desktop.
Save c4goldsw/c98e9737302a9af1fbaa4e3f289f81e6 to your computer and use it in GitHub Desktop.
chris@Pure-Gold:~/programming/shogun/build$ make
[ 0%] Built target Eigen3
[ 1%] Built target class_list
[ 2%] Generating version header
[ 2%] Built target version
[ 66%] Built target libshogun
[ 66%] Built target shogun
[ 66%] copying SWIG files
[ 66%] Built target python_modular_src
[ 66%] Building CXX object src/interfaces/python_modular/CMakeFiles/_python_modular.dir/modshogunPYTHON_wrap.cxx.o
In file included from /usr/include/python2.7/numpy/ndarraytypes.h:1761:0,
from /usr/include/python2.7/numpy/ndarrayobject.h:17,
from /usr/include/python2.7/numpy/arrayobject.h:4,
from /home/chris/programming/shogun/build/src/interfaces/python_modular/modshogunPYTHON_wrap.cxx:6390:
/usr/include/python2.7/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
/home/chris/programming/shogun/build/src/interfaces/python_modular/modshogunPYTHON_wrap.cxx: In function ‘PyObject* _wrap_KNN_set_use_covertree(PyObject*, PyObject*)’:
/home/chris/programming/shogun/build/src/interfaces/python_modular/modshogunPYTHON_wrap.cxx:512991:15: error: ‘class shogun::CKNN’ has no member named ‘set_use_covertree’
(arg1)->set_use_covertree(arg2);
^
/home/chris/programming/shogun/build/src/interfaces/python_modular/modshogunPYTHON_wrap.cxx: In function ‘PyObject* _wrap_KNN_get_use_covertree(PyObject*, PyObject*)’:
/home/chris/programming/shogun/build/src/interfaces/python_modular/modshogunPYTHON_wrap.cxx:513036:52: error: ‘const class shogun::CKNN’ has no member named ‘get_use_covertree’
result = (bool)((shogun::CKNN const *)arg1)->get_use_covertree();
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-c++11-narrowing" [enabled by default]
make[2]: *** [src/interfaces/python_modular/CMakeFiles/_python_modular.dir/modshogunPYTHON_wrap.cxx.o] Error 1
make[1]: *** [src/interfaces/python_modular/CMakeFiles/_python_modular.dir/all] Error 2
make: *** [all] Error 2
chris@Pure-Gold:~/programming/shogun/build$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment