Difference between revisions of "CLAS CED"
Jump to navigation
Jump to search
Line 44: | Line 44: | ||
apt-get install cernlib | apt-get install cernlib | ||
+ | |||
+ | ;9.) install patches library | ||
+ | |||
+ | cvs co patches | ||
+ | |||
+ | ;10.) install Xaw | ||
+ | |||
+ | /usr/lib# ln -s libXaw7.so.7 libXaw.a | ||
+ | |||
+ | ;11.) got error | ||
+ | |||
+ | /home/tforest/src/CLAS/lib/Linux/libced.a(evdump.o): In function `DumpMCTKBank': | ||
+ | evdump.c:(.text+0x1e7e): undefined reference to `jpname_' |
Revision as of 21:52, 24 September 2007
CLAS Event Display (CED)
How to compile CED
cvs co packages/ced
- 1.) cvs co packages/Hv
Got error message about no Motif so I had to install it
apt-get install libmotiv-dev
Got error message:
/usr/include/Xm/Xm.h:59:34: error: X11/extensions/Print.h: No such file or direc
Had to install:
apt-get install libXplibXp-dev
Now Hv is compiled
Next checkout the dc routines
- 2.)cvs co packages/dc
- 3.) cvs co packages/recutl
got the error
bm_read_trig.F:43: clas_offsets.inc: No such file or directory
- 4.)now checkout and build the mapmanager library
cvs co Map
- 5.)cvs co fputil
- 6.)cvs co bos
- 7.)cvs co clasutil
- 8.)had to install CERNLIB packlib
apt-get install cernlib
- 9.) install patches library
cvs co patches
- 10.) install Xaw
/usr/lib# ln -s libXaw7.so.7 libXaw.a
- 11.) got error
/home/tforest/src/CLAS/lib/Linux/libced.a(evdump.o): In function `DumpMCTKBank': evdump.c:(.text+0x1e7e): undefined reference to `jpname_'