chuck icon indicating copy to clipboard operation
chuck copied to clipboard

ubuntu 18.04 build dependency: should be libqscintilla2_qt4.so, not libqscintilla2.so

Open nirodho opened this issue 4 years ago • 0 comments

Error: /usr/bin/ld: cannot find -lqscintilla2 collect2: error: ld returned 1 exit status makefile.qt-pulse:270: recipe for target 'miniAudicle' failed

Fix: In file 'miniAudicle-1.3.5.2/src/qt/makefile.qt.pulse', line 19: in definition of LIBS, reference to '-lqscintilla2' should be '-lqscintilla2_qt4'

Package can be installed with: sudo apt-get install libqscintilla2-qt4-dev

nirodho avatar Jan 28 '20 18:01 nirodho