Greg Ercolano wrote:

>       One weird thing that must be on my end; when I use 'make clean 
> pdf-dist',
>       I end up with a ~800 page fltk.pdf, while the online fltk.pdf is>1000.
>
>       Mine seems to be missing everything from "Preface" on thru "Example 
> Source Code"
>       in the index. (Which is apparently why the 'Todo' list is the first 
> chapter in mine.)
>       Not familiar with the PDF construction process. Here's my output from a 
> 'make clean pdf':
>
> # make clean pdf
> Generating PDF documentation ...
> This is makeindex, version 2.14 [02-Oct-2002] (kpathsea + Thai support).
> Scanning input file refman.idx........done (4263 entries accepted, 0 
> rejected).
> Sorting entries............................................done (60110 
> comparisons).
> Generating output file refman.ind.......done (5797 lines written, 0 warnings).
> Output written in refman.ind.
> Transcript written in refman.ilg.
>
>       No errors that I can see there.
>       But I do have a pretty huge 'pdfall.log' with lots of warnings and 
> errors..
>       a bit large to post here.

I believe that this is a doxygen problem. IIRC you're using 1.5.5 or 1.5.6, and
I also had this problem when I used these versions.

It works fine with 1.5.7 (maybe 1.5.7.1) and later. I'm intentionally using
1.5.7(.1) for the online docs, and the resulting pdf is slightly bigger
than the one generated on my Ubuntu 9.04/9.10 systems with 1.5.8. The
reason is that 1.5.8 introduces some new file naming, and I wanted to
avoid deleting and adding files in the svn upload to the web site.

doxygen 1.6 seems to have another image generation algorithm, and the layout
of the widget hierarchy graphics looks worse in the html version, thus I
didn't want to use this until now, but we'll need to discuss this, maybe.

I'm not sure what the newest version is, and what it looks like with this
one...

We should probably do some tests with different versions before the release
and decide which version to use. This should also take into account which
versions the devs have available (or can install). Doxygen seems to be
pretty easy to compile from the sources, and I managed to compile 1.5.7.1
on Cygwin from the sources and install it somewhere outside the standard
PATH solely for generating the FLTK docs.

Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to