Description of problem: compilation error when compiling gui for sonic pi. libscintilla 2.8 is required for it not sure if this might be the problem. Version-Release number of selected component (if applicable): qscintilla-2.7.1-1.fc19.x86_64 How reproducible: #include <qsci/qsciqscintilla.h> qmake-qt4 -project qmake-qt4 make Steps to Reproduce: qmake-qt4 -project qmake-qt4 make Actual results: mainwindow.cpp:50:32: fatal error: Qsci/qsciscintilla.h: No such file or directory #include <Qsci/qsciscintilla.h> ^ compilation terminated. make: *** [mainwindow.o] Error 1 Expected results: compiled program Additional info: Trying to port sonic pi to fedora. Please help! Thank you
*** Bug 1017452 has been marked as a duplicate of this bug. ***
# (as root, or use apper or whatever): $ yum install qscintilla-devel # then, $ rpm -ql qscintilla-devel | grep qsciscintilla.h /usr/include/Qsci/qsciscintilla.h
Well, I can definitely upgrade qcsintilla in f20/development branches, but doing so for prior releases would be an abi break, which is strongly discouraged by policy.
Nevermind, looks like 2.7.2 is the latest (stable) release currently, http://www.riverbankcomputing.com/software/qscintilla/download