mgr/Conscript-standard: fix build of StarVMC/StarGeometry with ROOT6 that doesn't ship ttables#259
Conversation
veprbl
commented
Dec 17, 2021
…that doesn't ship ttables
rootcint -f .sl73_x8664_gcc485/obj/StarVMC/StarGeometry/StarGeo_Cint.cxx -c .sl73_x8664_gcc485/obj/StarVMC/StarGeometry/StarGeo.h StarVMC/Geomet
ry/StarGeoLinkDef.h
In file included from input_line_9:3:
./.sl73_x8664_gcc485/obj/StarVMC/StarGeometry/StarGeo.h:949:10: fatal error: 'TDataSet.h' file not found
#include "TDataSet.h"
^~~~~~~~~~~~
Error: rootcint: compilation failure (.sl73_x8664_gcc485/obj/StarVMC/StarGeometry/StarGeo_Cint3c991d560d_dictUmbrella.h)
cons: *** [.sl73_x8664_gcc485/obj/StarVMC/StarGeometry/StarGeo_Cint.cxx] Error 1
cons: errors constructing .sl73_x8664_gcc485/obj/StarVMC/StarGeometry/StarGeo_Cint.h
|
Remind me what %_IFLAGS adds to the command? The path to the exported include files? |
|
This is an arbitrary name that is set star-sw/mgr/Conscript-standard Lines 1241 to 1243 in eae2c00 star-sw/mgr/Conscript-standard Lines 1255 to 1257 in eae2c00 star-sw/mgr/Conscript-standard Lines 1309 to 1310 in eae2c00 |
klendathu2k
left a comment
There was a problem hiding this comment.
Looking at the output of the tests... it looks like this is just appending the path to the include files (and a few other search paths as well). Looks good to me.