Bug 88868

Summary: Problem when using unsermake
Product: [Applications] kst Reporter: Frederick Alexander Thomssen <mail>
Component: generalAssignee: kst
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Frederick Alexander Thomssen 2004-09-05 10:29:13 UTC
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.
Comment 1 Frederick Alexander Thomssen 2004-09-05 11:04:33 UTC
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).
Comment 2 Stephan Kulow 2004-09-05 11:26:57 UTC
then don't use unsermake - or send me a patch to fix the bug.