<div dir="ltr">I have compiled everything as per Gate V7.2 instructions on Ubuntu 16.04  and now I would like to compile the cluster_tools/jobsplitter but I am getting errors at:<div><br></div><div>./src/GateToPlatform.cc:135:50: error: no match for ‘operator<<’ (operand types are ‘std::basic_ostream<char>’ and ‘std::ofstream {aka std::basic_ofstream<char>}’)</div><div><br></div><div>Where I see the offending line is: ./src/GateToPlatform.cc:135</div><div><div>ofstream submitFile(submitFilename.c_str());</div><div>        if (!submitFile) {</div><div>                cout<< "Error : could not create submit file! "<<submitFile<< endl;</div></div><div><br></div><div>Simillarly, I get this error following the first error</div><div><br></div><div><div>/usr/include/c++/5/ostream:628:5: note:   conversion of argument 1 would be ill-formed:</div><div>./src/GateToPlatform.cc:203:7: error: cannot bind ‘std::basic_ostream<char>’ lvalue to ‘std::basic_ostream<char>&&’</div><div>   cout<< "Error : could not create submit file! "<<submitFile<< endl;</div></div><div><br></div><div><br></div><div>Any pointers to how to solve this ?</div><div><br></div><div>Thanks</div><div><br></div><div>GT</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br><div><br></div><div><br></div></div></div>