Advertisement
Guest User

Untitled

a guest
Jul 26th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.80 KB | None | 0 0
  1. make -C shogun
  2. make[1]: Entering directory `/home/kevin/src/shogun/src/shogun'
  3. Generating base/class_list.cpp from base/class_list.cpp.templ by running base/class_list.cpp.py
  4. Compiling base/class_list.cpp.o
  5. Compiling ui/GUIMath.cpp.o
  6. Compiling ui/GUIFeatures.cpp.o
  7. Compiling ui/GUIClassifier.cpp.o
  8. Compiling ui/GUIStructure.cpp.o
  9. Compiling ui/GUITime.cpp.o
  10. Compiling ui/GUIDistance.cpp.o
  11. Compiling ui/SGInterface.cpp.o
  12. Compiling ui/GUILabels.cpp.o
  13. Compiling ui/GUIPreprocessor.cpp.o
  14. Compiling ui/GUIPluginEstimate.cpp.o
  15. Compiling ui/GUIHMM.cpp.o
  16. Compiling ui/GUIConverter.cpp.o
  17. Compiling ui/GUIKernel.cpp.o
  18. Linking object files
  19. Creating static library
  20. make[1]: Leaving directory `/home/kevin/src/shogun/src/shogun'
  21. ============================================================
  22. ==== Building Shogun for platform Linux-x86_64
  23. ==== Compilation options:
  24. ==== -fPIC -g -Wall -Wno-unused-parameter -Wformat
  25. ==== -Wformat-security -Wparentheses -Wshadow
  26. ==== -Wno-unknown-pragmas -Wno-deprecated -O9
  27. ==== -fexpensive-optimizations -frerun-cse-after-loop
  28. ==== -fcse-follow-jumps -finline-functions -fschedule-insns2
  29. ==== -fthread-jumps -fforce-addr -fstrength-reduce
  30. ==== -funroll-loops -mfpmath=sse -std=c++11 -frtti -msse2
  31. ==== -march=native -mtune=native -pthread
  32. ============================================================
  33.  
  34. make -C interfaces/python_static all && make -C interfaces/octave_static all && make -C interfaces/r_static all && make -C interfaces/octave_modular all && make -C interfaces/python_modular all && make -C interfaces/r_modular all && true
  35. make[1]: Entering directory `/home/kevin/src/shogun/src/interfaces/python_static'
  36. Compiling PythonInterface.cpp.o
  37. In file included from /usr/include/python2.7/numpy/ndarraytypes.h:1728:0,
  38. from /usr/include/python2.7/numpy/ndarrayobject.h:17,
  39. from /usr/include/python2.7/numpy/arrayobject.h:15,
  40. from PythonInterface.h:9,
  41. from PythonInterface.cpp:1:
  42. /usr/include/python2.7/numpy/npy_deprecated_api.h:11:2: warning: #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  43. Linking object files
  44. make[1]: Leaving directory `/home/kevin/src/shogun/src/interfaces/python_static'
  45. make[1]: Entering directory `/home/kevin/src/shogun/src/interfaces/octave_static'
  46. Compiling OctaveInterface.cpp.o
  47. OctaveInterface.cpp: In member function ‘virtual void COctaveInterface::set_string_list(const shogun::SGString<unsigned char>*, int32_t)’:
  48. OctaveInterface.cpp:569:1: warning: ‘dim_vector::dim_vector(octave_idx_type)’ is deprecated (declared at /usr/include/octave-3.6.4/octave/dim-vector.h:157) [-Wdeprecated-declarations]
  49. OctaveInterface.cpp: In member function ‘virtual void COctaveInterface::set_string_list(const shogun::SGString<char>*, int32_t)’:
  50. OctaveInterface.cpp:570:1: warning: ‘dim_vector::dim_vector(octave_idx_type)’ is deprecated (declared at /usr/include/octave-3.6.4/octave/dim-vector.h:157) [-Wdeprecated-declarations]
  51. OctaveInterface.cpp: In member function ‘virtual void COctaveInterface::set_string_list(const shogun::SGString<int>*, int32_t)’:
  52. OctaveInterface.cpp:571:1: warning: ‘dim_vector::dim_vector(octave_idx_type)’ is deprecated (declared at /usr/include/octave-3.6.4/octave/dim-vector.h:157) [-Wdeprecated-declarations]
  53. OctaveInterface.cpp: In member function ‘virtual void COctaveInterface::set_string_list(const shogun::SGString<short int>*, int32_t)’:
  54. OctaveInterface.cpp:572:1: warning: ‘dim_vector::dim_vector(octave_idx_type)’ is deprecated (declared at /usr/include/octave-3.6.4/octave/dim-vector.h:157) [-Wdeprecated-declarations]
  55. OctaveInterface.cpp: In member function ‘virtual void COctaveInterface::set_string_list(const shogun::SGString<short unsigned int>*, int32_t)’:
  56. OctaveInterface.cpp:573:1: warning: ‘dim_vector::dim_vector(octave_idx_type)’ is deprecated (declared at /usr/include/octave-3.6.4/octave/dim-vector.h:157) [-Wdeprecated-declarations]
  57. Linking object files
  58. make[1]: Leaving directory `/home/kevin/src/shogun/src/interfaces/octave_static'
  59. make[1]: Entering directory `/home/kevin/src/shogun/src/interfaces/r_static'
  60. Compiling RInterface.cpp.o
  61. Linking object files
  62. make[1]: Leaving directory `/home/kevin/src/shogun/src/interfaces/r_static'
  63. make[1]: Entering directory `/home/kevin/src/shogun/src/interfaces/octave_modular'
  64. make[1]: Nothing to be done for `all'.
  65. make[1]: Leaving directory `/home/kevin/src/shogun/src/interfaces/octave_modular'
  66. make[1]: Entering directory `/home/kevin/src/shogun/src/interfaces/python_modular'
  67. make[1]: Nothing to be done for `all'.
  68. make[1]: Leaving directory `/home/kevin/src/shogun/src/interfaces/python_modular'
  69. make[1]: Entering directory `/home/kevin/src/shogun/src/interfaces/r_modular'
  70. modshogun_wrap.cxx.o: In function `R_SWIG_debug_getCallbackFunctionData':
  71. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:792: undefined reference to `Rf_allocVector'
  72. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:792: undefined reference to `Rf_protect'
  73. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:794: undefined reference to `SET_VECTOR_ELT'
  74. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:796: undefined reference to `Rf_unprotect'
  75. modshogun_wrap.cxx.o: In function `R_SWIG_R_pushCallbackFunctionData':
  76. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:822: undefined reference to `R_NilValue'
  77. modshogun_wrap.cxx.o: In function `R_SWIG_getCallbackFunctionData':
  78. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:830: undefined reference to `Rf_error'
  79. modshogun_wrap.cxx.o: In function `R_SWIG_checkInherits':
  80. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:870: undefined reference to `Rf_allocVector'
  81. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:870: undefined reference to `Rf_protect'
  82. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:871: undefined reference to `Rf_install'
  83. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:871: undefined reference to `SETCAR'
  84. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:873: undefined reference to `PRINTNAME'
  85. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:873: undefined reference to `R_CHAR'
  86. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:873: undefined reference to `Rf_mkString'
  87. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:873: undefined reference to `CDR'
  88. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:873: undefined reference to `SETCAR'
  89. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:874: undefined reference to `Rf_mkString'
  90. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:874: undefined reference to `CDR'
  91. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:874: undefined reference to `CDR'
  92. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:874: undefined reference to `SETCAR'
  93. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:876: undefined reference to `R_GlobalEnv'
  94. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:876: undefined reference to `R_tryEval'
  95. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:877: undefined reference to `Rf_unprotect'
  96. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:882: undefined reference to `LOGICAL'
  97. modshogun_wrap.cxx.o: In function `R_SWIG_resolveExternalRef':
  98. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:892: undefined reference to `TYPEOF'
  99. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:893: undefined reference to `Rf_mkString'
  100. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:893: undefined reference to `R_do_slot'
  101. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:896: undefined reference to `TYPEOF'
  102. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:897: undefined reference to `Rf_error'
  103. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:901: undefined reference to `R_ExternalPtrAddr'
  104. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:904: undefined reference to `Rf_error'
  105. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:907: undefined reference to `R_ExternalPtrTag'
  106. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:907: undefined reference to `Rf_install'
  107. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:908: undefined reference to `R_ExternalPtrTag'
  108. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:910: undefined reference to `R_ExternalPtrTag'
  109. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:910: undefined reference to `PRINTNAME'
  110. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:910: undefined reference to `R_CHAR'
  111. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:910: undefined reference to `Rf_error'
  112. modshogun_wrap.cxx.o: In function `R_SWIG_ReferenceFinalizer':
  113. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:922: undefined reference to `Rf_PrintValue'
  114. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:925: undefined reference to `TYPEOF'
  115. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:926: undefined reference to `Rf_mkString'
  116. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:926: undefined reference to `R_do_slot'
  117. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:928: undefined reference to `TYPEOF'
  118. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:929: undefined reference to `R_ClearExternalPtr'
  119. modshogun_wrap.cxx.o: In function `SWIG_MakePtr':
  120. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:948: undefined reference to `R_NilValue'
  121. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:948: undefined reference to `Rf_install'
  122. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:948: undefined reference to `R_MakeExternalPtr'
  123. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:948: undefined reference to `Rf_protect'
  124. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:949: undefined reference to `R_do_MAKE_CLASS'
  125. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:949: undefined reference to `R_do_new_object'
  126. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:949: undefined reference to `Rf_protect'
  127. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:952: undefined reference to `R_RegisterCFinalizer'
  128. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:954: undefined reference to `Rf_mkString'
  129. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:954: undefined reference to `R_do_slot_assign'
  130. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:955: undefined reference to `SET_S4_OBJECT'
  131. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:956: undefined reference to `Rf_unprotect'
  132. modshogun_wrap.cxx.o: In function `R_SWIG_create_SWIG_R_Array':
  133. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:968: undefined reference to `R_do_MAKE_CLASS'
  134. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:968: undefined reference to `R_do_new_object'
  135. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:968: undefined reference to `Rf_protect'
  136. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:969: undefined reference to `Rf_mkString'
  137. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:969: undefined reference to `R_do_slot_assign'
  138. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:969: undefined reference to `Rf_protect'
  139. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:970: undefined reference to `Rf_ScalarInteger'
  140. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:970: undefined reference to `Rf_mkString'
  141. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:970: undefined reference to `R_do_slot_assign'
  142. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:970: undefined reference to `Rf_protect'
  143. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:972: undefined reference to `Rf_unprotect'
  144. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:973: undefined reference to `SET_S4_OBJECT'
  145. modshogun_wrap.cxx.o: In function `AddOutputArgToReturn':
  146. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:982: undefined reference to `SET_VECTOR_ELT'
  147. modshogun_wrap.cxx.o: In function `SWIG_R_NewPointerObj':
  148. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:991: undefined reference to `R_NilValue'
  149. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:991: undefined reference to `R_NilValue'
  150. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:991: undefined reference to `R_NilValue'
  151. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:991: undefined reference to `R_MakeExternalPtr'
  152. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:991: undefined reference to `R_MakeExternalPtr'
  153. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:992: undefined reference to `SET_S4_OBJECT'
  154. modshogun_wrap.cxx.o: In function `SWIG_R_ConvertPtr':
  155. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:1001: undefined reference to `R_NilValue'
  156. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:1006: undefined reference to `R_ExternalPtrAddr'
  157. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:1009: undefined reference to `R_ExternalPtrTag'
  158. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:1009: undefined reference to `R_ExternalPtrAddr'
  159. modshogun_wrap.cxx.o: In function `RSwigPacked_New':
  160. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:1058: undefined reference to `R_NilValue'
  161. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:1058: undefined reference to `R_NilValue'
  162. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:1058: undefined reference to `R_MakeExternalPtr'
  163. modshogun_wrap.cxx.o: In function `RSwigPacked_UnpackData':
  164. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:1066: undefined reference to `R_ExternalPtrAddr'
  165. modshogun_wrap.cxx.o: In function `SWIG_R_NewPackedObj':
  166. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:1074: undefined reference to `R_NilValue'
  167. modshogun_wrap.cxx.o: In function `SWIG_From_long':
  168. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4149: undefined reference to `Rf_ScalarInteger'
  169. modshogun_wrap.cxx.o: In function `SWIG_AsVal_long':
  170. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4180: undefined reference to `Rf_asInteger'
  171. modshogun_wrap.cxx.o: In function `SWIG_From_double':
  172. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4248: undefined reference to `Rf_ScalarReal'
  173. modshogun_wrap.cxx.o: In function `SWIG_AsVal_double':
  174. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4270: undefined reference to `Rf_asReal'
  175. modshogun_wrap.cxx.o: In function `SWIG_AsCharPtrAndSize':
  176. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4284: undefined reference to `Rf_isString'
  177. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4285: undefined reference to `STRING_ELT'
  178. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4285: undefined reference to `R_CHAR'
  179. modshogun_wrap.cxx.o: In function `SWIG_FromCharPtrAndSize':
  180. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4328: undefined reference to `R_NilValue'
  181. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4336: undefined reference to `Rf_allocVector'
  182. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4336: undefined reference to `Rf_protect'
  183. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4338: undefined reference to `Rf_mkCharLen'
  184. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4343: undefined reference to `SET_STRING_ELT'
  185. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4344: undefined reference to `Rf_unprotect'
  186. modshogun_wrap.cxx.o: In function `SWIG_AsVal_unsigned_SS_long':
  187. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4495: undefined reference to `Rf_asInteger'
  188. modshogun_wrap.cxx.o: In function `SWIG_From_unsigned_SS_long':
  189. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4519: undefined reference to `Rf_ScalarInteger'
  190. modshogun_wrap.cxx.o: In function `R_swig_IntStdVector___nonzero__':
  191. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4754: undefined reference to `R_NilValue'
  192. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4755: undefined reference to `vmaxget'
  193. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4759: undefined reference to `Rf_warning'
  194. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4759: undefined reference to `R_NaInt'
  195. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4759: undefined reference to `Rf_ScalarLogical'
  196. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4788: undefined reference to `Rf_ScalarLogical'
  197. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4790: undefined reference to `vmaxset'
  198. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4791: undefined reference to `Rf_unprotect'
  199. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4775: undefined reference to `Rf_warning'
  200. /home/kevin/src/shogun/src/interfaces/r_modular/modshogun_wrap.cxx:4775: undefined reference to `R_NaInt'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement