After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641083 - PDF_HYPERLINKS kills pdf output
PDF_HYPERLINKS kills pdf output
Status: RESOLVED INCOMPLETE
Product: doxygen
Classification: Other
Component: general
1.7.3
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-01-31 22:19 UTC by bkoz
Modified: 2011-04-11 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
generated reference manual from doxygen makefile, configured with PDF_HYPERLINKS = YES (60.11 KB, text/x-tex)
2011-01-31 22:19 UTC, bkoz
Details
Same, but with PDF_HYPERLINKS = NO (59.68 KB, text/x-tex)
2011-01-31 22:20 UTC, bkoz
Details

Description bkoz 2011-01-31 22:19:39 UTC
Created attachment 179751 [details]
generated reference manual from doxygen makefile, configured with PDF_HYPERLINKS = YES

Host oses are fedora 13, fedora 13, RHEL6.

if doxygen is configured with 

PDF_HYPERLINKS         = YES

then the pdf documentation for GNU libstdc++ does not work, and errors with:
%cd doxygen/latex
<bkoz@chula> /mnt/share/bld/gcc-trunk/x86_64-unknown-linux-gnu/libstdc++-v3/doc/doxygen/latex                                                                   %make pdf
pdflatex refman.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./refman.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish,
 french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish, 
turkish, ukenglish, ukrainian, loaded.

make: *** [refman.pdf] Error 1


If doxygen is configured with

PDF_HYPERLINKS         = NO

then the pdf docs work (but there is no index...). 

This is with gcc-4.6.0 or trunk sources of 2011-01-31. 



pdflatex comes from
f13 - texlive-latex-2007-51
f13 - texlive-latex-2007-56
f15e - texlive-latex-2007-59.fc15.x86_64

tried doxygen-1.7.[1-3]

will attach generated refman.tex and refman.nohyperlinks.tex
Comment 1 bkoz 2011-01-31 22:20:10 UTC
Created attachment 179752 [details]
Same, but with PDF_HYPERLINKS = NO
Comment 2 bkoz 2011-01-31 23:25:47 UTC
PDF_HYPERLINKS Works with 1.7.0
Comment 3 Dimitri van Heesch 2011-02-17 20:40:06 UTC
Can you please attach a self-contained example (source+config file in a tar or zip) that allows me to reproduce the problem?
Comment 4 Fabio Durán Verdugo 2011-04-11 13:45:35 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!