yingopq
yingopq
'make' reported error for missing header file: ``` LabelManagerLanguageMonitorV2.cpp: In member function 'void DymoPrinterDriver::CLabelManagerLanguageMonitorV2::CheckStatus()': LabelManagerLanguageMonitorV2.cpp:72:21: error: 'time' was not declared in this scope 72 | beginTime = time(NULL); | ^~~~...
'make' reported error: ```console $ make ...... CoinCbc.cpp: In function 'int CbcSolveProblem(HCBC, PPROBLEM, POPTION, int)': CoinCbc.cpp:936:39: error: 'bool CbcParameters::noPrinting_' is private within this context 936 | parameterData.noPrinting_ = true; |...
HI, when I 'make' reported error: ``` CoinCbc.cpp: In function 'int CbcSolveProblem(HCBC, PPROBLEM, POPTION, int)': CoinCbc.cpp:936:39: error: 'bool CbcParameters::noPrinting_' is private within this context 936 | parameterData.noPrinting_ = true; |...