Greetings,
I have a problem to compile PaPaRa on my Ubuntu. I follow the instructions from the website (https://cme.h-its.org/exelixis/web/software/papara/index.html). Yet, several error messages pop up during the compiling, such as:
In file included from pvec.h:41,
from papara.h:47,
from papara.cpp:30:
ivy_mike/src/ivymike/tree_traversal_utils.h:30:10: fatal error: boost/tr1/unordered_set.hpp: No such file or directory
30 | #include <boost/tr1/unordered_set.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I looked on my boosts, and there is no .unordered_set.hpp file only .h or without extension.
As I have not much informatics background, could you advise how to fix it and explain a bit the problem if possible?
Thank you.
Greetings,
I have a problem to compile PaPaRa on my Ubuntu. I follow the instructions from the website (https://cme.h-its.org/exelixis/web/software/papara/index.html). Yet, several error messages pop up during the compiling, such as:
In file included from pvec.h:41,
from papara.h:47,
from papara.cpp:30:
ivy_mike/src/ivymike/tree_traversal_utils.h:30:10: fatal error: boost/tr1/unordered_set.hpp: No such file or directory
30 | #include <boost/tr1/unordered_set.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I looked on my boosts, and there is no .unordered_set.hpp file only .h or without extension.
As I have not much informatics background, could you advise how to fix it and explain a bit the problem if possible?
Thank you.