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, June 25th 2005, 4:25pm

Kopete building woes :S

This concerns Kopete. I realised I only have version 0.9 which came with Fedora Core 3. I tried yum update or going through the RedHatNetworkUpdate, but it said there were no updates for Kopete. I just been to kopete.kde.org and the latest version is 0.10.1.

I notice there are no RPMs and only source code. I download source code.

bunzip2
tar xvf
./configure
make

I get errors at this stage. It looks like there's something wrong when building the French version???:

Making all in fr
make[3]: Entering directory `/root/Desktop/kopete-0.10.1/doc/fr'
/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
index.docbook:101: parser error : Entity 'traducteurPatricePawlak' not defined
&traducteurCedricPasteur;&traducteurPatricePawlak;
^
index.docbook:1878: parser error : Entity 'PatricePawlak' not defined
>Traduction française par &CedricPasteur; et &PatricePawlak;</para
^
make[3]: *** [index.cache.bz2] Error 1
make[3]: Leaving directory `/root/Desktop/kopete-0.10.1/doc/fr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/Desktop/kopete-0.10.1/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/kopete-0.10.1'
make: *** [all] Error 2
bash-3.00#