still problems with automatic doc generation with GCC-compiled ROOT

Pasha Murat (murat@cdfsga.fnal.gov)
Tue, 9 Dec 1997 18:53:50 GMT


Hello,

the problem with automatic documentation generation on UNIX still seems to
persist in version 1.03/08. I tried to execute $ROOTSYS/test/test2html.C macro
from ROOT tests using IRIX64-GCC compiled ROOT.
First of all, the macro should be fixed : all the source files used by it are .cxx
fiels while they are being referred to as .C files. After this is fixed the user
gets the following diagnostics:
--------------------------------------------------------------------------------
/cdf/upgrade/root/v1_03_08/test>root
*******************************************
* *
* W E L C O M E to R O O T *
* *
* Version 1.03/08 25 November 1997 *
* Development version *
* *
* You are welcome to visit our Web site *
* http://root.cern.ch *
* *
*******************************************

CINT/ROOT C/C++ Interpreter version 5.13.34, Nov 19 1997
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] .x test2html.cxx
Error in <THtml::THtml>: output directory : /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html does not exist
Error in <THtml::Convert>: Directory ': /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html/examples' doesn't exist, or it's write protected !
Error in <THtml::Convert>: Directory ': /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html/examples' doesn't exist, or it's write protected !
Error in <THtml::Convert>: Directory ': /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html/examples' doesn't exist, or it's write protected !
Error in <THtml::Convert>: Directory ': /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html/examples' doesn't exist, or it's write protected !
Error in <THtml::Convert>: Directory ': /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html/examples' doesn't exist, or it's write protected !
root [1] .q
/cdf/upgrade/root/v1_03_08/test>ls -al /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html/examples
total 2
drwxr-sr-x 2 murat cdfupg 512 Dec 9 12:43 .
drwxr-sr-x 3 murat cdfupg 512 Dec 9 12:43 ..
--------------------------------------------------------------------------------
As one could see from the output above the directory ROOT complains about
*does exist* and *is not write protected*.

I'd appreciate if anybody could take a look into it,

Thanks a lot, Pasha