I found the problem -- my kdelibs was not up to date with
some recent changes.
On Tuesday 05 December 2000 09:07, you wrote:
> Hi!
>
> On Mon, Dec 04, 2000 at 02:12:54PM -0500, Jeff Tranter wrote:
> > I know the GUI stuff is in flux, but I've been getting a compile error
> > for a few days. Stefan, can you fix it?
> >
> > kpoti_impl.cpp: In method `void Arts::KPoti_impl::value(float)':
> > kpoti_impl.cpp:109: `value_changed' undeclared (first use this function)
> > kpoti_impl.cpp:109: (Each undeclared identifier is reported only once
> > kpoti_impl.cpp:109: for each function it appears in.)
> > make[2]: *** [kpoti_impl.lo] Error 1
> > make[2]: Leaving directory `/home/jefft/cvs/kde/kdemultimedia/arts/gui'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/jefft/cvs/kde/kdemultimedia/arts/gui'
> > make: *** [all-recursive] Error 1
>
> Does it go away when you remove the generated files (artsgui.cc/h), and
> rerun make? If yes, I don't know why this wasn't done automatically, there
> is an $(MCOPIDL) in the dependancies.
>
> Cu... Stefan