Bug 1017451 - #include <qsci/qsciqscintilla.h> -- Please update libqscintilla to 2.8!!
Summary: #include <qsci/qsciqscintilla.h> -- Please update libqscintilla to 2.8!!
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: qscintilla
Version: 19
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1017452 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-09 22:54 UTC by amodayus
Modified: 2013-10-10 02:35 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-10-10 02:35:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description amodayus 2013-10-09 22:54:29 UTC
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

Comment 1 Rex Dieter 2013-10-10 02:29:27 UTC
*** Bug 1017452 has been marked as a duplicate of this bug. ***

Comment 2 Rex Dieter 2013-10-10 02:33:41 UTC
# (as root, or use apper or whatever):
$ yum install qscintilla-devel

# then,
$ rpm -ql qscintilla-devel | grep qsciscintilla.h
/usr/include/Qsci/qsciscintilla.h

Comment 3 Rex Dieter 2013-10-10 02:34:51 UTC
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.

Comment 4 Rex Dieter 2013-10-10 02:35:45 UTC
Nevermind, looks like 2.7.2 is the latest (stable) release currently,

http://www.riverbankcomputing.com/software/qscintilla/download


Note You need to log in before you can comment on or make changes to this bug.