Re: For SUN Solaris ROOT people ONLY

Rene Brun (Rene.Brun@cern.ch)
Fri, 24 Apr 1998 12:58:25 +0200


Potrebenikova E.V. wrote:
>
> Could anybody give me the advice about SUN Solaris ROOT
> version executing?
>
> (Both v1.03 and v2.00 founded on ROOT FTP server has
> the same problems).
>
> I have three questions:
>
> 1. demos.C cannot execute file.C, fit1.C and tree.C
>
> It seems that the bug is in such kind of source lines:
>
> header.AddText(" ");
>
> Error message text looks like:
> --->
> Error in <RootX11Error>:
> BadValue (integer parameter out of range for operation) (XID: 0)
> Error in <RootX11Error>:
> BadDrawable (invalid Pixmap or Window parameter) (XID: 100669916)
> --->
> Nevertheless, header.Addtext("."); (any nonblank character)
> fixes this bug.
>

I had already a few reports about this problem that seems to appear
only on Solaris systems with some X11 servers.
I do not understand the problem and cannot reproduce it on
our Solaris machine.

> 2. g2root utility with STAR geometry file failed:
>
> 33.sunhe5:>g2root star_geo.rz star_geo.C
>
> nvolum= 0 jvolum= 0
>
> *** TERMINATING g2root
> *** Received signal 11 (SIGSEGV)
> Segmentation fault
>

Apparently g2root was to able to read in memory any geometry
structure at all (nvolum = 0).
I need access to your file to investigate the problem.

> 3. gh2root utility cannot find main.cxx :
>
> 7.sunhe5>gmake depend
>
> makedepend -fMake-depend -- -KPIC -I/star/star2/star/ROOT/root/include -- StarRun.cxx StarMaker.cxx GParticle.cxx StarSVTH.cxx StarTPCH.cxx StarBTOH.cxx StarCALH.cxx StarECAH.cxx StarFTPH.cxx StarVPDH.cxx \
> main.cxx
> makedepend: cannot open "main.cxx"

There is no reference to main.cxx in the standard makefile
generated by gh2root. Did you modify the makefile?

Rene Brun