Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ 2%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/base/class_list.cpp.o
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:814:116: error: unknown type name 'CWrappedObjectArray'
- static SHOGUN_BASIC_CLASS CSGObject* __new_CWrappedObjectArray(EPrimitiveType g) { return g == PT_NOT_GENERIC? new CWrappedObjectArray(): NULL; }
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:814:143: error: expected ':'
- static SHOGUN_BASIC_CLASS CSGObject* __new_CWrappedObjectArray(EPrimitiveType g) { return g == PT_NOT_GENERIC? new CWrappedObjectArray(): NULL; }
- ^
- :
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:814:110: note: to match this '?'
- static SHOGUN_BASIC_CLASS CSGObject* __new_CWrappedObjectArray(EPrimitiveType g) { return g == PT_NOT_GENERIC? new CWrappedObjectArray(): NULL; }
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:814:143: error: expected expression
- static SHOGUN_BASIC_CLASS CSGObject* __new_CWrappedObjectArray(EPrimitiveType g) { return g == PT_NOT_GENERIC? new CWrappedObjectArray(): NULL; }
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1617:28: error: unknown type name 'CWrappedBasic'
- case PT_BOOL: return new CWrappedBasic<bool>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1618:28: error: unknown type name 'CWrappedBasic'
- case PT_CHAR: return new CWrappedBasic<char>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1619:28: error: unknown type name 'CWrappedBasic'
- case PT_INT8: return new CWrappedBasic<int8_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1620:29: error: unknown type name 'CWrappedBasic'
- case PT_UINT8: return new CWrappedBasic<uint8_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1621:29: error: unknown type name 'CWrappedBasic'
- case PT_INT16: return new CWrappedBasic<int16_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1622:30: error: unknown type name 'CWrappedBasic'
- case PT_UINT16: return new CWrappedBasic<uint16_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1623:29: error: unknown type name 'CWrappedBasic'
- case PT_INT32: return new CWrappedBasic<int32_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1624:30: error: unknown type name 'CWrappedBasic'
- case PT_UINT32: return new CWrappedBasic<uint32_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1625:29: error: unknown type name 'CWrappedBasic'
- case PT_INT64: return new CWrappedBasic<int64_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1626:30: error: unknown type name 'CWrappedBasic'
- case PT_UINT64: return new CWrappedBasic<uint64_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1627:31: error: unknown type name 'CWrappedBasic'
- case PT_FLOAT32: return new CWrappedBasic<float32_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1628:31: error: unknown type name 'CWrappedBasic'
- case PT_FLOAT64: return new CWrappedBasic<float64_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1629:32: error: unknown type name 'CWrappedBasic'
- case PT_FLOATMAX: return new CWrappedBasic<floatmax_t>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1640:28: error: unknown type name 'CWrappedSGMatrix'
- case PT_BOOL: return new CWrappedSGMatrix<bool>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1641:28: error: unknown type name 'CWrappedSGMatrix'
- case PT_CHAR: return new CWrappedSGMatrix<char>();
- ^
- /Users/zora/Github/shogun/src/shogun/base/class_list.cpp:1642:28: error: unknown type name 'CWrappedSGMatrix'
- case PT_INT8: return new CWrappedSGMatrix<int8_t>();
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement