Kingsford-Group/referee

Trouble installing Referee

Opened this issue · 0 comments

Hello,

I am encountering some issues installing the software. I have downloaded and installed staden_io_lib and lzip inside the referee directory. Then I ran the make command. This is the error I am getting.

Please help.

g++ -std=c++11 -std=gnu++11 -O3 -w  -L /usr/local/lib/ -L plzip/ -o bin/referee src/Referee.cpp -I include/ -I /usr/local/include/ -I plzip/ -I ~/include/ -I /home/sagnik.banerjee/lzlib/lzlib-1.6/  -lstaden-read -lpthread -lplzip 
In file included from include/compress/Compressor.hpp:21:0,
                 from include/RefereeCompress.hpp:10,
                 from src/Referee.cpp:7:
include/IOLibParser.hpp:8:30: fatal error: io_lib/scram.h: No such file or directory
     #include "io_lib/scram.h"
                              ^
compilation terminated.
make: *** [referee] Error 1

Thank you.