Hi,
Just tried to make a test install of recent snapshot, everything was
OK (make; make verify) but on "make install" it complains:
Bad argument 1.
Unknown program: foreach(0)
/home/aldem/src/Pike/Pike7.5-20031222-165205/lib/modules/Tools.pmod/Standalone.pmod/extract_autodoc.pike:105:
Tools.Standalone.extract_autodoc()->recurse("/home/aldem/src/Pike/Pike7.5-20031222-165205/src/doc_build/src"+[4035],"/home/aldem/src/Pike/Pike7.5-2003122
2-165205/src/doc_build/src"+[4049],0,({"predef::","doc_build","src","doc_build","src","doc_build","src",,,571}))
(backtrace skipped)
Well, I "fixed" this (adding empty array as alternative in foreach),
just to see what happens, and:
(lot of "copying from" skipped)
/home/aldem/src/Pike/Pike7.5-20031222-165205/src/pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/home/aldem/src/Pike/Pike7.5-20031222-165205/src/master.pike -x join_autodoc --quiet --post-process autodoc.xml doc_build
ProcessXML: duplicate documentation for class _file
/home/aldem/src/Pike/Pike7.5-20031222-165205/lib/modules/Tools.pmod/AutoDoc.pmod/ProcessXML.pmod:15:
Tools.AutoDoc.ProcessXML->processError("duplicate documentation for class _file")
(backtrace skipped)
I remember that I tried such an attempt some time ago, and it
stopped like this one (at least, that stop was related to autodoc).
The problem is that xenoclient doesn't try to make _real_
installation (can it?), hence this problem is not reported.
Any clues how to proceed with installation? Is there any way to
avoid (skip) autodoc generation (I don't need it, in fact)?
Thanks!
Regards,
/Al