shogun-toolbox / shogun

Shōgun
http://shogun-toolbox.org
BSD 3-Clause "New" or "Revised" License
3.03k stars 1.04k forks source link

Error in compilation: SG_CONSTRAINT #5092

Closed javiermaldonadoc closed 4 years ago

javiermaldonadoc commented 4 years ago

I'm trying to compile the latest version (develop) and shows this error: shogun/src/shogun/preprocessor/RFFPreprocessor.cpp:26:17: error: ‘castable’ was not declared in this scope 26 | SG_CONSTRAINT(castable()));

LiuYuHui commented 4 years ago

@javiermaldonadoc could you provide the complete error message?

javiermaldonadoc commented 4 years ago

i've solve this issue after erase all my local copy and reinit the local repo. I think my local copy was broken somehow.... Thanks!