[PyKDE] ANN: QScintilla v1.4 Released

Phil Thompson phil at riverbankcomputing.co.uk
Sat Sep 18 17:55:06 BST 2004


On Friday 17 September 2004 6:43 pm, Rex Dieter wrote:
> Rex Dieter wrote:
> > Rex Dieter wrote:
> >> Phil Thompson wrote:
> >>> QScintilla v1.4 has been released and can be downloaded from the
> >>> usual place.
> >>
> >> Here's a patch that fixes the designer plugin build (for me, when
> >> building RPMS).  Without the patch, it assumes there's already
> >> installed qscintilla headers.
> >
> > Updated patch that also avoids linking against a possibly different
> > system-provided libqscintilla (which bit me too)
>
> OK, here's a patch that actually works (I should have let the build
> finish before sending that last one.
>
> Though this one can't avoid linking against a different system-provided
> libqscintilla.  (Problem being that -L($QTDIR)/lib seems to *always*
> come before any libdir I specify... grr...)

Which means that it would use new, non-installed headers files and an old, 
installed library, which is very broken.

> So in total, this patch allows one to build the designer plugin without
> assuming qscintilla headers or libraries already exist/are-installed on
> the system.

Phil




More information about the PyQt mailing list