On Fri, 2 Jun 2000, juan uribe wrote:

> I did the recommended changes and I got the following errors:
> 
> Window.cc: In method 'void Blackbox Widow::setFocusFlag(int)'
> Window.cc:1686 'label' undeclared (first use this function)
> Window.cc:1686 (Each undeclared identifier is reported only once
> Window.cc:1686 for each function it appears in)
> Window.cc:1686 'struct Blackbox Window::_frame' used
> Window.cc:1686 where a 'Window' was expected
> make[2]:***[Window.o] Error 1
> make[1]:***[all-recursive] Error 1
> make[1]:***[all-recursive-am] Error2
> 
> HELP!!!!

You must have made a typo. Or you used pico, and that broke the lines
while you were typing. Be exact! I did it as well, and it worked fine.
Success!

>Change line 1686 of Window.cc from
>     XSetWindowBackground(display, frame.title, frame.flabel_pixel);
>to
>     XSetWindowBackground(display, frame.label, frame.flabel_pixel);
>and line 1696 from
>     XSetWindowBackground(display, frame.title, frame.ulabel_pixel);
>to
>     XSetWindowBackground(display, frame.label, frame.ulabel_pixel);
>
>Recompile, reinstall, and everything should be wonderful again.

BTW I am writing a comprehensive Blackbox HOWTO (kinda user
manual) in Dutch. I mention this little bug and what you can do about it.

But wouldn't it be nice to have a source dist released on
blackbox.alug.org with version 0.60.3.2 (like the RPM's) with the bug
fixed? Blackbox is getting popular in Holland!

Greetings!

Wilbert Berendsen. Meet me at http://www.xs4all.nl/~wbsoft
  "Economics is the study of what people do when nothing
   more important than money is at stake." -- RMS 23-11-1999

Reply via email to