TGRSIProofDict error when compiling GRSISort #1432
Replies: 3 comments 3 replies
-
What is the result from running
and what is the output if you run |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm dealing with a similar problem. I receive the same error when trying to compile GRSISort on Ubuntu 24.04, running ROOT version 6.32.02. Here is the error I receive when running |
Beta Was this translation helpful? Give feedback.
-
This is a new issue with ROOT 6.32 (see also #1433). ROOT 6.32 does not provide PROOF anymore, so code for that will have the be modified. One solution as shown in #1433 is to put a preprocessor condition in that essentially removes the content of the TGRSIProof.h file. I want to have a closer look at this when I have time and see if it is possible to put the check of the ROOT version into the makefile and CMakeLists.txt so that grsiproof and all related classes only get compiled for older ROOT versions. |
Beta Was this translation helpful? Give feedback.
-
Hello,
So, I have GRSISort on my Ubuntu desktop, but today I was compiling it on my laptop and got this error. I don't know if I need to manually put TProof.h somewhere or not? I have ROOT version 6.32.02 (installed using homebrew) and Apple Silicon (M3 chip). I don't know if GRSISort actually compiles on Apple Silicon or not?
Thanks!
Dhruval
Beta Was this translation helpful? Give feedback.
All reactions