Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. [ 2%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/base/class_list.cpp.o
  2. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:814:116: error: unknown type name 'CWrappedObjectArray'
  3. static SHOGUN_BASIC_CLASS CSGObject* __new_CWrappedObjectArray(EPrimitiveType g) { return g == PT_NOT_GENERIC? new CWrappedObjectArray(): NULL; }
  4. ^
  5. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:814:143: error: expected ':'
  6. static SHOGUN_BASIC_CLASS CSGObject* __new_CWrappedObjectArray(EPrimitiveType g) { return g == PT_NOT_GENERIC? new CWrappedObjectArray(): NULL; }
  7. ^
  8. :
  9. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:814:110: note: to match this '?'
  10. static SHOGUN_BASIC_CLASS CSGObject* __new_CWrappedObjectArray(EPrimitiveType g) { return g == PT_NOT_GENERIC? new CWrappedObjectArray(): NULL; }
  11. ^
  12. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:814:143: error: expected expression
  13. static SHOGUN_BASIC_CLASS CSGObject* __new_CWrappedObjectArray(EPrimitiveType g) { return g == PT_NOT_GENERIC? new CWrappedObjectArray(): NULL; }
  14. ^
  15. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1617:28: error: unknown type name 'CWrappedBasic'
  16. case PT_BOOL: return new CWrappedBasic<bool>();
  17. ^
  18. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1618:28: error: unknown type name 'CWrappedBasic'
  19. case PT_CHAR: return new CWrappedBasic<char>();
  20. ^
  21. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1619:28: error: unknown type name 'CWrappedBasic'
  22. case PT_INT8: return new CWrappedBasic<int8_t>();
  23. ^
  24. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1620:29: error: unknown type name 'CWrappedBasic'
  25. case PT_UINT8: return new CWrappedBasic<uint8_t>();
  26. ^
  27. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1621:29: error: unknown type name 'CWrappedBasic'
  28. case PT_INT16: return new CWrappedBasic<int16_t>();
  29. ^
  30. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1622:30: error: unknown type name 'CWrappedBasic'
  31. case PT_UINT16: return new CWrappedBasic<uint16_t>();
  32. ^
  33. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1623:29: error: unknown type name 'CWrappedBasic'
  34. case PT_INT32: return new CWrappedBasic<int32_t>();
  35. ^
  36. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1624:30: error: unknown type name 'CWrappedBasic'
  37. case PT_UINT32: return new CWrappedBasic<uint32_t>();
  38. ^
  39. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1625:29: error: unknown type name 'CWrappedBasic'
  40. case PT_INT64: return new CWrappedBasic<int64_t>();
  41. ^
  42. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1626:30: error: unknown type name 'CWrappedBasic'
  43. case PT_UINT64: return new CWrappedBasic<uint64_t>();
  44. ^
  45. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1627:31: error: unknown type name 'CWrappedBasic'
  46. case PT_FLOAT32: return new CWrappedBasic<float32_t>();
  47. ^
  48. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1628:31: error: unknown type name 'CWrappedBasic'
  49. case PT_FLOAT64: return new CWrappedBasic<float64_t>();
  50. ^
  51. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1629:32: error: unknown type name 'CWrappedBasic'
  52. case PT_FLOATMAX: return new CWrappedBasic<floatmax_t>();
  53. ^
  54. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1640:28: error: unknown type name 'CWrappedSGMatrix'
  55. case PT_BOOL: return new CWrappedSGMatrix<bool>();
  56. ^
  57. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1641:28: error: unknown type name 'CWrappedSGMatrix'
  58. case PT_CHAR: return new CWrappedSGMatrix<char>();
  59. ^
  60. /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1642:28: error: unknown type name 'CWrappedSGMatrix'
  61. case PT_INT8: return new CWrappedSGMatrix<int8_t>();
  62. ^
  63. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  64. 20 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement