octave-maintainers
[Top][All Lists]
Advanced

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

Re: dev (gui) build does not start on kubuntu 13.04


From: Kirill Fuior
Subject: Re: dev (gui) build does not start on kubuntu 13.04
Date: Wed, 21 Aug 2013 03:26:05 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

On 20.08.13 20:18, Torsten wrote:
On 19.08.2013 18:24, Daniel J Sebald wrote:
Perhaps QSci is missing from Kirill's system.
I am fairly sure that you are right here, I forgot to exclude the editor
from the widget list that is used for handling the window settings when
qscintilla is missing.

Kirill, could you please update to changeset 756bb4b58ad0
(http://hg.savannah.gnu.org/hgweb/octave/rev/756bb4b58ad0)
and check again.
Afterwards you should install libqscintilla2, I guess it is missing on
your system.

Torsten

Hello,

you are right. All is ok now.

I've found this lines in config.log file:

configure:67677: checking whether Qscintilla library is installed
configure:67717: g++ -o conftest -g -O2 -pthread -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork       conftest.cpp -lQtGui -lQtNetwork -lQtCore   -lqscintilla2 >&5
conftest.cpp:814:39: fatal error: Qsci/qscilexersql.h: No such file or directory
compilation terminated.

after update to Torsten's changeset gui is finally running (without some options -- such as new script and open),
and after installing libqscintilla2-dev (
libqscintilla2 has been already installed on my system) warning dissapears from config.log, and gui is fully running.

Thank you!
Kirill.

reply via email to

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