RE: Lost all internal Links in output HTML Files



>>> 	I am trying to use GTK-Doc to create API Documents
>>> 	I follow the 1.11's manual to set up my project.
>>> 	And if it's the very first time that I run autogen.sh and then make.
>>> Everything is ok, I got the right html output. But then , if I do make clean
>>> and then make again without touch anything, then in the final html files all
>>> the internal links for say function, signal, object hierarchy is gone.
>>>
>>
>I haven't ever seen this behaviour :/ If you can come to #gtkdoc on
>gimpnet-irc and we try to narrow it down. If you can also try gtk-doc
>svn so that we're using the same code.
>
Hi Stefan, I try the svn code, seems it's 1.12 and well this problem gone!

>> I found something more about this : when gtkdoc-mkdb is run for the second
>time, when the MAIN_SGML_FILE is already exist, in the xml file , it will not
>create the doctype_head with:
>>
>> <?xml version="1.0"?>
>> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
>>                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd";>
>>
>
>doc_type head of which output file? Also if I do make a second time, its
>not rebuilding things.

Of the XML/*.xml file. I can see in 1.12, these head is also gone with the second time build. So this is not the problem hmm... ( I do a make clean; then make, so it will be rebuilding :) )

I guess I must mess something up by not make full clean of the previous 1.10 version staffs when I was trying 1.11, so run into those strange problems, Thanks for your help :)

>Stefan

Raymond


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]