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: Ben Abbott
Subject: Re: pty.h missing for MacOS X
Date: Sat, 02 Jun 2012 11:01:00 -0400

On Jun 2, 2012, at 10:38 AM, Jacob Dawid wrote:

> Ben,
> 
> the warnings in the terminal are because of this:
> http://www.qtcentre.org/threads/12655-Warning-QObject-connect-Connecting-from-XXX-to-COMPAT-slot-(YYY)
> 
> I wonder why I do not receive, however, if I changed them to setVisible() 
> instead of setShown() everything is fine, too, and the warnings should 
> disappear on your system.
> 
> I incorporated your fix for qterminal and it still compiles fine for me, too. 
> So I guess this should be fixed. You can get rid of the font error by opening 
> and closing the settings window, as there is no default value set for the 
> terminal font.
> 
> The only thing that I cannot explain is the: undecodable token: 
> \001b(hex)[?1034h
> 
> Hope that helps and thank you for testing!
> 
> Jacob

Thanks for the quick feedback. With "setVisible()" all but on of the command 
line warnings are resolved.

----------------------------
QPixmap::scaled: Pixmap is a null pixmap
GNU Octave, version 3.7.0+
Copyright (C) 2012 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "x86_64-apple-darwin11.4.0".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.

For information about changes from previous versions, type `news'.

undecodable token: \001b(hex)[?1034h
----------------------------

Will you push the change of "setShown" -> "setVisible" ?

Scrolling through the "Current Directory" window (via Apple's mouse pad) gives 
...

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.

Ben




reply via email to

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