DiltheyLab / MetaMaps

Long-read metagenomic analysis
Other
98 stars 23 forks source link

Symbol lookup error #9

Closed marceaf23 closed 5 years ago

marceaf23 commented 5 years ago

I am getting this error when running metamaps and can't figure out why.

screen shot 2018-11-28 at 11 04 00 am
AlexanderDilthey commented 5 years ago

This somehow relates to an issue with the Boost libraries. Which version of Boost do you use? Can you post the generated makefile?

Thanks,

Alex


Von: marceaf23 notifications@github.com Gesendet: Mittwoch, 28. November 2018 17:05 An: DiltheyLab/MetaMaps Cc: Subscribed Betreff: [DiltheyLab/MetaMaps] Symbol lookup error (#9)

I am getting this error when running metamaps and can't figure out why. [screen shot 2018-11-28 at 11 04 00 am]https://user-images.githubusercontent.com/6750641/49164635-82359f00-f2fd-11e8-98e1-96706bf0fb78.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/DiltheyLab/MetaMaps/issues/9, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGFsaTB0TCKN162MSIWMS0EAdE_u3le3ks5uzrRRgaJpZM4Y37Cw.

marceaf23 commented 5 years ago
screen shot 2018-11-28 at 1 49 52 pm

Here is the makefile generated. I am using boost 1.58

marceaf23 commented 5 years ago

You were right, it was a problem with my Boost path. Fixed it. Thank you!