Researching python plugin

Boudewijn Rempt boud at valdyas.org
Wed Jun 7 07:42:31 UTC 2017


On Wed, 7 Jun 2017, Brendan Scott wrote:

> On 06/02/2017 07:33 PM, Boudewijn Rempt wrote:
> > On Fri, 2 Jun 2017, Brendan Scott wrote:
> > 
> > > Hi,
> > > 
> > > A hobby project of mine is a Python application that maps out perspective
> > > spaces. I would like to see if I can take it a little further and turnit
> > > into
> > > a Krita plugin using its upcoming Python scripting.  Is the scripting
> > > component in a useable enough state for me to start tinkering?* If so,is
> > > there a scripting branch and where do I find it? Is it just in the current
> > > development version?
> > 
> > It's in the master branch currently.
> 
> So I've tried making master and it fails at 19% through make install (output
> below).  cmake doesn't complain about any packages not found. (cmake output
> below).
> 
> Any thoughts about what I'm missing? I am on OpenSuSE, so had working out the
> dependencies was trial and error.
> 

I suspect that your boost is too old: 

> -- Boost version: 1.54.0
> -- Found the following Boost libraries:

This is the code it fails on:

BOOST_FUSION_ADAPT_STRUCT(
        Private::matrix,
        (qreal, a)
        (qreal, b)
        (qreal, c)
        (qreal, d)
        (qreal, e)
        (qreal, f)
        )

I'm building on opensuse with boost 1.61 -- which I have built myself.

> -- Detected Compiler: GCC 4.8
> -- GCC Version from --version: 4.8.5

I have the same gcc version as you.

-- 
Boudewijn Rempt | http://www.krita.org, http://www.valdyas.org


More information about the kimageshop mailing list