help-octave
[Top][All Lists]
Advanced

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

Re: Show Editor not working


From: ksjak
Subject: Re: Show Editor not working
Date: Fri, 8 Nov 2019 05:02:47 -0600 (CST)

Hi Kai & Pantxo

Thanks for the response.

I have gone through the config.log file,

Findings,

1. I can see error as below,
    
    "configure:74672: checking for the QScintilla library for Qt 5
configure:74717: g++ -std=gnu++11 -o conftest -fPIC -g -O2 -pthread -fopenmp
-I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui
-I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtPrintSupport
-I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtHelp
-I/usr/include/qt5/QtXml   -fPIC -I/usr/local/octave/5.1.0/needs/include 
-L/usr/local/octave/5.1.0/needs/lib
-L/usr/local/octave/5.1.0/needs/usr/lib64 -Wl,-rpath,/lib64
-Wl,-rpath,/usr/local/octave/5.1.0/needs/lib conftest.cpp -lQt5Network
-lQt5PrintSupport -lQt5Help -lQt5Widgets -lQt5Gui -lQt5Xml -lQt5Core  
-lqscintilla2-qt5 >&5
conftest.cpp:539:37: fatal error: Qsci/qsciapis.h: No such file or directory
           #include <Qsci/qsciapis.h>"

  But header qsciapis.h is available already, I am not sure why it couldn't
find it. Actual path is /usr/loca/qscintilla/2.10.3/usr/include/qt5/Qsci/

2. Since it couldn't find the path I update the $PATH to
/usr/local/<specific value> - that also fails.
3. I tried "--with-qscintilla" - that also fails.
4. I compiled it with "hdf5" which has a option to include directory
"--with-hdf5-includedir" & "--with-hdf5-libdir" so I thought some option
will be there to include qscintilla but its not there :(

Is there a way to find out the cause for this issue, why compilation
couldn't find the qscintilla headers.

Thanks
ksjak




--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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