Bug 88868 - Problem when using unsermake
Summary: Problem when using unsermake
Status: RESOLVED NOT A BUG
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-05 10:29 UTC by Frederick Alexander Thomssen
Modified: 2004-09-05 11:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.