On Saturday 29 June 2002 15:44, Roland Seuhs wrote: > Hi! > > I tried to compile kde-cvs on SuSE8 and get the following errors on kdelibs > and kdebase: > > /opt/kde2/bin/meinproc --check --cache index.cache.bz2 ./index.docbook > index.docbook:7: error: failed to load external entity "dtd/kdex.dtd" > ]> > ^ > index.docbook:9: error: Entity 'language' not defined > > ^ > index.docbook:9: validity error: No declaration for attribute lang on > element book > > ^ > index.docbook:11: error: Entity 'kaddressbook' not defined > > [... and so on ...] > > I can work around the problem when I exclude "doc" from TOPSUBDIRS in the > Makefile. I'm pretty sure that there is something missing/wrong with my > installation, so I suppose ./configure should complain about it. You should be able to exclude the doc directory with: DO_NOT_COMPILE="doc" ./configure > > "meinproc" which seems to be a XML-converter is only in /opt/kde2/bin, no > other version is found on my installation. $KDEDIR is not set in the > compile environment (which should be OK and default to /usr/local/kde, I > hope.) I've left alone Qt and use what came with SuSE8 (which should also > be OK as configure did accept it) > > Probably I need another "meinproc" version, where can I get it? Meinproc is in kdelibs (in the path kdelibs/kdoctools to be precise.) However, be careful to have full BZip2 support (including devel packages) or it cannot be compiled. I would check the output of configure to see if there is something curious either about BZip2 or about meinproc. > > Thanks for your help, > > Roland Have a nice day/evening/night! >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<