rrwick / Bandage

a Bioinformatics Application for Navigating De novo Assembly Graphs Easily
http://rrwick.github.io/Bandage/
GNU General Public License v3.0
579 stars 96 forks source link

Is Bandage still maintained? + compile error #92

Closed ghost closed 3 years ago

ghost commented 4 years ago

Hello,

first, is this awesome program still maintained?

I tried to compile need on a recent machine, Ubuntu 18.04 and ran into

 make
g++ -c -pipe -O2 -std=c++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Iui -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o program/main.cpp
In file included from program/main.cpp:19:0:
program/../ui/mainwindow.h:65:10: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
     std::shared_ptr<QGraphicsScene> m_dotplotScene;
          ^~~~~~~~~~
Makefile:1251: recipe for target 'main.o' failed
make: *** [main.o] Error 1

Thank you