Changes between Initial Version and Version 1 of Ticket #375
- Timestamp:
- Jan 16, 2015, 4:47:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #375 – Description
initial v1 5 5 6 6 what I did is 7 7 {{{ 8 8 mkdir build 9 9 cd build … … 12 12 source /afs/cern.ch/exp/fcc/sw/0.2/ROOT/5.34.19/x86_64-slc6-gcc48-dbg/bin/thisroot.sh 13 13 cmake -DCMAKE_INSTALL_PREFIX:PATH=../install ../sources 14 14 }}} 15 15 where in source there is the plain Delphes3.2.0 which as hfar as I understand conttains already the opatches provided by Benedikt. 16 16 17 17 but at make level I get the error 18 18 {{{ 19 19 make 20 20 [ 6%] Built target classes … … 25 25 make[1]: *** [modules/CMakeFiles/modules.dir/all] Error 2 26 26 make: *** [all] Error 2 27 28 27 }}} 29 28 30 29 I see maybe the last version is intended to work in root 6,