Skip to content

Instantly share code, notes, and snippets.

@c4goldsw
Last active May 26, 2016 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c4goldsw/01bb55f80b87fb24a4fc412ee52075b1 to your computer and use it in GitHub Desktop.
Save c4goldsw/01bb55f80b87fb24a4fc412ee52075b1 to your computer and use it in GitHub Desktop.
Error output file
chris@Pure-Gold:~/programming/shogun$ sudo make install
[ 0%] Built target Eigen3
[ 0%] Built target class_list
[ 1%] Generating version header
[ 1%] Built target version
[ 63%] Built target libshogun
[ 63%] Built target shogun
make[2]: Circular src/interfaces/octave_modular/swig_typemaps.i <- src/interfaces/octave_modular/swig_typemaps.i dependency dropped.
[ 63%] copying SWIG files
[ 63%] Built target octave_modular_src
make[2]: Circular src/interfaces/octave_modular/swig_typemaps.i <- src/interfaces/octave_modular/swig_typemaps.i dependency dropped.
make[2]: Circular src/interfaces/octave_modular/swig_typemaps.i <- src/interfaces/octave_modular/swig_typemaps.i dependency dropped.
[ 63%] Building CXX object src/interfaces/octave_modular/CMakeFiles/octave_modular.dir/modshogunOCTAVE_wrap.cxx.o
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1611:18: error: ‘hid_t’ has not been declared
save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats) {
^
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1616:18: error: ‘hid_t’ has not been declared
load_hdf5 (hid_t loc_id, const char *name, bool have_h5giterate_bug) {
^
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1832:18: error: ‘hid_t’ has not been declared
save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats)
^
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1836:18: error: ‘hid_t’ has not been declared
load_hdf5 (hid_t loc_id, const char *name, bool have_h5giterate_bug)
^
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1850:5: error: ‘DECLARE_OCTAVE_ALLOCATOR’ does not name a type
DECLARE_OCTAVE_ALLOCATOR;
^
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1853:43: error: expected constructor, destructor, or type conversion before ‘;’ token
DEFINE_OCTAVE_ALLOCATOR(octave_swig_ref);
^
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1910:18: error: ‘hid_t’ has not been declared
save_hdf5 (hid_t loc_id, const char *name, bool save_as_floats) {
^
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1915:18: error: ‘hid_t’ has not been declared
load_hdf5 (hid_t loc_id, const char *name, bool have_h5giterate_bug) {
^
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1921:5: error: ‘DECLARE_OCTAVE_ALLOCATOR’ does not name a type
DECLARE_OCTAVE_ALLOCATOR;
^
/home/chris/programming/shogun/src/interfaces/octave_modular/modshogunOCTAVE_wrap.cxx:1924:46: error: expected constructor, destructor, or type conversion before ‘;’ token
DEFINE_OCTAVE_ALLOCATOR(octave_swig_packed);
^
make[2]: *** [src/interfaces/octave_modular/CMakeFiles/octave_modular.dir/modshogunOCTAVE_wrap.cxx.o] Error 1
make[1]: *** [src/interfaces/octave_modular/CMakeFiles/octave_modular.dir/all] Error 2
make: *** [all] Error 2
chris@Pure-Gold:~/programming/shogun$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment