Changes between Initial Version and Version 1 of Ticket #253, comment 1
- Timestamp:
- Feb 12, 2014, 10:01:03 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #253, comment 1
initial v1 1 1 This problem can be fixed by adding '-lGenVector' to the DELPHES_LIBS variable in Delphes Makefile on line 32. Here is how this line looks after the modification: 2 2 3 {{{ 3 4 DELPHES_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lCommonToolsUtils 5 }}} 4 6 5 7 The fix is in trunk now and will be available in the next release.