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
Few things are more frustrating than spending 4 days trying to debug a phony problem that is caused by out-of-date dictionaries. With increases in development, more frequent changes in headers, and no automatic way of recompiling dictionaries, we're bound to run into more issues (which may not lead to a crash and only manifest in strange results).
The text was updated successfully, but these errors were encountered:
The semicolon-separated list is what is given to cmake as the dependencies list, and cmake maybe wants a space-separated list?
We call this as:
ROOT_GENERATE_DICTIONARY(
remollDict # path to dictionary to generate
"include/remollRunData.hh" # list of classes to process
"include/remollTextFile.hh"
LINKDEF "include/remollLinkDef.h" # ROOT linkDef file
)
Few things are more frustrating than spending 4 days trying to debug a phony problem that is caused by out-of-date dictionaries. With increases in development, more frequent changes in headers, and no automatic way of recompiling dictionaries, we're bound to run into more issues (which may not lead to a crash and only manifest in strange results).
The text was updated successfully, but these errors were encountered: