Rootcint error

Hi,

I am trying to make a rootcint dictionary as follows:

rootcint -f src/MyDict.cxx -c -I… -p MyFile.h MyLinkDef.h

but I got the following error when I do that:

Error: cannot open file “TObject.h” /tmp/rootcint_BIynTF.h:2:

Isn’t rootcint supposed to automatically include $ROOTSYS/include? In any case, I still get this error when I explicitly include $ROOTSYS/include. Any ideas?

Thanks.

Andrew
Andrew1

Posts: 22
Joined: Tue Sep 20, 2011 1:54
Top

Hi,

OK I solved this – there was a space after the -I which I needed to remove.

Andrew