On Tue, Jul 25, 2000 at 11:25:07AM +0200, Peter Mittermayer wrote:
> Hi,
>
> I cimpiled blackbox 0.50.5 on a digital unix 4.0d box. if i set
> session.moveStyle everything works fine (except that larger windows
> are moving quite slow despite running on a 600 MHz Alpha). but
> setting it to false or omitting it results in moving the window
> without seeing how far as the borders are not displayed.
>
> Is this a bug in version 0.50.5 or just an incompatibility with
> Digital Unix?
>
I don't suppose you're running on an 8-bit display? The method
blackbox uses to do wireframe movement has been known not to
work so well on 8-bit displays.
> I also tried to compile version 0.60.3 without success as the
> 'snprintf' - function was added in Screen.cc which is not available
> on Digital Unix. Is there a solution?
>
Well, there is now (I hope). Per Jim Knoble's suggestion, the most
recent cvs snapshot (20000726) includes a snprintf implementation
borrowed from the most recent portable OpenSSH. Assuming I didn't
screw up the build process, Blackbox should now build even on
systems without snprintf. (If it doesn't, let me know.)
> And my third question (which might solve the first two as well) is,
> if there is an mailing-list archive on the web where i could find
> the answers for my future questions :)
>
Check out www.mail-archive.com -- there should be two archives there,
one for the old list at troll.no and one for the current incarnation
at trolltech.com.
Jeff Raven