kdevelop/kdk-1.2 KDE libs doc borken!!

Christian Couder chcouder at club-internet.fr
Thu Jun 1 12:39:44 BST 2000


Hi,

I will try to help you, but I don't know very much how the doc stuff
works...


Serge Lussier wrote:

> Hi,
> PLEASE HELP ME - DON'T IGNORE ME!
> NEED HELP FOR THREE POINTS :
>
> 1-
>   I just updated kdevelop 1.1 to kdevelop 1.2 -
> by compiling and installing kdk1.2,

Did you compiled in a clean directory or where there old stuff from
kdevelop1.1?

>
> I LOST ALL THE KDE Library reference!
> Now I see only the QT libs doc in the DOCS tab.
>
> Even if I went to options->documentation, then "update" / or even
> "create" from the KDE1.1.2 source pckg
>
> The process seems to rebuild the references successfully - I see glimpse
> in work
> on the messages ouput window - terminated with success-
> And now the only way I can get into the kde docs
> is by right-clicking on a kde class/member in the editor
> and select "look-up ..."
> what happened ?
>

Do you know where your KDE docs are on your disk?

Did you try to start KDevelop from the command line to see what it prints?
You can perhaps also try to use "strace" with a command like "strace
kdevelop" to see what it prints when you try to access the docs.

If this doesn't help you to know where KDevelop is looking, you can try to
put "printf" or "debug"statement in the code.


I am not sure but I think that KDevelop should look in either

/usr/share/doc/HTML

or

/usr/share/doc/kde/HTML

Perhaps you can try to create symlinks to make things work.

>
> 2-
>
> How to setup, where to put KDOC files,
> how to make this whole kdoc feature to WORK.
> Because "generate API doc" doesn't work any more.
> I see "Creating Project API documentation" on the status bar
> but nothing seems to happen- it could stay in that state for the
> eternity...
>
> any hints ?
> I am lost.
>

Perhaps you can try strace or putting debug instruction like above to see
what kdevelop does.
Or perhaps you can try the internal debugger and set some breakpoints.

>
> 3-
>
> In Project->Make distribution
> My project is Kfetchmailpop:
>
> It brokes the distribution. It is not compilable since there is
> no generated moc files at compile time:
> here is the ouput point of the command "make distribution
> where the error occurs
> ---
> .
> .
> .
> gmake[1]: Entering directory `/home/lusse/src/sourceforge/kfetchmailpop'
>
> perl automoc
> error: filename kfetchmailpop-0.5/kfetchmailpop/AUTO doesn't end with
> moc
> gmake[1]: [dist-hook] Error 1 (ignored)
> .
> .
> .
> ---
> I dunno what to do ....
>

Did you try a "make clean"? Or create a new project and copy your source
files in the new project?

Hope this helps, anyway tell us what happens when you try things.

Bye,
Christian.





More information about the KDevelop mailing list