Changes between Initial Version and Version 1 of Ticket #1055
- Timestamp:
- Nov 10, 2016, 5:36:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1055 – Description
initial v1 2 2 3 3 I have compiled Delphes many times befores in other machines without problems. However, when trying to build it in a remote machine after installing all the dependences, I am finding the following error: 4 4 {{{ 5 5 -bash-4.2$ make 6 6 make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped. … … 16 16 collect2: error: ld returned 1 exit status 17 17 make: *** [hepmc2pileup] Error 1 18 18 }}} 19 19 I suspect that the fact that I installed ROOT and FastJet in non-default folders might have something to do, nonetheless I am not sure how can I specify them in the installation. 20 20