From kde-devel Sat Jul 10 21:38:15 1999 From: Bob Bernstein Date: Sat, 10 Jul 1999 21:38:15 +0000 To: kde-devel Subject: Re: kdebase[1.2]->kbgndwm->snafu? X-MARC-Message: https://marc.info/?l=kde-devel&m=93164277729242 Bob Bernstein wrote: > bg.cpp: In method `void KBackground::apply()': > bg.cpp:439: `pmDesktop' undeclared (first use this function) > bg.cpp:439: (Each undeclared identifier is reported only once This turned out to be a scope thing. I added: KPixmap pmDesktop; in two places in bg.cpp, first at the beginning of the case block in the vicinity of line 439, and another at the beginning of void KBackground::timerEvent( QTimerEvent * ) more or less at line 724. And....the background module works. (kdebase 1.2 will still not completely build if nls is built. There's apparently a Japanese makefile that needs to be added?) -- Bob Bernstein http://members.home.net/ruptured-duck at Esmond, Rhode Island, USA --==++*++==-- "RMS's "curmudgeon-like" griping that he didn't like the term "Open Source" looked silly to many last year; it's not looking so dumb today..." Christopher B. Browne