[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave 4.3.0+ Build error in doc
From: |
Tatsuro MATSUOKA |
Subject: |
Re: Octave 4.3.0+ Build error in doc |
Date: |
Wed, 21 Mar 2018 11:43:28 +0900 (JST) |
----- Original Message -----
> From: Christian Himpe
> To: Mike Miller
> Cc: octave-maintainers
> Date: 2018/3/21, Wed 09:53
> Subject: Re: Octave 4.3.0+ Build error in doc
>
> On Tue, 20 Mar 2018 16:53:22 -0700
> Mike Miller <address@hidden> wrote:
>
>> On Wed, Mar 21, 2018 at 00:33:58 +0100, Christian Himpe wrote:
>> > yet I do not have the qt4-dev-tools installed (and never needed to)
>> > as I am building with:
>> >
>> > --disable-gui
>>
>> That option doesn't exist anymore, but I take it you mean
>> --without-qt. Thanks, you are right. I have filed a bug report about
>> this error:
>>
>> https://savannah.gnu.org/bugs/?53394
>>
>> I guess the workaround for now is to build with Qt or with
>> --disable-docs.
>>
>
> Alright.
>
> Thanks
>
> Christian
My dirty workaround is
sudo ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/qcollectiongenerator
/usr/lib/x86_64-linux-gnu/qt4/bin/qcollectiongenerator
Tatsuro