I think that failure is nothing more than a warning. It is anyway caused by the <insert-move entity="_Roxen"/> and the likes in the xml files in refdoc/structure.
/ Martin Nilsson (saturator)
Previous text:
2003-11-12 00:44: Subject: module modref
I'm working on creating a module only modref, but am running into the following problem:
I've created the autodoc.xml containing only the markup for my module. Then I run the following command:
pike -x assemble_autodoc /usr/local/pike/7.5.12/doc//src/structure/modref.xml \ plib/autodoc.xml >plib/modref.xml
And get the following output:
Parsing structure file "/usr/local/pike/7.5.12/doc//src/structure/modref.xml". Executing reference expansion and queueing node insertions. Parsing autodoc file "plib/autodoc.xml". Executing node insertions. Failed to move predef::._Roxen Failed to move predef::.__builtin
Can anyone with more knowledge of the autodoc system help me out with this one? It looks like there must be some references to these "modules" but i don't know how to remove those dependencies.
Any thoughts?
Bill
/ Brevbäraren