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

Thursday, November 18th 2004, 10:39am

[Kopete] CVS compile problems

Hi,

Using SuSE 9.1 latest apt-get upgrade level.
Latest Kopete CVS checkout.

raudpats@raudpats:~/install/cvs/kdenetwork> make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** YOU'RE USING automake (GNU automake) 1.9.2.
*** KDE requires automake 1.6.1 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2

2

Thursday, November 18th 2004, 4:07pm

Before you can compile kdenetwork from CVS, you have to install arts and kdelibs from CVS first. There are explanations on the wiki about how to setup a CVS-system.

To let your automake-version be detected, edit the file kdenetwork/admin/detect-autoconf.sh. There, you can add "-1.9" (I am not sure if this is the correct string, but it seams reasonable) in KDE_AUTOMAKE_VERS. The line then looks like:[code:1]KDE_AUTOMAKE_VERS="-1.9 -1.7 17 -1.6"[/code:1]You can then try make -f Makefile.cvs again.