Re: Complete #pragma information

Masaharu Goto (gotom@hpyiddq.jpn.hp.com)
Wed, 11 Jun 1997 8:47:11 JST


Jacek,

In case of ROOT, $ROOTSYS/cint is used instead of $CINTSYSDIR. And as Jacek
pointed out, there is no G__ci.h file there. Besides, there needs to be
$ROOTSYS/cint/src/Api.h, etc...

My documentation is written for standalone CINT, not ROOT/CINT. May be I
need to document difference of file organization between CINT and ROOT/CINT.
For now, please understand the difference and refer my document for other
things like #pragma.

Fons, do you have comment?

Masaharu Goto

> > $CINTSYSDIR/G__ci.h
> In ROOOT the $CINTSYSDIR should point to ".../root/cint" subdirectory,
> which should contain :
> ----------------------
> clri6g:l $CINTSYSDIR
> total 96
> -rw-r--r-- 1 holeczek kp2 39175 Jun 06 14:46 G__ci.h
> -rw-r--r-- 1 holeczek kp2 200 Jun 03 19:56 MAKEINFO
> drwxr-xr-x 2 holeczek kp2 1536 Jun 03 19:56 include
> ----------------------
> Current root install procedure creates and fills properly the
> $CINTSYSDIR/include subdirectory and $CINTSYSDIR/MAKEINFO file.
> The $CINTSYSDIR/G__ci.h is NOT created however. It is placed in
> $ROOTSYS/src ( equal to $ROOTSYS/include ). I would like to propose
> that the G__ci.h is copied into $CINTSYSDIR during cint installation.
> Jacek.