octave-maintainers
[Top][All Lists]
Advanced

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

Re: GUI compilation failing with Scintilla


From: Daniel J Sebald
Subject: Re: GUI compilation failing with Scintilla
Date: Mon, 20 Aug 2012 12:39:12 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 08/20/2012 11:58 AM, Laurent Hoeltgen wrote:

../../../libgui/src/m-editor/find-dialog.cc:150:39: error: no matching
function for call to 'QsciScintilla::findFirst(QString, bool, bool,
bool, bool, bool, int&, int&, bool, bool)'
/usr/include/Qsci/qsciscintilla.h:604:18: note: candidate is: virtual
bool QsciScintilla::findFirst(const QString&, bool, bool, bool, bool,
bool, int, int, bool)

I had similar issues a few days ago. Just remove the last bool parameter
in the function call and the error should go away (at least it did for me).

OK, I see a "Welcome to Octave!" window. Thanks. (May not have been the correct solution though, read on.)

...

I compiled octave as root and get the following

./run-octave
**
GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)
panic: Aborted -- stopping myself...
attempting to save variables to `octave-workspace'...
save to `octave-workspace' complete

So, instead I did a ./run-octave as a user rather than root and I get the Welcome to Octave! screen, but when I press "Finish" it seems the app can't save settings to a file so the same screen reappears. It is an infinite loop and not even pressing the window close button [X] quits Octave. The same behavior happens no matter where I launch from. I've installed Octave and same issue.

I launch with "./run-octave --no-gui" and Octave runs fine. BTW, there is no documentation in "./run-octave --help" indicating that "--no-gui" is an option.

I've a feeling my QScintilla isn't up to date. I'll try looking for that instead of hacking find-dialog.cc.

Dan


Dan


reply via email to

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