Package: flwm I was compiling Debian package flwm from sources for flwm-1.02+cvs20080422 at Debian patch level 9. The compile ran against a static fltk library. The library was libfltk version 1.1.10 at Debian patch level 10.
The problem code was only active in my case because ACTIVE_COLOR was defined, so this would not affect the Debian package compile. The solution is simple. On line 799 of Frame.C the function call to contrast() should be a function call to fl_contrast(). [line number from the patch-level-9 codebase]. With this, the manager compiles and works fine. Without this change, the compiler produces an error message that the declaration for contrast() is incomplete. fl_contrast() is in the fltk library and must be what was intended. (Sorry, I lost the exact message, but it should be reproducable by setting the macro CLICK_TO_FOCUS to be 1, in config.h.) -- Stephen Carrier Systems Administrator BEAR (Berkeley Evaluation & Assessment Research) Center Graduate School of Education University of California, Berkeley http://BEARcenter.Berkeley.EDU/ carr...@berkeley.edu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org