Re: problem creating PDF



hi,

Kuang-Chun Cheng schrieb:
> Hi,
> 
> I can use gtk-doc to create HTML web page successfully.
> However, when I use command
> "docbook2pdf myapp-docs.sgml" to create PDF file, I got a lot of error
> like these:
> 
> ...
> jade:/home/kc/myapp/docs/manual/xml/onet.xml:24:72:X: reference to
> non-existent ID "gint"
> jade:/home/kc/myapp/docs/manual/xml/onet.xml:82:72:X: reference to
> non-existent ID "gint"
> jade:/home/kc/myapp/myapp/docs/manual/xml/mtimer.xml:28:15:X: reference
> to non-existent ID "gdouble"
> jade:/home/kc/myapp/myapp/docs/manual/xml/mtimer.xml:144:95:X: reference
> to non-existent ID "gdouble"
> ...
> 
> My app is a C application use glib2 ... the "gint" and "gdouble" is part
> of my
> API's function prototype.
> 
> How could I avoid such error ?  Thanks a lot.

The generated pdf document should still be okay. gtkdoc add cross-references to
other libraries. For html, they are resolved, but intermediately they are
invalid. That what jade complains about here.

I plan to improve format support in 1.12.

Stefan


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