Re: THtml - possible errors in 2.09 version

Rene Brun (Rene.Brun@cern.ch)
Tue, 28 Jul 1998 17:44:45 +0200


Valeriy Onuchin wrote:
>
> Hello Rooters.
> I meet a problem with THtml class:
>
> root [0] THtml html
> root [1] gHtml->MakeClass("TBRIK")
> -skipped- TBRIK
>
>
> Everything works well before. Best regards. Valery

I forgot the following point. TBRIK is a standard ROOT class.
Check that in your .rootrc file you have teh search path for html
including the Root/src directory.
You should have something like:

Root.Html.OutputDir: html
Root.Html.SourceDir: src:include:.:/usr/user/source:/home/brun/root/src
Root.Html.Author: Rene Brun
Root.Html.Root: http://root.cern.ch/root/html

In the second line above, replace /home/brun/root/src
by the directory $ROOTSYS/src

Rene Brun