What steps will reproduce the problem?
1.build.py --install
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
2.0
Please provide any additional information below.
in ocelot/executive/implementation/PassThroughDevice.cpp line 604
std::ofstream file(stream.str());
should be
std::ofstream file((stream.str()).c_str());
the same in ocelot/graphs/implementation/DivergenceDrawer.cpp:187
Original issue reported on code.google.com by juvesea...@gmail.com on 31 Mar 2011 at 5:35
Original issue reported on code.google.com by
juvesea...@gmail.com
on 31 Mar 2011 at 5:35