[QScintilla] Next QScintilla Release

Phil Thompson phil at riverbankcomputing.com
Wed Nov 6 09:11:31 GMT 2013


On Tue, 05 Nov 2013 23:22:20 +0000, Baz Walter <bazwal at ftml.net> wrote:
> On 05/11/13 10:01, Phil Thompson wrote:
>> The current QScintilla snapshot is a release candidate for v2.8 (based
on
>> the current Scintilla v3.3.6).
>>
>> If no problems are reported then the final release will be around the
end
>> of the week.
>>
> 
> Tried to build the python bindings for the latest snapshot but it fails:
> 
> $ /usr/local/opt/snapshot/bin/python3 configure.py -c -j 4 -q 
> /usr/bin/qmake-qt4 -o /usr/local/opt/snapshot/lib/qt4/lib -n 
> /usr/local/opt/snapshot/lib/qt4/include -a 
> /usr/local/opt/snapshot/lib/qt4/qsci 
> --sip=/usr/local/opt/snapshot/bin/sip && make
> PyQt 4.10.4-snapshot-f62fabcefe39 is being used.
> Qt 4.8.5 is being used.
> sip 4.15.4-snapshot-5e5fdf4cc35c is being used.
> QScintilla 2.8-snapshot-e553c1263387 is being used.
> The sip executable is /usr/local/opt/snapshot/bin/sip.
> The QScintilla module will be installed in
> /usr/local/opt/snapshot/lib/python3.3/site-packages/PyQt4.
> The QScintilla module is being built with 'protected' redefined as
> 'public'.
> The QScintilla .sip files will be installed in
> /usr/local/opt/snapshot/share/sip/PyQt4.
> The QScintilla API file will be installed in
> /usr/local/opt/snapshot/lib/qt4/qsci/api/python.
> Generating the C++ source for the Qsci module...
> Generating the .pro file for the Qsci module...
> Creating the Makefile for the Qsci module...
> g++ -c -pipe -fno-exceptions -march=x86-64 -mtune=generic -O2 -pipe 
> -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC 
> -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_PLUGIN 
> -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4 
> -I/usr/local/opt/snapshot/lib/qt4/include 
> -I/usr/local/opt/snapshot/include/python3.3m -I. -o sipQscipart3.o 
> sipQscipart3.cpp
> ./sipQscipart3.cpp:18761:38: error: ‘INDIC_COMPOSITIONTHICK’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_INDIC_MAX, QsciScintillaBase::INDIC_MAX, -1},
>                                        ^
> ./sipQscipart3.cpp:18788:42: error: ‘SCI_ALLOCATEEXTENDEDSTYLES’ is not 
> a member of ‘QsciScintillaBase’
>       {sipName_SCI_ANNOTATIONGETVISIBLE, 
> QsciScintillaBase::SCI_ANNOTATIONGETVISIBLE, -1},
>                                            ^
> ./sipQscipart3.cpp:18816:33: error: ‘SCI_AUTOCGETORDER’ is not a member 
> of ‘QsciScintillaBase’
>       {sipName_SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR, 
> QsciScintillaBase::SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR, -1},
>                                   ^
> ./sipQscipart3.cpp:18830:33: error: ‘SCI_AUTOCSETORDER’ is not a member 
> of ‘QsciScintillaBase’
>       {sipName_SCI_BRACEBADLIGHT, QsciScintillaBase::SCI_BRACEBADLIGHT,
>       -1},
>                                   ^
> ./sipQscipart3.cpp:18872:39: error: ‘SCI_CLEARREPRESENTATION’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SCI_COPYRANGE, QsciScintillaBase::SCI_COPYRANGE, -1},
>                                         ^
> ./sipQscipart3.cpp:18905:34: error: ‘SCI_EXPANDCHILDREN’ is not a member

