Re: 1.02 include problem on linux x86

From: Valery Fine (fine@mail.cern.ch)
Date: Mon Sep 15 1997 - 18:19:27 MEST


On 15 Sep 97 at 15:34, Rudi Lutter wrote:

> root [1] #include "Rtypes.h"                             


  One doesn't need to include ANY ROOT includes into the 
macro/command line script(s). It is "pre-included" but one must 
include these inclcudes if he wants to compile his code with a 
native C/C++ compiler.

  Therefore to distinguish things one can apply _CINT_ macro 
symbol as follows:

 #ifndef _CINT_
 # include ....
 #endif

 where _CINT_ is defined for macro and the ROOT command too by CINT 
interpreter,

  Hope this helps.
                       Valery
Dr. Valeri Faine (Valery Fine)
    ------------ -------------   Phone: +41 22 767 4921
CERN                             FAX  : +41 22 767 7155
CH-1211 Geneva, 23               mailto:fine@mail.cern.ch 
Switzerland                      http://nicewww.cern.ch/~fine
                                 



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