octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48234] Detection of Qscintilla libraries


From: Guillaume
Subject: [Octave-bug-tracker] [bug #48234] Detection of Qscintilla libraries
Date: Wed, 15 Jun 2016 16:08:59 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

URL:
  <http://savannah.gnu.org/bugs/?48234>

                 Summary: Detection of Qscintilla libraries
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Wed 15 Jun 2016 04:08:57 PM GMT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

As of today, Octave compiled without the GUI editor and ./configure now
displays:


checking whether Qscintilla library is installed... no


while libqscintilla-devel and libqscintilla2-11 are installed (2.8.2-2.1.8).

There has been an update of libqt4-devel to version 4.8.6 on my system today
so I assume it might be related.

I tried to compile the following:


#include <Qsci/qscilexersql.h>

int main ()
{
  QsciLexerSQL sqlLexer(0);

  return 0;
}


with:


gcc qscint.cpp -lqscintilla2 -I/usr/include/QtNetwork -I/usr/include/QtOpenGL
-I/usr/include/QtGui -I/usr/include/QtCore


and it compiles and runs fine.

Looking at configure/configure.ac, I notice that the warning "Qscintilla
library not found; disabling built-in Qt GUI editor" is not displayed in my
case but it might be due to a typo warn_qscintilla -> warn_qscintilla_editor.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48234>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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