On 19-Jan-2002 Andreas Lappe wrote: > Hey, > I get an error while compiling the 0.62.0, > the logfile with error is included as attachment ;-) > >
AH, the joys of nls support. Seems there was a typo in the nls/de_DE/Screen.m which caused the blackbox-nls.hh to have a German word and not the English define. So Screen.cc was look for "ScreenAnotherWMRunning" but the header has "ScreenAkeintherWMRunning". I have this fixed for now. Edit nls/de_DE/Screen.m and change the top line: $ #AkeintherWMRunning to $ #AnotherWMRunning do a make distclean and recompile.
