alexdobin / STAR

RNA-seq aligner
MIT License
1.84k stars 504 forks source link

Error with parametersDefault while compiling #2059

Open rajivpathak-git opened 7 months ago

rajivpathak-git commented 7 months ago

TAR.cpp: In function ‘void usage(int)’: STAR.cpp:52:45: error: ‘parametersDefault’ was not declared in this scope 52 | cout.write(reinterpret_cast<char *>(parametersDefault), | ^~~~~ STAR.cpp:53:20: error: ‘parametersDefault_len’ was not declared in this scope 53 | parametersDefault_len); | ^~~~~ make: *** [Makefile:100: STAR.o] Error 1