Researching python plugin

Brendan Scott disposableemail at apps.opensourcelaw.biz
Wed Jun 7 07:49:47 UTC 2017


On 06/07/2017 05:42 PM, Boudewijn Rempt wrote:
> 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:
>>>
[]

>> 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.

Do I get it here?
https://github.com/boostorg/boost

Am I supposed to install it to any particular directory for krita to find it?

Thanks





More information about the kimageshop mailing list