Bug 1017452
| 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 DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | dennis, rdieter |
| Target Milestone: | --- | ||
| 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:29:27 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: | |||
*** This bug has been marked as a duplicate of bug 1017451 *** |
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