(no subject)

From: Marek Idzik (idzik@to.infn.it)
Date: Thu Oct 28 1999 - 21:09:48 MEST


Hello,

Few weeks ago I installed root on RedHat6 linux system
and today the last version on RedHat5.1.
My program which compiled well with root on RedHat6
didn't compile with root on RedHat5.1.
To compile it I needed to make following changes
in the program:
- instead of #include <TGXW.h> I put
  #include <TVirtualX.h>
  #include <TFrame.h>
  #include <TF1.h>
- instead of "gGXW->..." I put "gVirtualX->..."
All these are simple things but anyway I needed to 
spend some time to find the wright headers etc.
I'd like to ask about the compatibility of root classes
and headers between the versions for different systems ?

marek
 



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:41 MET