Hi Ryan,

Am 17.01.2017 um 20:56 schrieb Ryan Gonzalez:
This one looks like a bug in cppyy!
Try going to clingcwrapper.cxx and changing line 525 from:

Yeah, that helps: the issue at line 525 is gone, but the 2nd issue at line 715 persists:


/tmp/pip-BVnCrW-build/src/backend/cppyy/src/clingcwrapper.cxx:715:35: error: invalid operands to binary expression ('basic_ostream<char, std::char_traits<char> >' and 'std::ostringstream' (aka 'basic_ostringstream<char>'))
             std::cerr << "Warning: " << msg << '\n';
             ~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~

https://gist.github.com/oberstet/271719f569087f423197b6d8808ea6f1

/Tobias
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to