On Sat, 19 Sep 2009, Rich Shepard wrote:

> Date: Sat, 19 Sep 2009 13:04:04 -0700 (PDT)
> From: Rich Shepard <[email protected]>
> To: [email protected]
> Subject: [PLUG] QScintilla
>
>   Has anyone here successfully built and installed QScintilla? It's a port
> of the Python scintilla editor to Qt, and apparently needed to build a
> SQLite management tool called sqliteman. I can't figure out the pwd to get
> the silly thing to build.
>
>   The source is in /opt/src/QScintilla-gpl-2.4/ and the qscintilla.pro file
> in in the Qt4/ subdirectory under that. The instructions are to
>
> cd Qt4
> gmake qscintilla.pro
>
>   Here, the latest (-4.5.2) Qt is in /usr/lib/qt4. If I change to that
> directory it cannot find qscintilla.pro even with the full path specified.
> If I change to the directory with the .pro file, it tells me there's nothing
> to be done with gmake. Checkmate.
>
> Rich

I have it on my gentoo boxes because it is a dependency of Tora.  But
gentoo builds it, not me.  But it builds from source.  So maybe
something can be learned by looking at the ebuild (below).

The file that is downloaded by this ebuild is
http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/QScintilla-gpl-2.4.tar.gz

I downloaded this file and stared building it.  Got past the
qscintilla.pro step fine.  Is this the same tarball you are using?  If
so, then the problem is probably your qt4 environment.  If not, try
it!

Carlos
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to