Hi Oliver,
It is not that I cannot install root-6.08.04, I do, and it works.
What is not working properly with this version is my software.
I mean, some things work, but others do not.
For instance I have a problem when calling a root macro several times in a loop from an executable:
Problem with root-6.08.00
Already in the second iteration, the macro fails and dumps the following error:
[quote]IncrementalExecutor::executeFunction: symbol ‘_ZN6PConstL2I0E’ unresolved while linking [cling interface function]!
You are probably missing the definition of PConst::I0
Maybe you need to load the corresponding shared library?[/quote]
where I0 is just a constant (like many others) defined in one of my classes for which I generate the dictionary, the library and all.
So i do not have the slightness idea of what is wrong.
In addition, the cmake configure process takes around 11 minutes to be completed, and I don’t know why.
(That is why I do not like it)
I think that the best approach for me would be to fix these problems to make my software work with newer root versions, but it might be difficult to find the error (everything compiles well) and it would need time so I’ll try to postpone these efforts.