On 2/9/12, Walter Bright <[email protected]> wrote:
> It's in the makefile now, but I guess I need to generate it!

My bad, I've assumed chmgen is distributed with DMD but it's in the
dpl.org repository.

Anyway, I get these errors first:
chmgen.d(355): Error: std.ascii.newline at
D:\DMD\dmd2\windows\bin\..\..\src\phobos\std\ascii.d(44) conflicts
with std.string.newline at
D:\DMD\dmd2\windows\bin\..\..\src\phobos\std\string.d(184)
chmgen.d(371): Error: std.ascii.newline at
D:\DMD\dmd2\windows\bin\..\..\src\phobos\std\ascii.d(44) conflicts
with std.string.newline at
D:\DMD\dmd2\windows\bin\..\..\src\phobos\std\string.d(184)

Once I fix them to std.ascii.newline, I get a few runtime errors:
HHC5013: Error: URL reference in the TOC cannot be resolved:
"chm\download.html".
HHC5013: Error: URL reference in the TOC cannot be resolved: "chm\sitemap.html".
HHC5013: Error: URL reference in the TOC cannot be resolved:
"chm\phobos\index.html".
HHC5013: Error: URL reference in the TOC cannot be resolved:
"chm\32-64-portability.html".

The library reference isn't properly generated (it's missing). Also, I
can't seem to change the font size. I've edited the ebook.css file and
set all font sizes to 10px and courier new, but it doesn't change
anything. I'll stick with the old generator from
http://thecybershadow.net/d/docs/ for now.
_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to