> of ‘QsciScintillaBase’
>       {sipName_SCI_FOLDCHILDREN, QsciScintillaBase::SCI_FOLDCHILDREN,
-1},
>                                    ^
> ./sipQscipart3.cpp:18911:27: error: ‘SCI_FOLDALL’ is not a member of 
> ‘QsciScintillaBase’
>       {sipName_SCI_GETADDITIONALCARETSVISIBLE, 
> QsciScintillaBase::SCI_GETADDITIONALCARETSVISIBLE, -1},
>                             ^
> ./sipQscipart3.cpp:18912:32: error: ‘SCI_FOLDCHILDREN’ is not a member 
> of ‘QsciScintillaBase’
>       {sipName_SCI_GETADDITIONALSELALPHA, 
> QsciScintillaBase::SCI_GETADDITIONALSELALPHA, -1},
>                                  ^
> ./sipQscipart3.cpp:18913:28: error: ‘SCI_FOLDLINE’ is not a member of 
> ‘QsciScintillaBase’
>       {sipName_SCI_GETADDITIONALSELECTIONTYPING, 
> QsciScintillaBase::SCI_GETADDITIONALSELECTIONTYPING, -1},
>                              ^
> ./sipQscipart3.cpp:18923:36: error: ‘SCI_GETAUTOMATICFOLD’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SCI_GETCARETLINEVISIBLEALWAYS, 
> QsciScintillaBase::SCI_GETCARETLINEVISIBLEALWAYS, -1},
>                                      ^
> ./sipQscipart3.cpp:18930:45: error: ‘SCI_GETCARETLINEVISIBLEALWAYS’ is 
> not a member of ‘QsciScintillaBase’
>       {sipName_SCI_GETCODEPAGE, QsciScintillaBase::SCI_GETCODEPAGE, -1},
>                                               ^
> ./sipQscipart3.cpp:19001:54: error: 
> ‘SCI_GETMOUSESELECTIONRECTANGULARSWITCH’ is not a member of 
> ‘QsciScintillaBase’
>       {sipName_SCI_GETPRINTMAGNIFICATION, 
> QsciScintillaBase::SCI_GETPRINTMAGNIFICATION, -1},
>                                                        ^
> ./sipQscipart3.cpp:19021:37: error: ‘SCI_GETREPRESENTATION’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SCI_GETSELECTIONMODE, 
> QsciScintillaBase::SCI_GETSELECTIONMODE, -1},
>                                       ^
> ./sipQscipart3.cpp:19179:36: error: ‘SCI_POSITIONRELATIVE’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SCI_RELEASEALLEXTENDEDSTYLES, 
> QsciScintillaBase::SCI_RELEASEALLEXTENDEDSTYLES, -1},
>                                      ^
> ./sipQscipart3.cpp:19186:44: error: ‘SCI_RELEASEALLEXTENDEDSTYLES’ is 
> not a member of ‘QsciScintillaBase’
>       {sipName_SCI_RGBAIMAGESETWIDTH, 
> QsciScintillaBase::SCI_RGBAIMAGESETWIDTH, -1},
>                                              ^
> ./sipQscipart3.cpp:19196:31: error: ‘SCI_SCROLLRANGE’ is not a member of

