Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc (GCC) 3.4.1 20040831 (Red Hat 3.4.1-10) from Fedora Core development tree OS: Linux When I start # make -f Makefile.cvs in kdeextragear-2 using unsermake (from kdenonbeta) I get this messages: This Makefile is only for the CVS repository This will be deleted before making the distribution *** YOU'RE USING UNSERMAKE. *** GOOD LUCK!! :) *** Creating acinclude.m4 *** Creating list of subdirectories *** Creating Makefile.am *** Creating configure.files *** Creating configure.in *** Creating aclocal.m4 *** Creating configure *** Creating config.h template *** Creating Makefile templates ERROR:kst/kst/Makefile.am: "$(PROCPS_COPY)" doesnt match extre make[1]: *** [cvs] Error 1 make: *** [all] Error 2 Without unsermake it works and compiles.
After copying the content of $(PROCPS_COPY) directly into $(libkst_la_SOURCES) it worked. I just had to compile some .ui files by hand (curveappearancewidget.ui, scalareditor.ui).
then don't use unsermake - or send me a patch to fix the bug.