digitalmars.D.learn - Error building doc's chm
- Nick Sabalausky (39/39) Aug 24 2013 Not sure if I'm doing something wrong here, but using DMD 2.063.2 on
Not sure if I'm doing something wrong here, but using DMD 2.063.2 on Win, trying to build the CHM docs like this: -------------------------------- git clone https://github.com/D-Programming-Language/druntime.git git clone https://github.com/D-Programming-Language/phobos.git git clone https://github.com/D-Programming-Language/dlang.org.git cd druntime git checkout v2.063.2 make doc DOCSRC=../dlang.org DOCDIR=../dlang.org/phobos -f win32.mak cd ../phobos git checkout v2.063.2 make html DOCSRC=../dlang.org DOC=../dlang.org/phobos -f win32.mak cd ../dlang.org git checkout v2.063.2 make -f win32.mak make chm -f win32.mak -------------------------------- Results in a bunch of these warnings: -------------------------------- Warning: Page not found in navigation -------------------------------- Followed by these errors: -------------------------------- Invalid URL: .\function.html#parameters out of: #parameters Broken anchor link to keyword in to function.html#parameters as function parameter: Functions Invalid URL: .\function.html#parameters out of: #parameters Broken anchor link to keyword inout</tt> ''(deprecated, use <tt>ref to function.html#parameters as function parameter: Functions Invalid URL: .\function.html#parameters out of: #parameters Broken anchor link to keyword lazy to function.html#parameters as function parameter: Functions Invalid URL: .\function.html#parameters out of: #parameters Broken anchor link to keyword out to function.html#parameters as function parameter: Functions Invalid URL: .\function.html#parameters out of: #parameters Broken anchor link to keyword ref to function.html#parameters as function parameter: Functions --------------------------------
Aug 24 2013