help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Show Editor not working


From: Kai Torben Ohlhus
Subject: Re: Show Editor not working
Date: Thu, 7 Nov 2019 08:16:28 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 11/7/19 5:30 AM, Pantxo wrote:
> ksjak wrote
>> Hi Kai,
>>
>> I have compiled a new one now, 5.1.0 on RHEL 7.4.
>>
>> same issue Show Editor not working.
>>
>> Configure options are,
>>
>> configure --prefix=/usr/local/octave/5.1.0 --with-blas=-lblas
>> --with-lapack=-lsatlas
>> --with-hdf5-includedir=/usr/local/octave/5.1.0/needs/include
>> --with-hdf5-libdir=/usr/local/octave/5.1.0/needs/lib --with-qt=5
>>
>> output of "__have_feature__ QSCINTILLA" returns "ans=0"
>>
>> but I couldn't see any string named qscintilla.
>>
>> how to check does it compile with this qscintilla?
>>
>> Thanks
>> ksjak
>>
> 
> After running "configure" you should find a "config.log" file in the build
> directory. I would open this file and try to find some clue about why
> qscintilla was not found.
> 
> Pantxo 
> 
> 

Yes, you should look at "config.log", as Pantxo said.  Additionally,
checking on a CentOS 7 machine, I think the qscintilla available from
EPEL is built against qt4 only.  As you are building using "--with-qt=5"
you need to install an appropriate RPM or compile qscintilla from
source.  Quick and dirty, maybe some Fedora package will do:

  http://rpmfind.net/linux/rpm2html/search.php?query=qscintilla-qt5
  https://pkgs.org/download/qscintilla-qt5

or use the source

  https://www.riverbankcomputing.com/software/qscintilla/download

HTH,
Kai



reply via email to

[Prev in Thread] Current Thread [Next in Thread]