Bug 1017451
| Summary: | #include <qsci/qsciqscintilla.h> -- Please update libqscintilla to 2.8!! | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | amodayus <a.konopko> |
| Component: | qscintilla | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | dennis, rdieter |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-10 02:35:45 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** 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 |
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