View Bug Details

IDProjectCategoryView StatusLast Update
0001133DCP-o-maticBugspublic2018-10-17 20:13
Reportermarkusk Assigned Tocarl  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Platform64bitOSLinuxOS VersionArch
Product Version2.10.5 
Summary0001133: error: ‘cout’ is not a member of ‘std’
Description

after boost update on arch (boost 1.65.1-1) i got the following on the new compile ...

[ 22/342] Compiling src/lib/content_factory.cc
[ 23/342] Compiling src/lib/cross.cc
[ 24/342] Compiling src/lib/curl_uploader.cc
[ 25/342] Compiling src/lib/dcp.cc
../src/lib/cross.cc: In function ‘void start_batch_converter(boost::filesystem::path)’:
../src/lib/cross.cc:380:8: error: ‘cout’ is not a member of ‘std’
std::cout << "start " << batch << " from " << dcpomatic << "\n";
^~~~
../src/lib/cross.cc:380:8: note: suggested alternative: ‘count’
std::cout << "start " << batch << " from " << dcpomatic << "\n";
^~~~
count

Tagscout, start_batch_converter
Branch
Estimated weeks required
Estimated work requiredUnknown

Activities

carl

2017-09-26 20:33

administrator   ~0001824

Thanks, fixed by ccbf3d0f3f17b87f0edd18b40c1a14649c559d92

Bug History

Date Modified Username Field Change
2017-09-26 17:46 markusk New Bug
2017-09-26 17:46 markusk Tag Attached: start_batch_converter
2017-09-26 17:47 markusk Tag Attached: cout
2017-09-26 20:33 carl Assigned To => carl
2017-09-26 20:33 carl Status new => resolved
2017-09-26 20:33 carl Resolution open => fixed
2017-09-26 20:33 carl Note Added: 0001824
2018-10-17 20:13 carl Status resolved => closed