foldseek icon indicating copy to clipboard operation
foldseek copied to clipboard

Util.h parallel error fix

Open ineffablekenobi opened this issue 2 years ago • 0 comments

Error while running make command Was Working with Linux Subsystem for windows Version Details: Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy

Error Screenshot : https://ibb.co/8gnqKDB

Fixed Errors: Error1: foldseek/lib/mmseqs/src/commons/Util.h:13:71: error: ‘cerr’ not specified in enclosing ‘parallel’ 13 | #define EXIT(exitCode) do { int __status = (exitCode); std::cerr.flush(); std::cout.flush(); exit(__status); } while(0) Error2: foldseek/lib/mmseqs/src/commons/Util.h:13:90: error: ‘cout’ not specified in enclosing ‘parallel’ 13 | #define EXIT(exitCode) do { int __status = (exitCode); std::cerr.flush(); std::cout.flush(); exit(__status); } while(0)

ineffablekenobi avatar May 11 '23 18:05 ineffablekenobi