Re: Automatic documentation generation

Pasha Murat (murat@cdfsga.fnal.gov)
Tue, 14 Oct 1997 00:18:04 GMT


Hello,

it looks like the problem with handling of non-POSIX strings which affects
automatic generation of HTML files is still there (see output below).

Am I missing something?
Thanks, Pasha.
--------------------------------------------------------------------------------
this problem affects GCC-compiled versions of ROOT
--------------------------------------------------------------------------------
/cdf/upgrade/tracking/murat/g3/test/linalg/Root>root
*******************************************
* *
* W E L C O M E to R O O T *
* *
* Version 1.03/04 4 October 1997 *
* Development version *
* *
* You are welcome to visit our Web site *
* http://root.cern.ch *
* *
*******************************************

CINT/ROOT C/C++ Interpreter version 5.13.28, Sep 23 1997
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] THtml html;
root [1] gSystem->Load("liblinalg.so")
(int)0
root [2] gEnv->Print()
Unix.*.Root.MacroPath: : .:~/root_macros:$ROOTSYS/macros:$ROOTSYS/tutorials [User]
Unix*.Root.DynamicPath: : .:~/rootlibs:$LD_LIBRARY_PATH [User]
Root.Html.OutputDir: : /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html [User]
Root.Html.SourceDir: : .:$ROOTSYS/source [User]
root [3] TMatrix a(2,2);
root [4] gHtml->MakeClass("TMatrix")
Error in <THtml::Make>: Can't open file ': /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html/TMatrix.html' !
: /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html/TMatrix_Tree.ps
PostScript file: : /cdf/upgrade/tracking/murat/g3/test/linalg/Root/html/TMatrix_Tree.ps has been created

*** Break *** bus error

*** Break *** keyboard interrupt
--------------------------------------------------------------------------------