Hi there, helpful forum goers.
I'm having a problem building Kopete 0.10.1 from source. I'm running KDE 3.3 uder SuSE 9.2.
The configure stage goes without any problems, but when I use the make command, I get the following output when it gets to ~/doc/fr/:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Making all in fr
make[3]: Entering directory `/home/revasser/kopete-0.10.1/doc/fr'
/opt/kde3/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 `/home/revasser/kopete-0.10.1/doc/fr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/revasser/kopete-0.10.1/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/revasser/kopete-0.10.1'
make: *** [all] Error 2
|
Does anyone know what could be causing this and how to go about fixing it?
Thanks!
Rev