You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: FindScope got an invalid tag decl
ERROR: FindScope about to return an invalid decl
Warning: FindScope got an invalid tag decl
ERROR: FindScope about to return an invalid decl
...
Problem can be fixed if replace #include <TObject.h> by #include <TNamed.h>,
but in my mind rootcling should avoid printing so many misleading messages.
dpiparo
changed the title
[cling] Unexpected failure by dictionary generation
[cling] Unexpected warning and errors printed by dictionary generation
Jun 6, 2025
Check duplicate issues.
Description
When execute command:
Got a lot of failures like:
Problem can be fixed if replace
#include <TObject.h>
by#include <TNamed.h>
,but in my mind
rootcling
should avoid printing so many misleading messages.Reproducer
Files are from
roottest/root/io/clones
directory:RtObj.h
RtObjLinkDef.h
ROOT version
Master
Installation method
Build from source
Operating system
OpenSUSE
Additional context
No response
The text was updated successfully, but these errors were encountered: