Comment 6 for bug 1485199

Revision history for this message
Richard Rasker (rasker-a) wrote : Re: [Bug 1485199] Re: gschem: window redrawing problem related to right side bar

Edward Hennessy schreef op di 18-08-2015 om 15:41 [+0000]:
> Thank you for gathering that information. With that new mechanism you
> found to replicate the bug, I suspect that it isn't in the zoom code.
>
> There is a preprocessor macro, DEBUG, that can be set. However, looking
> at the information that it provides, it might not be much use here.
>
> If gschem gets in this failure mode, can you move the mouse wheel, but
> then use the keybindings instead of dragging the sidebar, to restore
> normal operation? (The keybindings to show and hide the windows were
> added to the trunk recently.)

Hello Ed,

I've been trying to compile the latest git version of gEDA/GAF to test
the above, but that fails. Somehow, ./configure can't find guile 2.0
even though it is installed:

        configure: error: you need at least version 2.0.0 of guile

        > which guile
        /usr/bin/guile

        > ls -l /usr/bin/guile
        lrwxrwxrwx 1 root root 23 aug 21 10:39 /usr/bin/guile -> /etc/alternatives/guile

        > ls -l /etc/alternatives/guile
        lrwxrwxrwx 1 root root 18 aug 21 10:39 /etc/alternatives/guile -> /usr/bin/guile-2.0

As I'm not really a compiler guru, I think I'll just wait until the
latest changes pop up in the normal updates. If there's anything new
that I can report, I will do so.
For the time being, I can use gschem, just as long as I'm careful not to
resize the main window too often.

Best regards,

Richard Rasker