Dear colleagues,
I was just trying to compile the latest sra-tools version 3.3.0 and ran into a fatal compilation error near the end concerning a missing file.
The culprit is line 21 in tools/loaders/sharq/version.h:
#include <../libs/kapp/version-hash.h> //TODO: relocate to sra-tools/kapp
The file libs/kapp/version-hash.h does not exist in the source folder. Since the line is marked with TODO, this is maybe just something that was missed.
Hope that helps!
Dear colleagues,
I was just trying to compile the latest sra-tools version 3.3.0 and ran into a fatal compilation error near the end concerning a missing file.
The culprit is line 21 in
tools/loaders/sharq/version.h:#include <../libs/kapp/version-hash.h> //TODO: relocate to sra-tools/kappThe file
libs/kapp/version-hash.hdoes not exist in the source folder. Since the line is marked with TODO, this is maybe just something that was missed.Hope that helps!