octave-maintainers
[Top][All Lists]
Advanced

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

Re: pty.h missing for MacOS X


From: Jacob Dawid
Subject: Re: pty.h missing for MacOS X
Date: Sat, 2 Jun 2012 17:08:16 +0200

Ben,

I already pushed that change. For the error


2012-06-02 10:54:41.728 octave-gui[30362:2603] -_continuousScroll is deprecated for NSScrollWheel. Please use -hasPreciseScrollingDeltas.
2012-06-02 10:54:41.729 octave-gui[30362:2603] -deviceDeltaX is deprecated for NSScrollWheel. Please use -scrollingDeltaX.
2012-06-02 10:54:41.729 octave-gui[30362:2603] -deviceDeltaY is deprecated for NSScrollWheel. Please use -scrollingDeltaY.


this is Qt using deprecated calls. See this Qt bug report: https://bugreports.qt-project.org/browse/QTBUG-24050
 
The way we connect the terminal emulation to octave has a disadvantage: All output will be redirected into the command window, such as Qt error messages and other error messages. It's really annoying and I have to see whether I can turn that off when I block std::err.

Jacob

reply via email to

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