DaehwanKimLab / tophat

Spliced read mapper for RNA-Seq
http://ccb.jhu.edu/software/tophat
Boost Software License 1.0
91 stars 46 forks source link

Compile issue #62

Open BJWiley233 opened 3 years ago

BJWiley233 commented 3 years ago

Hi, After installing new version of Boost 1.74, when I try to run make I get an error on line 2708:115 of tophat_reports.cpp indicating: error: cannot bind rvalue reference of type ‘JunctionStats&&’ to lvalue of type ‘JunctionStats’ and make fails. Is this issue with my gcc compiler?

Seems to be related to this post in call to make_pair

smoretti commented 2 years ago

@BJWiley233 did you manage to solve this? I have the same issue on Ubuntu 20

BJWiley233 commented 2 years ago

Oh man I have not worked with tophat since my class. I can try to recompile and let you know.