You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, October 6th 2007, 9:59am

cannot build kdesupport: make -f Makefile.cvs fails

Hi!
Im trying to install KDE from SVN. I downloaded all the packages (including kdesupport and qt) and build qt, which worked really fine. Trying to follow the instructions from http://techbase.kde.org/Getting_Started/Build/KDE4_(de)#kdesupport
I realized that I don't have any cmakekde and also cmake kde does not work (understandably). It's also not posssible to do it as described in the INSTALL file (from the kdesupport directory) because there's no configure file in it that I could run. Then I reminded of the way it was done in the past... i need to invoke "make -f Makefile.cvs" (right?) but this brings up the following error:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dual kdesupport # make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** automake (GNU automake) 1.9.6 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
configure.in:693: error: `config.h' is already registered with AC_CONFIG_HEADERS.
../../lib/autoconf/status.m4:593: AC_CONFIG_HEADERS is expanded from...
/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
configure.in:693: the top level
autom4te-2.61: /usr/bin/m4 failed with exit status: 1
aclocal-1.9: /usr/bin/autom4te failed with exit status: 1
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
dual kdesupport #

It makes no difference if I run this as root or as another user (kde-devel) - always the same result.

I'm using Gentoo on a dual AMD Opteron (installed three days ago)


Any suggestions? What's going wrong here?
Excuse me for my bad english