You are not logged in.

1

Thursday, December 4th 2003, 12:42am

problem building kopete 0.8 beta1

I'm trying to build Kopete0.8 beta1 on my Mandrake 9.2 box. It's failing building the docs, it all falls to peices here:

/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
index.docbook:11: error: failed to load external entity "dtd/kdex.dtd"
]>
^

Obviously I don't have the kdex DTD. So where do I get it?

2

Thursday, December 4th 2003, 7:46am

Hello,

I got the same problem when building kopete 0.8b1. I found that my kdex.dtd is too old, so the only chance for me was to edit the 'Makefile' from the kopete sourcedir and delete the word 'doc' from the string 'subdirs = doc kopete'.
this says make not to descent to dir 'doc' and compile there anything.
for me its working (still compiling since 10 minutes (just a pII 400 MHz :))

hope, this helps

ciao

smoe

3

Friday, December 5th 2003, 4:36am

first configure then cd to the subfolder kopete and then make
:wink:

4

Friday, December 5th 2003, 5:31pm

Comment out the author group in DIR/doc/kopete/index.doc and your make should work

5

Friday, December 12th 2003, 12:56pm

could someone fix this in the download?

this did not work for me:

Quoted

Original von vikasd

Comment out the author group in DIR/doc/kopete/index.doc and your make should work


this worked:

Quoted

Original von Smoe

I got the same problem when building kopete 0.8b1. I found that my kdex.dtd is too old, so the only chance for me was to edit the 'Makefile' from the kopete sourcedir and delete the word 'doc' from the string 'subdirs = doc kopete'.
this says make not to descent to dir 'doc' and compile there anything.


could someone fix the download on http://kopete.kde.org/index.php?page=downloads ?
at least configure should test if the right kdex.dtd is installed. any authors here?