Rootcint cannot find header files

Hi All,

How can I make sure that rootcint is looking for header files in the right directory?

thanks,
                -Aram.

Hi,

Add some -I options (same meaning as for the compiler)

Cheers,
Philippe.

Hi Philippe,

the usage statement for rootcint does not say anything about -I option.
thanks,

             -Aram.

Hi,
the g++ compiler ignores spaces after ‘-I’ and you can type ‘-I /some/path’.
Rootcint has different behavior:

Max

1 Like

This has just been giving me a right headache. Thanks Nikulin.
This should really be part of the rootcint man and web page.