You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running ./setup.sh, and in particular xiaokui setup.sh, I get the following compilation error:
Utilities.cpp:33:11: note: ‘std::ifstream {aka std::basic_ifstream}’ is not derived from ‘const std::istreambuf_iterator<_CharT, _Traits>’
if(in == NULL){
I think everything is properly set-up before. What could be the problem?