Using rootcint with ROOT6

Hello,

I have been trying to compile a project, that normaly uses ROOT 5.34, with ROOT 6.0.02.
Currently I experience problems creating a dictionary using rootcint. It seems like when I use the newer version of rootcint only a .cxx file is created for the dictionary and not a .h as well. Is there a difference in the options that I need to pass? I am trying to find documentation on rootcint but I haven’t found anything comprehensive.

Thank you,
Chris


ROOT Version: 6.0.02
Platform: slc6
Compiler: gcc 4.8.4


This is the intended (and only) behavior. Only the .cxx is needed, there is no need for a header file (generated by rootcint)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.