You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

There are two needed external libraries that have yet to be incorporated into SCons (for rhel4 machines):  Obf and OmniOrb. As of today, Obf and OmniOrb have been installed for the rhel4 machines, so what remains is them being incorporated into Scons.  This will happen today.

All packages have been built with the exception of the following:

Package (failed to build)

Comment

Status

AnalysisNtuple

depends on Obf 

Pass

CRflux

I need to resolve some undefined references, possibly via editing the SConscript and CRfluxLib.py files

 

OnboardFilterTds

depends on Obf

Pass

CalRecon

depends on (header files from) CalXtalResponse

Pass

RootConvert

depends on Obf 

Pass

RootIo

depends on headers from RootConvert package

Pass

G4Generator

I Need to resolve some undefined references.  This either has to do with the SConscript or directory structure of the package.

 

G4Propagator

depends on G4Propagator conforming to coding conventions. The header file missing here is located in G4Generator package, specifically G4Generator/src)

 

GCRCalib

depends on ITkrFilterTool.h from TkrRecon, but source files are not pointing to the correct location for ITkrFilterTool.h.  Also, TkrRecon should have that header file "ITkrFilterTool.h" (used by external packages), put in the appropriate directory. 

 

HepRepCorba

-HepRepCorba/build/redhat4-i686-32bit/src/HepRep.hh:6:28: omniORB4/CORBA.h: No such file or directory (--depends on OmniOrb)-

Pass

ldfReader

depends on Obf

Pass

digiRootData

depends on Obf

Pass

RootAnalysis

looks like this depends on digiRootData

Pass

calibGenCAL

calibGenCAL/build/redhat4-i686-32bit/src/Optical/fitMuonCalibTkr.o(.text+0x392): In function `main':
: undefined reference to `CalUtil::CalAsym::CalAsym()'
collect2: ld returned 1 exit status

scons: *** [calibGenCAL/build/redhat4-i686-32bit/fitMuonCalibTkr] Error 1


CalUtil was added to the list of libraries to link against and this still produces an error
#include "CalUtil/SimpleCalCalib/CalAsym.h" is properly included in fitMuonCalibTkr.cxx

 

calibGenACD

depends on digiRootData

 

calibGenTKR

this also seems to depend on digiRootData, where TkrDigi::getHit is defined

 

OnboardFilter

depends on Obf 

Pass

CalXtalResponse

I Need to resolve some undefined references.  Strange linking errors when trying to build the test application:

 

Event

Need to resolve some undefined references

BUILT

 

 

 


  • No labels