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

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

[Octave-bug-tracker] [bug #53540] compile error: libgui fails to build w


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53540] compile error: libgui fails to build with Qt 4
Date: Sun, 1 Apr 2018 15:45:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Update of bug #53540 (project octave):

                 Summary: compile error: class QDir has no member named
removeRecursively with Qt 4 => compile error: libgui fails to build with Qt 4

    _______________________________________________________

Follow-up Comment #3:

Another error when building with Qt 4


In file included from /usr/include/qt4/QtCore/QThread:1:0,
                 from ../libgui/graphics/ObjectProxy.cc:29:
/usr/include/qt4/QtCore/qthread.h: In member function 'uint8NDArray
QtHandles::ObjectProxy::get_pixels()':
/usr/include/qt4/QtCore/qthread.h:116:17: error: 'static void
QThread::msleep(long unsigned int)' is protected
     static void msleep(unsigned long);
                 ^
../libgui/graphics/ObjectProxy.cc:137:29: error: within this context
         QThread::msleep (100);
                             ^
In file included from /usr/include/qt4/QtCore/QThread:1:0,
                 from ../libgui/graphics/ObjectProxy.cc:29:
/usr/include/qt4/QtCore/qthread.h:116:17: error: 'static void
QThread::msleep(long unsigned int)' is protected
     static void msleep(unsigned long);
                 ^
../libgui/graphics/ObjectProxy.cc:141:33: error: within this context
             QThread::msleep (200);
                                 ^


These could be replaced easily with calls to octave_sleep.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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