Hi,
I am using a ROOT macro which includes RTypes.h. When I use ROOT 5.26 with MacOsX (binary version) everything goes fine, while under linux (compiled from source) or windows (binary version) ROOT complains that header cannot be found.
Removing that #include line from the macro seems to work, but actually I think it’s not the right way to work this problem out.
What can be the issue?
What is (was?) that RTypes.h file supposed to do?