I just upgraded to the new version of Xcode v5.0 on my OS X 10.8.5 mac and now
I get the following error when building the nupic code:
In file included from math_py.cpp:2715:
In file included from
/Users/keith/Development/nupic/lang/py/support/PyHelpers.hpp:35:
In file included from /Users/keith/Development/nupic/nta/utils/Log.hpp:32:
/Users/keith/Development/nupic/nta/utils/LoggingException.hpp:66:11: error:
call to function 'operator<<' that is
neither visible in the template definition nor found by
argument-dependent lookup
ss_ << obj;
This issue is described here:
http://clang.llvm.org/compatibility.html#dep_lookup
But I am not sure what the best way to fix it is. Any ideas?
Thanks,
Matt
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org