Bug 31773 - KDE project templates won't compile
Summary: KDE project templates won't compile
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-29 13:03 UTC by Jay
Modified: 2002-09-22 09:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jay 2001-08-29 12:57:05 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.0 (using KDE 2.2.0 )
Severity:          normal
Installed from:    SuSE
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:                Linux (i686) release 2.4.4-4GB
OS/Compiler notes: 

Creating projects from templates(KDE normal) results in this error message:

kdoc: Can't read library /home/sharkyx/.kde2/share/apps/kdevelop/KDE-Documentation/kdoc-reference/libkmid.kdoc.gz/libkmid.kdoc

Seems like the docbook files are searched in my homedir instead of the kdedir.

Compiling the generated project fails with lots of these errors:

gmake[3]: Entering directory `/home/sharkyx/tertst/doc/en'
/opt/kde2/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
index.docbook:82: error: Entity 'tertst' not defined
&tertst; is an application specially designed to do nothing you would
        ^
index.docbook:119: error: Entity 'kapp' not defined
&kapp; is a program that lets you do absolutely nothing. Please report
      ^
index.docbook:137: error: Entity 'kapp' not defined
<screeninfo>Here's a screenshot of &kapp;</screeninfo>
                                         ^
index.docbook:169: error: Entity 'tertst' not defined
the &tertst; main window. It's not a bug it's a feature!
            ^
index.docbook:220: error: Entity 'kapp' not defined
<listitem><para><action>Quits</action> &kapp;</para></listitem>
                                             ^
index.docbook:238: error: Entity 'tertst' not defined
Programming &tertst; plugins is a joy to behold. Just read through the next
                    ^
index.docbook:258: validity error: Element refnamediv content doesn't follow the Dtd
Expecting (refdescriptor?  refname+  refpurpose  refclass*  (remark | link | olink | ulink)*) got (refname refpurpose indexterm indexterm )
</refnamediv>
            ^
index.docbook:391: error: Entity 'kapp' not defined
<para>My Mouse doesn't work. How do I quit &kapp;?</para>
                                                 ^
index.docbook:420: error: Entity 'kapp' not defined
&kapp;
     ^
index.docbook:464: error: Entity 'tertst' not defined
&tertst; is part of the KDE project
        ^
index.docbook:466: error: Entity 'tertst' not defined
&tertst; can be found in the kdeutils package on
        ^
index.docbook:486: error: Entity 'tertst' not defined
In order to successfully use &tertst; you need KDE 1.1. Foobar.lib is required
                                     ^
index.docbook:487: error: Entity 'tertst' not defined
in order to support the advanced &tertst; features. &tertst; uses about 5 megs 
                                         ^
index.docbook:487: error: Entity 'tertst' not defined
in order to support the advanced &tertst; features. &tertst; uses about 5 megs 
                                                            ^
index.docbook:493: error: Entity 'tertst' not defined
All required libraries as well as &tertst; itself can be found
                                          ^
index.docbook:494: error: Entity 'tertst' not defined
on <ulink url="ftp://ftp.kapp.org">The &tertst; home page</ulink>.
                                               ^
gmake[3]: *** [index.cache.bz2] Error 1
gmake[3]: Leaving directory `/home/sharkyx/tertst/doc/en'
gmake[2]: Leaving directory `/home/sharkyx/tertst/doc'
gmake[2]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/sharkyx/tertst'
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all-recursive-am] Error 2
*** fehlgeschlagen ***




(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 John Firebaugh 2002-09-22 09:32:54 UTC
Not a problem with Gideon