Yep, I hit the same issue when trying to add clang support...and got stuck there :/ The operator<< templates are crazy complex there
On Thu, Sep 19, 2013 at 10:45 PM, Matt Keith <[email protected]> wrote: > No, I couldn't find where the << operator was being defined. > > On Sep 19, 2013, at 2:25 PM, Scott Purdy <[email protected]> wrote: > > Seems like the suggestions in the article you linked to should work fine. > Have you tried either of those? > > > On Thu, Sep 19, 2013 at 1:17 PM, Matt Keith <[email protected]> wrote: > >> 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 >> > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > > > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > > -- Marek Otahal :o)
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
