RE: [ROOT] Cint parse problems

From: Philippe Canal (pcanal@popgtw.fnal.gov)
Date: Wed Jan 03 2001 - 20:27:24 MET


> Also I was not able to get a description of the flags +P or -p mentioned
> in the error message (before CINT segfaults!) at
> http://root.cern.ch/root/RootCintMan.html
> Does someone know what they mean?

Hi Birger,

Your problem is related to know behavior of cint in regards to macros.
You can either (as you did) write a hand coded wrapper or you can 
use the +P and -p option (which are described at least in 
http://root.cern.ch/root/Cint.phtml?man ).

Those option forces cint to use an external preprocessor instead of its
own preprocessor.

Philippe.

PS. The following should work for you
rootcint -f MyDict.cxx -c -p MyHeaderFiles.hh ... 



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:33 MET