> ‘QsciScintillaBase’
>       {sipName_SCI_SELECTALL, QsciScintillaBase::SCI_SELECTALL, -1},
>                                 ^
> ./sipQscipart3.cpp:19214:36: error: ‘SCI_SETAUTOMATICFOLD’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SCI_SETCARETLINEVISIBLEALWAYS, 
> QsciScintillaBase::SCI_SETCARETLINEVISIBLEALWAYS, -1},
>                                      ^
> ./sipQscipart3.cpp:19221:45: error: ‘SCI_SETCARETLINEVISIBLEALWAYS’ is 
> not a member of ‘QsciScintillaBase’
>       {sipName_SCI_SETCONTROLCHARSYMBOL, 
> QsciScintillaBase::SCI_SETCONTROLCHARSYMBOL, -1},
>                                               ^
> ./sipQscipart3.cpp:19277:54: error: 
> ‘SCI_SETMOUSESELECTIONRECTANGULARSWITCH’ is not a member of 
> ‘QsciScintillaBase’
>       {sipName_SCI_SETPRINTMAGNIFICATION, 
> QsciScintillaBase::SCI_SETPRINTMAGNIFICATION, -1},
>                                                        ^
> ./sipQscipart3.cpp:19294:37: error: ‘SCI_SETREPRESENTATION’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SCI_SETSELBACK, QsciScintillaBase::SCI_SETSELBACK, -1},
>                                       ^
> ./sipQscipart3.cpp:19489:27: error: ‘SCLEX_KVIRC’ is not a member of 
> ‘QsciScintillaBase’
>       {sipName_SCLEX_MAGIK, QsciScintillaBase::SCLEX_MAGIK, -1},
>                             ^
> ./sipQscipart3.cpp:19492:37: error: ‘SCLEX_LITERATEHASKELL’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SCLEX_MATLAB, QsciScintillaBase::SCLEX_MATLAB, -1},
>                                       ^
> ./sipQscipart3.cpp:19530:26: error: ‘SCLEX_RUST’ is not a member of 
> ‘QsciScintillaBase’
>       {sipName_SCLEX_SQL, QsciScintillaBase::SCLEX_SQL, -1},
>                            ^
> ./sipQscipart3.cpp:19538:27: error: ‘SCLEX_STTXT’ is not a member of 
> ‘QsciScintillaBase’
>       {sipName_SCLEX_TXT2TAGS, QsciScintillaBase::SCLEX_TXT2TAGS, -1},
>                             ^
> ./sipQscipart3.cpp:19568:39: error: ‘SC_AUTOMATICFOLD_CHANGE’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SC_CARETSTICKY_OFF, 
> QsciScintillaBase::SC_CARETSTICKY_OFF, -1},
>                                         ^
> ./sipQscipart3.cpp:19569:38: error: ‘SC_AUTOMATICFOLD_CLICK’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SC_CARETSTICKY_ON, QsciScintillaBase::SC_CARETSTICKY_ON,
>       -1},
>                                        ^
> ./sipQscipart3.cpp:19570:37: error: ‘SC_AUTOMATICFOLD_SHOW’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SC_CARETSTICKY_WHITESPACE, 
> QsciScintillaBase::SC_CARETSTICKY_WHITESPACE, -1},
>                                       ^
> ./sipQscipart3.cpp:19617:38: error: ‘SC_FOLDACTION_CONTRACT’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SC_FOLDFLAG_LINEBEFORE_EXPANDED, 
> QsciScintillaBase::SC_FOLDFLAG_LINEBEFORE_EXPANDED, -1},
>                                        ^
> ./sipQscipart3.cpp:19618:36: error: ‘SC_FOLDACTION_EXPAND’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SC_FOLDLEVELBASE, QsciScintillaBase::SC_FOLDLEVELBASE,
-1},
>                                      ^
> ./sipQscipart3.cpp:19619:36: error: ‘SC_FOLDACTION_TOGGLE’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SC_FOLDLEVELHEADERFLAG, 
> QsciScintillaBase::SC_FOLDLEVELHEADERFLAG, -1},
>                                      ^
> ./sipQscipart3.cpp:19701:31: error: ‘SC_ORDER_CUSTOM’ is not a member of

> ‘QsciScintillaBase’
>       {sipName_SC_PRINT_COLOURONWHITE, 
> QsciScintillaBase::SC_PRINT_COLOURONWHITE, -1},
>                                 ^
> ./sipQscipart3.cpp:19702:36: error: ‘SC_ORDER_PERFORMSORT’ is not a 
> member of ‘QsciScintillaBase’
>       {sipName_SC_PRINT_COLOURONWHITEDEFAULTBG, 
> QsciScintillaBase::SC_PRINT_COLOURONWHITEDEFAULTBG, -1},
>                                      ^
> ./sipQscipart3.cpp:19703:34: error: ‘SC_ORDER_PRESORTED’ is not a member

> of ‘QsciScintillaBase’
>       {sipName_SC_PRINT_INVERTLIGHT, 
> QsciScintillaBase::SC_PRINT_INVERTLIGHT, -1},
>                                    ^
> Makefile:225: recipe for target 'sipQscipart3.o' failed
> make: *** [sipQscipart3.o] Error 1

Looks like you are picking up the header files of an older version of
QScintilla.

Phil


More information about the QScintilla mailing list