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

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

[Octave-bug-tracker] [bug #53551] msleep() is protected within this cont


From: Rik
Subject: [Octave-bug-tracker] [bug #53551] msleep() is protected within this context error during compilation with gcc-7
Date: Mon, 2 Apr 2018 20:40:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: msleep() is protected within this context error
during compilation with gcc-7
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 02 Apr 2018 05:40:44 PM PDT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Weird compiler errors.  Anyone have a clue?  This is the buildbot running
gcc-7-debian.


../src/libgui/graphics/ObjectProxy.cc: In member function ‘uint8NDArray
QtHandles::ObjectProxy::get_pixels()’:
../src/libgui/graphics/ObjectProxy.cc:137:29: error: ‘static void
QThread::msleep(long unsigned int)’ is protected within this context
         QThread::msleep (100);
                             ^
In file included from /usr/include/qt4/QtCore/QThread:1:0,
                 from ../src/libgui/graphics/ObjectProxy.cc:29:
/usr/include/qt4/QtCore/qthread.h:116:17: note: declared protected here
     static void msleep(unsigned long);
                 ^~~~~~
../src/libgui/graphics/ObjectProxy.cc:141:33: error: ‘static void
QThread::msleep(long unsigned int)’ is protected within this context
             QThread::msleep (200);
                                 ^
In file included from /usr/include/qt4/QtCore/QThread:1:0,
                 from ../src/libgui/graphics/ObjectProxy.cc:29:
/usr/include/qt4/QtCore/qthread.h:116:17: note: declared protected here
     static void msleep(unsigned long);
                 ^~~~~~
Makefile:16658: recipe for target
'libgui/graphics/libgui_graphics_libgui_graphics_la-ObjectProxy.lo' failed
make[2]: ***
[libgui/graphics/libgui_graphics_libgui_graphics_la-ObjectProxy.lo] Error 1
make[2]: *** Waiting for unfinished jobs....







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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